php_value magic_quotes_gpc 0

Author Message

Softriva .com

Monday 03 July 2006 7:52:50 am

During installation finetuning, I got this warning

Alternatively you may create a file called .htaccess in your eZ publish root folder and add the following:
.htaccess example:

</code>php_value magic_quotes_gpc 0</code>


I did add the above line in .htaccess but still get the same warning.

Any help?

Ɓukasz Serwatka

Monday 03 July 2006 11:49:17 pm

Try with

php_flag magic_quotes_gpc off

Make sure that PHP works as Apache module and privileges "AllowOverride Options" or "AllowOverride All" are set.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.