OK I am a little confused here well...If I am understanding this right, you mean I have to put this file in all subfolders? Admin..install, etc? I was told that there is a auto installer for dolphin but I can't seem to find this thing. I see the auto installer but I don't see Dolphin on it I see a lot of other things like mybb, phpbb, etc. can someone help me. Thanks
Regard
- Make sure you have set appropriate PHP settings for uploading media files.
a) If PHP on your server is running in CGI mode, you need to create a php.ini file with the following contents:
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
Then copy this file to every subfolder of Dolphin directory except for the following folders:
- orca/xml/langs
- ray/modules/*/skins
- ray/modules/*/langs
where * stands for every subfolder of the ray/modules folder