OT: On-Rev issue (non-emergency)

Matthias Rebbe matthias_livecode_150811 at m-r-d.de
Tue Mar 31 13:38:18 EDT 2015


Graham,

you could try to disable it using an .htaccess file which is put into the root folder of your domain.

Please add the following line to the .htaccess files
php_flag magic_quotes_gpc Off

If this does not work you could use a php.ini file to disable it.

See the first example at http://php.net/manual/de/security.magicquotes.disabling.php <http://php.net/manual/de/security.magicquotes.disabling.php>


But to use a php.ini with custom php settings you will have to modify the .htaccess file in your public_html folder.

Please add the following to the .htaccess file in the public_html folder.

suPHP_ConfigPath /home/YOURACCOUNTNAME/public_html/
<Files php.ini> 
order allow,deny 
deny from all 
</Files>

Please replace YOURACCOUNTNAME in the above line with your account name.

This will make sure your custom settings in the php.ini are recognized by the server.

If this all does not work i would say you should open an emergency support ticket, as the above described solutions should work on their servers. 

HTH

Matthias


> Am 31.03.2015 um 16:34 schrieb Graham Samuel <livfoss at mac.com>:
> 
> Sorry to be OT, but I can’t describe my need for On-Rev support to be an emergency, yet I am completely stuck until I get help and I have not had a squeak out of On-Rev support since asking a question on 28th March; and my attempts to join the forum have not worked so far, as nobody has activated my account.
> 
> Since many on this list have On-Rev accounts, maybe someone can enlighten me. I want to change Magic Quotes GPC to ‘Off’. I need this for an installation process. As there’s nothing relevant that I can see in the cPanel and I have no real idea what this means, I need someone to tell me how to do it or to do it for me.
> 
> If anyone can help, thanks. If not I’ll just wait for the folks at On-Rev to catch up.
> 
> Graham
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




More information about the use-livecode mailing list