Deprecated: Function set_magic_quotes_runtime()...

Permalink 1 user found helpful
hi, iget the following error message:
Deprecated: Function set_magic_quotes_runtime() is deprecated in /users/prepac/www/cms/concrete/libraries/3rdparty/adodb/adodb-xmlschema03.inc.php on line 1411


what to do?

 
dave300 replied on at Permalink Reply
Open adodb-xmlschema03.inc.php, search for set_magic_quotes_runtime(), then replace it with @set_magic_quotes_runtime(). The @ just marks the line as a comment and will therefore inactivate its function.


Source:
http://www.icyphoenix.com/show_post.php?p=45436...
Fernandos replied on at Permalink Reply
Fernandos
that and some other problems occuring during a fresh install should definately go into the FAQ section, or should get solved within the php code.

You can query the php version within php, so this sould be possible.
abra100pro replied on at Permalink Reply
abra100pro
Imagine: This post from 2010 saved my evening from becoming a night shift. Thanks :-)