Forums / Install & configuration / not register environment variables, time zone configuration

not register environment variables, time zone configuration

Author Message

Karlheinz Laping

Saturday 25 April 2009 1:14:24 am

Hi,
I do not have access to the php.ini. How can I fix following issues:
1. php does not register environment variables
2. Time zone configuration

Do I get it correctly that I have to generate a config.php in the root directory for time zone configuration? But how to fix the issue with the env variable?

carolus

André R.

Saturday 25 April 2009 11:10:17 am

Create a file called config.php in root folder and do whatever you want in there (but it will run on every page so be sober about it :) ).
In 4.1 a file called config.php-RECOMMENDED is included with some comments on run time settings you can set with it as well.

link:
http://pubsvn.ez.no/nextgen/stable/4.1/config.php-RECOMMENDED

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Karlheinz Laping

Wednesday 29 April 2009 1:09:24 pm

Thanks for help. Now, I got the message:

2. Missing database handlers
Für alle Datenbanken die eZ Publish unterstützt bietet Ihr PHP keine Unterstützung. Auch wenn eZ Publish ohne Unterstützung dafür läuft, wollen Sie eventuell Unterstützung für diese Datenbank haben. To obtain more database support you need to recompile PHP, the exact recompile options are specified below.
PostgreSQL etc. etc. ...

Does this mean that I can proceed with MySQL instead of PostgreSQL?
carolus