PDA

View Full Version : Problem php.ini



B_N
08-26-2008, 05:50 AM
Hello,

We use the standard configured php.ini and we get at our sites opening some php functions the following message in the browser:

Warning: session_start() [function.session-start]: open_basedir restriction in effect. File(/var/tmp/) is not within the allowed path(s): (/home/did/:/tmp:/usr/local/lib/php/)

:confused:

Can somebody tell me what to change in php.ini? We use the default so 1 php.ini for all sites.

regards and thanks in advance

chatwizrd
08-26-2008, 05:57 AM
Turn off open_basedir and you will have no problems.

B_N
08-26-2008, 07:14 AM
Hello,

i turned it of still same problem..... other suggestions?

Warning: session_start() [function.session-start]: open_basedir restriction in effect. File(/var/tmp/) is not within the allowed path(s):

kind regards and thanks in advance

B_N
08-26-2008, 12:54 PM
Anybody an idea???

already thanks in advance

spectrumproduct
06-17-2009, 02:43 AM
did you work this one out?