help - install query??

The install documents say about adding a php.ini file to every subfolder - however there are hundreds of them - surely we do not need to create it in every folder - this will take ages :(

Can anyone assist.

Thanks.

  • 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

Quote · 11 Jan 2010

That was a recent addition to the docs. But aparently boonex has recently run into many hosts that aparently require this.

As far as i am conserned, these php.ini files should be added to the dolphin package. For servers that are not configured to use these per directory php.ini files, they won't be used, thus should not cause a problem if they are included in the package.

But at the moment, there is no easy way to get around this.

You can try just the root folder, and i would also suggest the periodic folder. I believe some servers will use the one in root if it does not find one elsewhere.

But, i am not positive on this.

https://www.deanbassett.com
Quote · 11 Jan 2010
 
 
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.