Hi All,
I have unrealircd & Anope running perfect. I found magirc & would love to ran it.
I have windows 2008 r2, IIS, Mysql 5.5.25, PHP Version 5.3.5
When i try ran the install, i get the following error:
Welcome to the MagIRC Setup
Please follow the on-screen instructions to install MagIRC
1. Requirements check
Checking PHP version... Supported (5.3.5)
Checking PHP magic_quotes_gpc...
EnabledPlease ensure that the magic_quotes_gpc option is turned OFF in your php.ini!
Checking PHP PDO mysql driver... Present
Checking PHP mcrypt extension... Present
Checking PHP gettext extension... Present
Checking SQL configuration files... Writable
Checking if tmp/ is writable... Writable
I have tired everything to disable magic_quotes_gpc in php.ini but it wont DISABLE.
Tired to research the error, but not much support, I have been stuck on this for awhile.
Please help, here is my php.ini file
; magic_quotes_gpc
; Default Value: off
; Development Value: Off
; Production Value: Off
; scheduled for removal in PHP 6.
; Default Value: Off
; Development Value: Off
; Production Value: Off
;
http://php.net/magic-quotes-gpcmagic_quotes_gpc = Off
; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(),
etc.
;
http://php.net/magic-quotes-runtimemagic_quotes_runtime = Off
; Use Sybase-style magic quotes (escape ' with '' instead of \').
;
http://php.net/magic-quotes-sybasemagic_quotes_sybase = Off