Add to Favorites
Hosting Discussion
 

forgot password?


Reply


Old
  Post #1 (permalink)   12-18-2003, 08:31 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
Just got this on a new server.
Setup a test account with x2 as the skin but the skin is showing up as blank.
Tried it with x again but still the same problem.
Search the cpanel forums but couldnt find anything that worked, tried a few things through SSH and WHM but none have fixed it.

Did anyone have this problem and get it fixed?

Thanks,
John
 
 
 


Old
  Post #2 (permalink)   12-18-2003, 09:20 AM
HD Wizard
 
Join Date: Sep 2003
Location: Nova Scotia, Canada
Posts: 1,415

Status: GordyMac is offline
Hmm.. never had that problem.. I'll try and find out for you.
 
 
 


Old
  Post #3 (permalink)   12-18-2003, 10:13 AM
HD Wizard
 
Join Date: Jul 2003
Posts: 2,100

Status: BlackStorm is offline
Thanks Gordy.
After a good bit of looking around I finally found the problem.
It was related to something else which I didnt really need before (Well thought so) since it was a new server with only a test account.

The MySQL root password had to be set but I think WHM has problems with this, had to do it all through SSH but once I done that the skins are all fully working now

If anyone gets this problem just do the following:

-Login as root

-Stop MYSQL server

/etc/rc.d/init.d/mysql stop

-Restart safe_mysqld with the skip-grant-tables

/usr/bin/safe_mysqld -Sg &

-Start MySql as root

mysql -u root -p mysql

-Hit enter when it asks for password

-Set a new password for root

update user set password=password("new_password") where user='root';

flush privileges;

quit

-Then restart mysql

/sbin/service mysql restart


That will sort it out for you

Thanks
John
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On