Hi, Guys
I am using Dolphin7..
I get the same errors (below) when ever I perform a function in the site, as an example, after I JOIN I get these errors on this URL
http://www.fishingbuddynetwork.com.au/m/avatar/&join_text=_USER_ACTIVATION_SUCCEEDED
register_globals is On (warning, you should have this param in Off state, or your site will unsafe)
allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)
I have been able to fix these by adding a php.ini in the directory being access.. (there are a lot of directories in Dolphin) surely I do not have to add a php.ini file to each one of these??
the content of the ini file is
register_globals = Off
allow_url_include = Off
Since teh LINK above does not tell me what directory is being accessed, I do not know where to put the pesky php.ini file :)
am I the only one with this issue??
Regards, Ken