Internal Server Error Fatal error: Directive 'magic_quotes_

by hugh, (4718 days ago)

Internal Server Error

Fatal error: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater

That's the message I'm getting over and over. I've read though all the help I can find on this. Magic quotes are turned on in php.ini and data & public folders are writable. I'm kind of lost on what to try next.

Thanks!

Internal Server Error Fatal error: Directive 'magic_quotes_

by oers, (4718 days ago) @ hugh

magic_quotes have to be turned off. Then this message will go away.

Internal Server Error Fatal error: Directive 'magic_quotes_

by hugh, (4718 days ago) @ oers

I set magic_quotes_gpc = Off in php.ini it still keeps happening. Anymore ideas?

Also I tried setting php_flag magic_quotes_gpc Off in the .htaccess. When I do that nothing loads. :(

Internal Server Error Fatal error: Directive 'magic_quotes_

by nicouchot, (4718 days ago) @ hugh

I have the same problem with register_globals :

Fatal error: Directive 'register_globals' is deprecated in PHP 5.3 and greater

It seems to be caused by /selfoss/libs/f3/base.php file lines 1385 and 1386, I don't understand all of the code, but comment say "// Intercept errors/exceptions; PHP5.3-compatible", but it's not compatible !

Any idea tobi ? (great job by the way !)

Internal Server Error Fatal error: Directive 'magic_quotes_

by nicouchot, (4717 days ago) @ oers

Ok thanks, for me I just had to disable "register_globals" in php.ini !

Internal Server Error Fatal error: Directive 'magic_quotes_

by hugh, (4717 days ago) @ nicouchot

I've tried setting that to off and just commenting it out. That didn't work for me at all. I'm still getting the same error.

RSS Feed of thread