InTheMarket
Perch
Hi Folks,
I am trying to setup and run a cron job for a social application (Boonex Dolphin) on a Unix server.
I am continuously getting this error: register_globals is On (warning, you should have this param in Off state, or your site will unsafe)
I have an .htacess file in the web root and it is set to:
php_flag register_globals Off
So I am not sure what else I need to do in order to avoid the error. Is there something on the server that overrides this setting and forces register_globals to be on? Is there something else I can do to fix this? Is it something I need from support?
Thanks!
I am trying to setup and run a cron job for a social application (Boonex Dolphin) on a Unix server.
I am continuously getting this error: register_globals is On (warning, you should have this param in Off state, or your site will unsafe)
I have an .htacess file in the web root and it is set to:
php_flag register_globals Off
So I am not sure what else I need to do in order to avoid the error. Is there something on the server that overrides this setting and forces register_globals to be on? Is there something else I can do to fix this? Is it something I need from support?
Thanks!