|
Posted by russell.hunter on 02/26/06 00:40
NC wrote:
> russell.hunter@sashait.co.uk wrote:
> >
> > Any ideas why my php.ini is being overridden?
>
> First, try restarting Apache if you didn't already.
Yes, I'd restarted the server.
> If that doesn't help, check your httpd.conf. It may have a line like
> this:
>
> php_admin_value open_basedir /var/www/vhosts/xentek.co.uk/httpdocs:/tmp
>
> open_basedir is a PHP_INI_SYSTEM directive, meaning that it can be set
> only from php.ini or httpd.conf.
There's no mention of open_basedir in my httpd.conf file, sadly.
> If this doesn't help (which is unlikely), check other .ini files parsed
> by PHP; your phpinfo() output lists them:
>
> /etc/php.d/domxml.ini,
> /etc/php.d/imap.ini,
> /etc/php.d/ldap.ini,
> /etc/php.d/mbstring.ini,
> /etc/php.d/mysql.ini,
> /etc/php.d/odbc.ini,
> /etc/php.d/pgsql.ini,
> /etc/php.d/snmp.ini,
> /etc/php.d/xmlrpc.ini
Each of these files is used to enable an extension.
So, I'm stuck on this one. Thanks for your help. I don't suppose
there's anything else I should try?
Kind regards,
--
RH
[Back to original message]
|