View Single Post
  #8 (permalink)  
Old 11-12-2009, 08:09 PM
Spiral Spiral is offline
Senior Member
 
Join Date: Jun 2005
Location: Area 51
Posts: 1,627
Spiral is on a distinguished road
Lightbulb

It looks like you didn't set your root MySQL password for your issue ...

However, I have also seen a number of servers this week fail to load WHM because of a corrupted or missing "Locale.pm" and broken "locale" folder / symlink

Solution:
Code:
# rm -Rf /usr/local/cpanel/locale  
# rm -f /usr/local/cpanel/locale.pm
# rm -Rf /usr/local/cpanel/lang 
# /scripts/upcp --force
# /scripts/checkperlmodules
# service cpanel restart

Last edited by Spiral; 11-12-2009 at 08:17 PM.
Reply With Quote