Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: crackerboy on July 29, 2007, 08:16:28 PM
-
I have done
db configuration setprop php UploadMaxFilesize 30MB
expand-template /etc/php.ini
/etc/init.d/httpd-e-smith restart
I can see the upload limit is 30MB in my forum but still i cant upload a file that is 18MB?
The Postsize is also 30 or 40MB if that has something to do with it
-
/etc/init.d/httpd-e-smith restart
Change that line to...
/etc/rc7.d/S**httpd-e-smith restart
Where ** is number(s)
-
I tried with this
db configuration setprop php upload_max_filesize 30MB
expand-template /etc/php.ini
/etc/rc7.d/S86httpd-e-smith restart
Still upload_max_filesize = 10M in php.ini
-
Read the (my) last post in this thread:
http://forums.contribs.org/index.php?topic=35367.0
Darrell
-
Still upload_max_filesize = 10M in php.ini
The key point is that names used in config files are not the same name as those used in the config db.
http://wiki.contribs.org/DB_Variables_Configuration#Php