hosting:~# nano /var/www/ispcp/gui/tools/filemanager/settings.inc.php
$net2ftp_settings["max_filesize"] = "50000000"; // in Bytes, default 10 MB
Правим параметры:
upload_max_filesize, post_max_size, max_execution_time, memory_limit
hosting:~# nano /etc/php5/cgi/php.ini
; Maximum allowed size for uploaded files.
upload_max_filesize =50M
upload_max_filesize =50M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
hosting:~# nano /var/www/fcgi/master/php5/php.ini
; Maximum allowed size for uploaded files.
upload_max_filesize =50M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
Ограниччить размер в .htaccess:
http://joomlaforum.ru/index.php?topic=76068.0
upload_max_filesize =50M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
Ограниччить размер в .htaccess:
http://joomlaforum.ru/index.php?topic=76068.0