php.ini

Im getting a error saying 'register_globals on' when trying to do anything on my site, ive been told to check in the php.ini file to see if there on, where is this file? cant find it anywhere

Quote · 21 Nov 2009

IF you have a php.ini file, it would be located in the root of your dolphin install. If you do not have one, open notepad and put the following in:


register_globals= Off
upload_max_filesize=300M
post_max_size=300M
max_input_time=3000
max_execution_time=3000
memory_limit=128M

click File, Save As, and name it php.ini then upload to the root of your dolphin install. Those setting will also set you upload limits to 300MB, so feel free to change those to whatever you want.

Nothing to see here
Quote · 21 Nov 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.