PHP and last DA update

pilpelet

Verified User
Joined
Oct 12, 2003
Messages
108
Hello to all ,

I just noticed that after the last DA update

the floowing lines added

php_flag engine on
php_admin_value safe_mode 1
</Directory>



php_admin_value open_basedir /home/username/:/tmp/:/var/www/:/usr/lib/php/

___________

I had obiumiu webmail mail installed that was using the root
tmp folder as the temporary folder .

After the last DA update the webmail produce this line :

folder "/tmp/" is not writtable or does not exist!!!




Any idea on how to fix it ?
 
Hello,

Are you saying you installed your own copy of Uebimiau? I'm pretty sure that it needs safemode to be off. The copy we include is outside of the <Directory> mentioned in the httpd.conf, so the safe_mode flag shouldn't apply. If you've set it up inside your home directory, you'd need to use the one we've included, or turn off safemode by editing the templates...

Could you clarify if you're using our copy of Uebimiau or your own?
(ours should be installed through /var/www/html/webmail)

John
 
Hi john ,

Yes , i installed few Uebimiau's for few mail servers on a stan alone account , iv noticed the built in Uebimiau but its not this Uebimiau .

So i guess ill need to tune PHP flag on in httpd.conf or something ,
can you please write the syntax e.g <directtory>......

Thnaks in advance .
 
Hello,

<Directory /your/path/to/uebimiau>
php_admin_value safe_mode 0
</Directory>

instead of 1...

John
 
Hi John ,

I added the code but it didint help , same error message .

And if you think abaot it , it make sance cause i added the

line

php_admin_value safe_mode 0

and the line

php_admin_value safe_mode 1

apears again later on again , and its not possible only
to change the 1 to 0 from DA textarea box , so i think the
only way it would work will be to change the 1 to 0 directly
in the config file rather then adding the new lines that
located befor the other lines with the 1 .
But i dont know wich httpd.conf i have to ajust .

Thanks ,
 
Back
Top