When you get a internal server error with cpanel/whm it usually means your perl is not up to date on your server.
So first I would update that then try some of these other tricks:
Make sure you’re running Perl 5.8.8 by typing this: check perl -v (make sure it says 5.8.8)
If you see 5.8.7 or something else, follow these steps:
- wget http://layer1.cpanel.net/perl588installer.tar.gz
- tar xfvz perl588installer.tar.gz
- cd perl588installer
- ./install
- /usr/local/cpanel/bin/checkperlmodules
If you still have a issue try this:
- Kill any upcp process that may still be running
- /scripts/fixeverything
- /usr/local/cpanel/bin/checkperlmodules
- /scripts/upcp –force
- /etc/init.d/cpanel restart
If you still have a issue then try this:
- Upgrade YAML::Syck and File::Copy::Recursive:
- /scripts/realperlinstaller YAML::Syck
- /scripts/realperlinstaller File::Copy::Recursive


0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment