I successfully installed Dolphin 7 with less problems but when i try to use the blog, i get the following errors;
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)
Please go to the
Dolphin Troubleshooter
and solve the problem.
I think the link to the troubeshooter is completely useless as it does not provide the required information.
No just before installation , i have followed up the installation instructions and set up this php.ini file which i copied into the root directories and sub directories
Here is the file content
register_globals=Off
magic_quotes_gpc=On
allow_url_include=Off
upload_max_filesize=300M
post_max_size=300M
max_input_time=3000
max_executi alt=3000
memory_limit=128M
short_open_tag=On
Please does anybody have the slightest hint on how i can solve this issue?
Thanks