Joomla installation magic quotes issue
The latest Joomla 3.0 will need magic quotes to turn off in order to start the installation.
As usual, i turn it off using php.ini created inside the sub folder where my joomla files are inside.
in my phpinfo, magic_quotes_gpc is writing Off. but in my joomla installation page, magic quotes still showing "No".
any ideas?
No way of solving it with a php.ini file. It'll "seem to work" but doesn't. You need to set magic_quotes_gpc = off on the server php configuration.
Usually editing the php.ini requires the restart of the server to work.
Have a look at the PHP function get_magic_quotes_gpc
. There may be no issue with Joomla after all.
上一篇: 魔术引号没有关闭(奇怪的问题!)
下一篇: Joomla安装魔术引号问题