• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

10.3.1 > can't change php.ini (magic_quotes_gpc off)

Scubapro

New Pleskian
phpinfo shows that magic_quotes_gpc are On. I want them off

So i changed php.ini in /var/www/vhosts/domain.tld/etc and added magic_quotes_gpc Off. Restarted Apache but no effect.

Then i looked in php.ini in /usr/local/psa/admin/conf/. Here magic_quotes_gpc is all ready Off

Then i looked in php.ini in /etc/. Here magic_quotes_gpc is also all ready Off

Where do i need to look for more php.ini files? And why is my change in /var/www/vhosts/domain.tld/etc not working?
 
Problem solved thanks to Hugo.

In htaccess you have to use: magic_quotes_gpc Off
In php.ini you have to use: magic_quotes_gpc = Off
 
Back
Top