View Single Post
Old November 8th, 2005, 05:52 PM   #7 (permalink)
Fortissimo
Senior Member
Verified Customer
 
Fortissimo's Avatar
 
Join Date: Oct 2005
Posts: 525
Chuck,
The fix you posted gives me an error on line 41. So I then went through my webhost to figure out the magic quotes. They just sent me the following:

Hello,

We managed to reproduce the problem, but unfortunately we were unable to fix it. The php.ini file you have created works properly, as can be seen from the phpinfo() results:



However, the problem persists. We recommend that you contact the developers for further information. You can mention to them that our PHP environment allows to use a custom php.ini file for each directory, which does not work recursively (in case it is needed by a PHP file located in a different directory).

The php.ini file has the following information in it:

magic_quotes_gpc=off
post_max_size = 20M
memory_limit = 80M
upload_max_filesize = 20M
max_execution_time = 120
expose_php=off

So.. what's next?
Fortissimo is offline   Reply With Quote