XF 1.2 magic_quotes_gpc

wickedstangs

Well-known member
Licensed customer
Do we need this on or off to run Xenforo?

Trying to install Joomla 3.0 and get this error

Error
Your host needs to disable magic_quotes_gpc to run this version of Joomla!
 
Doesn't matter - we sort it out.

But the general answer is that you should really never enable it. It doesn't exist in PHP any more either.
 
Doesn't matter - we sort it out.

But the general answer is that you should really never enable it. It doesn't exist in PHP any more either.

Please verify magic_quotes is now disabled on your server as requested.

magic_quotes_gpc = off
magic_quotes_runtime = Off
; Use Sybase-style magic quotes (escape ' with '' instead of \').
; magic_quotes_sybase = Off

Regards,
Looks like Joomla is working now.. Thanks for the help Mike..
 
Back
Top Bottom