About 2 weeks ago, I performed an upgrade to cPanel, at this time a perl script that one of my clients is using stopped working. Although I am not sure if the recent upgrade is related or not, it is the only changes made to this site or server since it was last working.
The script uses a form to save info to a csv file. The script requires the following perl modules:
###### required packages
# AnyData
# DBD::File
# DBD::AnyData
# DBI
# CGI::Simple
# HTML::Template
# Time::Format
all of which are installed. When trying to access the script we receive the following error message:
Sorry, there was an error:
Can't locate object method "STORE" via package "DBD::File::db" at /usr/lib/perl5/site_perl/5.8.1/i686-linux/DBD/File.pm line 250, <DATA> line 3077.
Any clues? Any help would be greatl;y appreciated as this client is very upset that her site does not work. Again, the only change either for the site or server was the recent upgrade perfromed to cPanel so my thinking is that is somehow related.
I have tried to reinstall all required perl mods but without any luck.
I am running:
cpanel 9.1.0-RELEASE 85
apache 1.3.29 (Unix)
perl 5.8.1
The script uses a form to save info to a csv file. The script requires the following perl modules:
###### required packages
# AnyData
# DBD::File
# DBD::AnyData
# DBI
# CGI::Simple
# HTML::Template
# Time::Format
all of which are installed. When trying to access the script we receive the following error message:
Sorry, there was an error:
Can't locate object method "STORE" via package "DBD::File::db" at /usr/lib/perl5/site_perl/5.8.1/i686-linux/DBD/File.pm line 250, <DATA> line 3077.
Any clues? Any help would be greatl;y appreciated as this client is very upset that her site does not work. Again, the only change either for the site or server was the recent upgrade perfromed to cPanel so my thinking is that is somehow related.
I have tried to reinstall all required perl mods but without any luck.
I am running:
cpanel 9.1.0-RELEASE 85
apache 1.3.29 (Unix)
perl 5.8.1