You should get in touch with your webhosting company and ask them to re-configure the PHP settings. REGISTER_GLOBALS should be really set to OFF for security reasons. Unfortunately, there are still too many webhosting companies who couldn't care less about securely configuring PHP.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I only got the Magic Quotes GPC error, and disabling it in php.ini didnt help, but this did:
Try overriding your master settings by creating a .htaccess file in your OpenCart root folder.
This is what the file should contain:
Best of luck,
Jonas
Try overriding your master settings by creating a .htaccess file in your OpenCart root folder.
This is what the file should contain:
Code: Select all
php_flag register_globals off
php_flag magic_quotes_gpc off
Jonas
Who is online
Users browsing this forum: Majestic-12 [Bot] and 23 guests