Blank page on all user logins (user levels)

Ganganation

New member
Joined
Jul 10, 2014
Messages
3
I've been looking around everywhere, but did not find any solution.
The thing is, first I had a logfile that was exploding, so my server quota was reached. After fixing that I got a blank page on user levels (nothing, just a blank HTML page). While logging in with a user and going to user level from my admin account.

One clue could be that I had just updated to directadmin: 1.45.4 (no similar problem found on this thread)

1. I tried df -h:
Code:
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/vg_directadmin-lv_root
                     145G   77G   61G  56% /
tmpfs              1,9G     0  1,9G   0% /dev/shm
/dev/vda1        485M  164M  296M  36% /boot
/dev/mapper/vg_directadmin-lv_tmp
                      504M   21M  459M   5% /tmp

As you can see enough space.

2. I reset the permissions (permissions.sh), did not work.
3. I checked all my log files, no strange things found after I fixed the quota

I really hope you guys can help me out here. Please tell me what I should check/do/share.

Thanks!
 
Hello,

Make sure to restart services which were writing to the log files. Make sure you've got enough inodes. Check how directadmin works with the default skin if you have 3rd party`s one.
 
Hi Alex,

Thank you for your quick response. It seems to be a corrupt skin. I used the enhanced, now back to default, that works.
For now this 'workaround' of using the default skin fixes my problems! Thank you :D

Do you know anything that could fix my enhanced theme? I would like to get back to that skin.

Thank you.
 
Fixed it! Just reïnstalled the enhanced theme.

Code:
cd /usr/local/directadmin/data/skins/enhanced
mkdir enhanced
wget http://files.directadmin.com/services/all/enhanced.tar.gz
tar -xzf enhanced.tar.gz

That should be it.
 
Back
Top