Errors :: Can't locate

 

ERROR:  Can't locate object method "post" via package "LWP::UserAgent"

  1. Reason: LWP::UserAgant Perl module may not be installed on your server or you have a version older than the allowed version.

  2. Solution: Install or upgrade LWP::UserAgant Perl module to libwww-perl 5.65 or newer.

How to determine the version of libwww-perl installed on your server, navigate to the Perl module directory and open the LWP.pm module, you should see something like $VERSION = "5.xx"; at the top of the file.

 

ERROR:  Can't locate PlexumLib\plexum.lib in @INC (@INC contains: xxxxxxxxxx xxxxx .) at xx\xx\domain.com\cgi-bin\plexum.pl line 40.

 

  1. Solution: Download plexum.pl file from your server and edit line 40 or find: if ($^O eq 'MSWin32' or $ENV{'OS'} eq 'Windows_NT') { require "PlexumLib\\plexum.lib"; } else { require "PlexumLib/plexum.lib"; } and type the path to the cgi-bin after " and before PlexumLib\\plexum.lib (e.g. path_to_cgi-bin/PlexumLib/plexum.lib).