PDA

View Full Version : PHP Settings missing


Helmi
12-02-2009, 04:12 PM
I'm trying to find the PHP Settings panel (like here http://en.ispdoc.com/index.php/PHP_configuration_%28ISPmanager%29) in ISP Manager but can't find it.

I only see php extensions panel but no settings - neither with WWW User or admin.

Can you help?

Thanks

GakcaT
12-03-2009, 03:55 AM
What OS do you use?

Helmi
12-03-2009, 07:34 AM
Debian Lenny

GakcaT
12-03-2009, 08:42 AM
Is the file 'php.ini' located in the directory '/etc/'? Check the path to 'php.ini' in '/usr/loca/ispmgr/etc/ispmgr.conf'.

Helmi
12-03-2009, 09:38 AM
No, it's in /etc/php5/cgi/php.ini and /etc/php5/apache2/php.ini (for mod_php).

Maybe it's good to have a symlink but will then only work for one of both hm? Will check that.

GakcaT
12-04-2009, 07:35 AM
By default in Debian ISPmanager uses /etc/php.ini. Did you install or upgrade your php by hands?

Helmi
12-04-2009, 09:58 AM
No i did not. Debian's Default location for php5 php.ini is the one in place.

For a simple way i just added a symlink from /etc/php.ini to /etc/php5/cgi/php.ini for now - will see how that will work in the future.