It appears that our servers were upgraded to CPanel 6 through the automatic update last night. This is fine, but it appears that Interchange is not working properly with this new build (atleast thats all I can find that was changed). Below is the error message that one of my clients gets:
Admin interface will not work properly.
Please install needed Perl modules:
Term::ReadLine::Perl not found. Gives you filename completion and command history in the makecat program. Not used otherwise.
The easiest way to do this is to use the CPAN module and do:
perl -MCPAN -e 'install Bundle::Interchange'
I checked, and the Term::Readline::Perl module is installed. The Bundle::Interchange is installed as well. I ran /scripts/fixinterchange and I still get this message.
On another server, Interchange keeps going down, staying up for no more than 10 minutes. I don't think we have any clients on that server that use Interchange, but we still get the error message every 10 minutes. I've ran the /scripts/upcp script on that server, to upgrade it to CPanel 6 release 80, it had been running release 73. Perhaps this will fix the problems on that server, but thought I would mention it as well.
Any help with the first issue, would be greatly appreciated.
Admin interface will not work properly.
Please install needed Perl modules:
Term::ReadLine::Perl not found. Gives you filename completion and command history in the makecat program. Not used otherwise.
The easiest way to do this is to use the CPAN module and do:
perl -MCPAN -e 'install Bundle::Interchange'
I checked, and the Term::Readline::Perl module is installed. The Bundle::Interchange is installed as well. I ran /scripts/fixinterchange and I still get this message.
On another server, Interchange keeps going down, staying up for no more than 10 minutes. I don't think we have any clients on that server that use Interchange, but we still get the error message every 10 minutes. I've ran the /scripts/upcp script on that server, to upgrade it to CPanel 6 release 80, it had been running release 73. Perhaps this will fix the problems on that server, but thought I would mention it as well.
Any help with the first issue, would be greatly appreciated.