MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: Zmajur on 2013-01-14, 01:31:02

Title: Kloxo Panel, php value edit
Post by: Zmajur on 2013-01-14, 01:31:02
I tried to rise upload value in php settings for one domain. Settings didn't make any effect on joomla settings, but main php config did?
Anyone with this bug, or its happend only me?
Title: Re: Kloxo Panel, php value edit
Post by: lupetalo on 2013-01-16, 06:06:15
if using php-fpm u must change in /etc/php-fpm.d folder, but on fix it will be owerwriten, i changed tpl files
Title: Re: Kloxo Panel, php value edit
Post by: Anik on 2013-01-19, 13:35:54
If you are trying to increase file upload limits then change it in php.ini settings. first look for each domain where this file located. (use phpinfo)
in most most installs it found in etc/ folder. (/etc/php.ini)
edit it. and then
Code: [Select]
service php-fpm restart