Cpanel is showing blank page, WHM loads fine

Valetia

Well-Known Member
Jun 20, 2002
216
10
168
cPanel Access Level
Root Administrator
Happening with the x skin. Just hangs forever and shows a white screen.

Tried changing to iconic, and the top frame loads, but bottom frame hangs with white screen.

Did the following:

/scripts/upcp
/scripts/updatenow
service cpanel restart

Still happening. Hang only happens to one machine, the rest working fine - all machines running latest release.

Any ideas?
 

hjg

Registered
Oct 30, 2003
4
0
151
India
Cpanel no starting

I have the same problem with a couple of servers we manage. Cpanel doesn't load, WHM comes up fine. A cpanel restart from the shell just sits and sits and ....... Waiting with crossed hands for someone to post updates.
 

hostedzone

Member
Aug 8, 2003
18
0
151
Maine, USA
Those sound like two different problems. The first one sounds simply like a theme issue.

If you right click on the white/blank page you will probably get some html consisting of a page with nothing between the <body> and </body> tag. This seems to be a common issue recently with X and X2. Bluelagoon and Iconic seem fine, but my X and X2 do that as well.
 

Valetia

Well-Known Member
Jun 20, 2002
216
10
168
cPanel Access Level
Root Administrator
Originally posted by hostedzone
Those sound like two different problems. The first one sounds simply like a theme issue.
Then why does it work on all machines except one...:(

Originally posted by hostedzone
If you right click on the white/blank page you will probably get some html consisting of a page with nothing between the <body> and </body> tag.
It may show up like that, but doesn't mean that html code is from Cpanel.

It could just be that the browser's blank page has not been cleared yet, since Cpanel's page can't be loaded.

Just go to a new blank browser window and view source without loading any URL.

Originally posted by hostedzone
This seems to be a common issue recently with X and X2. Bluelagoon and Iconic seem fine, but my X and X2 do that as well.
Iconic only loads the top frame for me and monsoon (new name for bluelagoon) doesn't load at all, just like x.
 

Elliot

Well-Known Member
Jan 22, 2002
47
0
306
I am currently not having this problem. Everyone should probably post their cpanel version so Bdrako can help you :)
 

Elliot

Well-Known Member
Jan 22, 2002
47
0
306
WHM 8.5.4 cPanel 8.5.5-E16
here try updating if you dont have a bunch of clients, I haven't had any problems with this build
Change Update Preferences -> Automatic (bleeding EDGE tree)
then run Cpanel update through WHM or
bash: /scripts/upcp

but then again, i am not an expert this might not fix your problem ...
 

Custom-Hosting

Well-Known Member
May 25, 2003
92
1
158
cPanel Access Level
Website Owner
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
 

IronMug

Member
Dec 7, 2002
9
0
151
hmmm, i guess my problem is similar but not quite the same.

started off with 8.5.3R?? and manually updated via WHM to 8.5.4R72, at that moment, skins "x" & "x2" returned blank pages only for each of the accounts on my system. The most interesting thing is that when I switched one account to bluelagoon, it resolved with xSkin. I'm unsure how to move forward as everything else seems to be working fine.

Redhat 9 - kernel 2.4.20-24.9
Current build: 8.5.5-E33

Still have same symptoms after trying everything mentioned.
Is there some way to completely refresh my skins and any config files that may point at them?

Thanks
 

IronMug

Member
Dec 7, 2002
9
0
151
n/m, i reverted back to 8.5.3-S3 and all is well...
 

rispbiz

Registered
May 23, 2004
4
0
151
Cpanel Showing Blank Screen Fix!

I had the same problem and logged in to the WHM and upgraded to the lastest stable version and problem was fixed.

Hope this Helps!
 

sfxx

Member
May 31, 2003
22
0
151
I updated to WHM 9.2.0 cPanel 9.2.0-S25, and now I can't access cpanel.
I can access WHM fine.

When I try to restart cpanel manually by typing "service cpanel restart", it looks good.

Starting eximstats: [ OK ]
Starting cPanel services: [ OK ]
Starting cPanel Log services: [ OK ]
Starting pop3 services: [ OK ]
Starting cPanel Chat services:
Starting Melange Chat services:
Starting cPanel ssl services: [ OK ]
Starting mailman services: Starting Mailman's master qrunner.

However, cpanel (both http, and https) won't showup.

Has anyone encountered a problem like this?

Thank you.
 

rispbiz

Registered
May 23, 2004
4
0
151
Fix I Found

I had this same problem. I clicked on a link in the cpanel that said it need an update. For some reason it didnt finish right.

In the WHM I went to the cpanel links and clicked on update to lastest stable version. This time the update went ok and everything was fixed.

Hope this helps.