Various Open Source Software programs like Drupal, Prestashop, Joomla, Etc., require magic_quotes_gpc to be killed. The following are a few stages you need to follow for something very similar.
Step 1: Log in to your hosting control panel > File manager > open site root folder > open php.ini file with the editor.
Step 2: Identify the magic_quotes_gpc line as mentioned below and turn if off.
;Magic quotes;
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = On
Please change as below code:
;Magic quotes
;
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = Off
Click on save changes.
Boundaries OK PrestashopVisit your phpinfo page by going to your space and adding phpinfo.php toward the finish of the URL like the model underneath.
- http://example.com/phpinfo.php