Php on install

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

Quote · 3 Nov 2009

And who is your host?  I have never had to do this for any dolphin site myself.

Quote · 3 Nov 2009

This is the requirements from Dolphin 6.1.6!  I have never installed this one.  6.1.4 I always just ran the install script.  But I was reading there winkie thingie and that is what it says.  Either that or the .htaccess and for the host I am using I have to do the php.

http://www.boonex.com/trac/dolphin/wiki/ThingsToKnow

Quote · 3 Nov 2009

Is your host running in CGI Mode?  Like I said, I've never had to do this to any site I've done an install on.  Not saying it's not necessary, but I have never had to do it myself and I've installed a large # of dolphin sites. 

Quote · 3 Nov 2009

Yes my host is running in the CGI Mode.  It don't work if you don't put that in.  I just need to know where I need to put this php so I can install.

Quote · 3 Nov 2009

Can anyone guide me into the direction of where to upload these PHPs?

Quote · 5 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.