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

Title: Upload Limit
Post 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
Title: Re: Upload Limit
Post by: byte on July 29, 2007, 10:41:25 PM
Quote from: "crackerboy"
/etc/init.d/httpd-e-smith restart


Change that line to...

/etc/rc7.d/S**httpd-e-smith restart

Where ** is number(s)
Title: Upload Limit
Post by: crackerboy on August 02, 2007, 04:17:22 PM
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
Title: Upload Limit
Post by: dmay on August 02, 2007, 04:28:47 PM
Read the (my) last post in this thread:

http://forums.contribs.org/index.php?topic=35367.0

Darrell
Title: Upload Limit
Post by: william_syd on August 03, 2007, 05:02:13 AM
Quote from: "crackerboy"


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