hi all.. i wondered if anyone can help me please
i signed up for this service hoping to be able to run OpenCart..
and it would install if only i could get the included php.ini to turn off Magic Quote GPC,
but it doesnt seem to do it
the php.ini file is setup like this
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
memory_limit = 64M;
max_execution_time = 18000;
max_upload_filesize = 100M;
safe_mode = Off;
mysql.connect_timeout = 20;
session.use_cookies = On;
session.use_trans_sid = Off;
session.gc_maxlifetime = 12000000;
would anyone be able to help resolve this please