help for enhanced skin

I guess that should not be of PHP, files of enhanced skin might be corrupted. Try to reinstall (move enhanced to enhanced.old) it from update.tar.gz
 
I guess that should not be of PHP, files of enhanced skin might be corrupted. Try to reinstall (move enhanced to enhanced.old) it from update.tar.gz

i tried it many times but still same.
server is fresh new. we install directadmin suphp, some libs and secure tmp thats it.
 
I'm not sure, but maybe some permissions error?

Code:
/usr/local/directadmin/scripts/set_permissions.sh all

Make sure PHP-CLI is installed and gives no error:

Code:
/usr/local/bin/php -v
 
Did you change via ssh the user language? does that language directory exist?

Check on administration list, admin information what language he got and change back to en.

Check also that (if dont wanna change lang) directory lang/YOUR_LANG exist in skin folder.

Regards
 
Did you change via ssh the user language? does that language directory exist?

Check on administration list, admin information what language he got and change back to en.

Check also that (if dont wanna change lang) directory lang/YOUR_LANG exist in skin folder.

Regards

i dont touch skins folder :) but i check lang files and admin settings, directadmin conf all ok.
 
It should be something similar to:

Code:
# /usr/local/bin/php -v
PHP 5.3.8 (cli) (built: Dec  1 2011 15:14:22)

or

Code:
PHP 5.2.17 (cli) (built: Dec  1 2011 14:44:05)
Copyright (c) 1997-2010 The PHP Group

What is output of

Code:
# cat /usr/local/directadmin/custombuild/options.conf | grep php

?

I guess you should re-install PHP:

Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build update
./build php n
 
default_php=5
php5_ver=5.2
php4_cli=no
php4_cgi=no
php5_cli=no
php5_cgi=yes
ioncube=yes
zend=yes

should i
php5_cli=yes

and re-install php?
 
yes its done thx
now

PHP 5.2.17 (cli) (built: Nov 30 2011 23:41:52)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.0.10, Copyright (c) 2002-2011, by ionCube Ltd., and
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
 
Back
Top