Login or Register

RSS IconRecent posts in this topic

avatar
fresco3000 on Dec 8. 2006. 1:43 pm
Hi, Firstly thanks for putting this excellent tool out there. I'm lo0king forward to using it. I've just installed and all is going well but i want to change the max upload file size from 7mb to 10mb. Í looked around the forum and found ref's to the php.ini file? But i cant locate it?

I'm new to php so any guidance would be greatly appreciated. Thanks in advance!
avatar
Ilija Studen on Dec 8. 2006. 1:46 pm
Location of php.ini is displayed on phpinfo(). Create a new php file and put this in it:

<?php
  phpinfo();
?>


Access that file through browser and see value of "Configuration File (php.ini) Path". It should show a location of your php.ini file.
activeCollab team member
avatar
fresco3000 on Dec 8. 2006. 3:40 pm
Thanks! Seems i can't access the file, i used dreamhost's install. "The location is etc/php5/cgi/php.ini"

Will contact them to check it out.
avatar
jaredgoertzen on Oct 26. 2007. 5:39 am
What did you hear from dreamhost... I have the same situation.
avatar
Steve-o||[^] on Oct 28. 2007. 5:15 pm
http://wiki.dreamhost.com/Custom_PHP.ini :)

works a treat :) but..apparently they've forced a max memory limit which is meant to limit uploads to around 16MB (mentioned here: http://wiki.dreamhost.com/Relay)


what I've done is make a 'php5-bin' dir somewhere in my home path, copy the .cgi and .ini - edit, save and use the 'remap sub-dir' on the panel to point /php5-bin to that location.

RSS IconRecent posts in this topic