Sunday, March 30, 2014

How to turn off Magic Quotes GPC in opencart installation

First edit the .htaccess.txt

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off
# uncomment it

php_flag magic_quotes_gpc Off

Save it.

Rename it to .htaccess

Done. Refresh your opencart installation.