Installing vB, need magic_quotes_gpc off, help?
Posted by: Ragnarok
Posted on: 2005-11-26 14:54:00
I'm planning to install vBulletin on my site, and running the test script from their site, I got the following results:
Essential vBulletin Requirements
PHP 4.3.10 Pass
MySQL 4.1.14-Debian_3-log Pass
PCRE Pass
magic_quotes_sybase Pass
XML Pass
MySQL Permission Requirements
create Pass
alter Pass
insert Pass
update Pass
select Pass
delete Pass
drop Pass
Recommended Settings
open_basedir Pass
safe_mode Pass
GZIP Pass
magic_quotes_runtime Pass
magic_quotes_gpc Fail
GD 2.x Pass
Checking up on that failure, I recieved this message:
magic_quotes_gpc should be off for optimal performance, ask your host to change this in php.ini
Is there anything I can do about this, or am I stuck with it on?