I wish Dolphin would come with a default php.ini setting, or at least of required settings that will make it run better.
What are the optimal settings for the php.ini file?
I wish Dolphin would come with a default php.ini setting, or at least of required settings that will make it run better. What are the optimal settings for the php.ini file? |
How about a posting of your php.ini file? |
Anyone can answer this question? Or guide us where to find it? |
I found this just in case it helps somehow http://www.boonex.com/trac/dolphin/wiki/DolTech#TechnicalRequirements |
Yes, look through the help on this. One of the basic settings is to understand that php can control file upload sizes; these should be set higher than the settings you may require in your admin because php will override any settings in your admin panel. You might also have to extend the script execution time in php; if you have a script that requires a long time to run, then php has to be set to allow it. Geeks, making the world a better place |