Published using Google Docs
Error 500 on firstly access to RVlogin, RVsubversion Manager
Updated automatically every 5 minutes

If you’re facing ERROR 500 once first access to RVlogin Manager, RVsubversion Manager under RVglobalsoft Manager.

Please check the error by: /usr/local/cpanel/logs/error_log

And see following:

Can't locate {ModuleName.pm} in @INC (@INC contains: /usr/local/cpanel /usr/local/lib/perl5/5.8.8/x86_64-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/x86_64-linux

/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) at /scripts/spamassassin_dbm_cleaner line 14.

Please run this command: /scripts/perlinstaller Module::Name

Then back to the app manager (RVlogin Manager, RVsubversion Manager) again.

If it still has ERROR 500, while the error is still reported in error log: /usr/local/cpanel/logs/error_log

That means, the system could not locate the Perl module. The error message also lists the locations in which the system searched for the module.

If you encounter this error, the following methods may fix the problem:

To view the current @INC array paths, run the perl -V command as the root user. You will see output that is similar to the following example:

===========================================================

perl -V

 

 Built under linux

 Compiled at Jan 28 2011 08:49:59

 @INC:

   /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi

   /usr/lib/perl5/site_perl/5.8.8

   /usr/lib/perl5/site_perl

   /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi

   /usr/lib/perl5/vendor_perl/5.8.8

   /usr/lib/perl5/vendor_perl

   /usr/lib/perl5/5.8.8/i386-linux-thread-multi

   /usr/lib/perl5/5.8.8

===========================================================