Magic Quotes GPC Off

Need help installing Joomla! 3.x? For all Joomla! 3.x installation issues please use this forum.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Locked
id0c
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Tue Oct 09, 2012 2:23 pm

Magic Quotes GPC Off

Post by id0c » Tue Oct 09, 2012 2:25 pm

How do I turn this on so I can continue with the install? Everything else is good. Thanks.
Last edited by humvee on Sun Oct 14, 2012 10:36 am, edited 1 time in total.
Reason: Marked as resolved as per OP

User avatar
humvee
Joomla! Master
Joomla! Master
Posts: 14704
Joined: Wed Aug 17, 2005 10:27 pm
Location: Kent, England

Re: Magic Quotes GPC Off

Post by humvee » Tue Oct 09, 2012 2:51 pm

Why do you want to turn it on?
If you read/searched the other posts here on 3.0 forum you would see it needs to be off.

id0c
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Tue Oct 09, 2012 2:23 pm

Re: Magic Quotes GPC Off

Post by id0c » Thu Oct 11, 2012 2:31 pm

Sorry, I wanted to turn it off, but I was able to figure it out. Thanks.

Sakunne
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Mon Aug 28, 2006 7:43 am

Re: Magic Quotes GPC Off

Post by Sakunne » Mon Oct 15, 2012 2:04 pm

Just add to .htsccsess

php_flag magic_quotes_gpc off

it worked for me

User avatar
humvee
Joomla! Master
Joomla! Master
Posts: 14704
Joined: Wed Aug 17, 2005 10:27 pm
Location: Kent, England

Re: Magic Quotes GPC Off

Post by humvee » Thu Oct 18, 2012 8:13 am

Sakunne wrote:Just add to .htsccsess

php_flag magic_quotes_gpc off

it worked for me
@Sakunne
Thank you for your method but, as has been stated many times elsewhere in respect of making changes to PHP settings, it is entirely server/host dependent as to what you are permitted to change and how you make these changes.

MarcGagnon
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Wed Nov 07, 2012 7:59 pm

Re: Magic Quotes GPC Off

Post by MarcGagnon » Wed Nov 07, 2012 8:05 pm

I just spent hours fighting my godaddy server with this issue.

I just added these lines in my php5.ini ::


magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
extension=pdo.so
extension=pdo_mysql.so

display_errors = Off
error_reporting = Off

The first part concerns the magic quotes and the second part the display error.

Also I created a phpinfo.php5 file to verify the setting:

just use notepad, copy this into it and save as phpinfo.ph

<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>

So solving the magic quote was not sufficient, I also had to address the display error to finaly have it working.

Have fun.

Marc

luisrosety
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Nov 07, 2012 8:59 pm

Re: Magic Quotes GPC Off

Post by luisrosety » Wed Nov 07, 2012 9:41 pm

For those working with Godaddy, you can read this workaround for the magic quotes issue:
http://support.godaddy.com/groups/web-h ... e=2&num=15


Locked

Return to “Installation Joomla! 3.x”