So I was trying to install the system on my site with hosting service. At first, I received this error:
register_globals 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.
All I did to continue with the installation was build a php.ini file like this:
register_globals=Off
magic_quotes_gpc=On
allow_url_include=Off
upload_max_filesize=300M
post_max_size=300M
max_input_time=3000
max_execution_time=3000
memory_limit=128M
short_open_tag=On
So the installation now acts as if it was completely finished, except when I go to finish the last step, it redirects me to the installation page all over again. Whats going on here and how do I fix this?