Installation error

Locked
dimanus
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Sep 19, 2012 2:55 am

Installation error

Post by dimanus » Wed Sep 19, 2012 3:05 am

Error at magic_quotes_gpc
phpinfo sad
***** Manual signatures are NOT allowed *****__Local Value__Master Value
magic_quotes_gpc On On
magic_quotes_runtime On Off
magic_quotes_sybase Off Off

But install is fail at checking config php.

installation/models/setup.php

Code: Select all

$option->state  = (ini_get('magic_quotes_gpc') == false);
Edited to

Code: Select all

$option->state  = (ini_get('magic_quotes_gpc') == true);
Is this bug? ???

User avatar
Jay44
Joomla! Ace
Joomla! Ace
Posts: 1142
Joined: Fri Oct 19, 2007 10:34 pm
Location: Australia

Re: Installation error

Post by Jay44 » Wed Sep 19, 2012 5:51 am

"Things not being necessary is what makes life interesting" -- Stephen Fry
This is necessary - http://docs.joomla.org/


Locked

Return to “Joomla! 3 Beta Support”