Installed but have problem with file size limit.
Quote:
The file(s) uploaded were too large to process.
|
I have changed the limit in php.ini to
upload_max_filesize = 30M
post_max_size = 30M
also added to .htaccess
php_value upload_max_filesize 30M
php_value post_max_size 30M
My AdminCP home still displays:
PHP Max Post Size 8.00 MB
PHP Maximum Upload Size 2.00 MB
Do i need to do anything else?