So you must also review the parameters from the /etc/apache2/mods-available/fcgid_imscp.conf. They are well commented.
thanks, I solved
So you must also review the parameters from the /etc/apache2/mods-available/fcgid_imscp.conf. They are well commented.
thanks, I solved
Hello ;
Yes, modification of PHP parameter is not sufficient... What i-MSCP server implementation you are using? ITK? FCGI? PHP-FPM???
using FCGI
I'm doing a php form to upload files over 500mb but unfortunately not the form itself does not load files larger than a few mb.
I changed upload_max_filesize, post_max_size, max_execution_time, memory_limit is the domain that the general one, by any chance there is any other block on the server? I'm going crazy
In queue.
if you need help with what I can do are available, even to test it on different servers.
any news on the migrating script?
Display MoreHello ;
You must use the php editor to enable this feature because this directive is defined for each customer in their vhost file and take precedence over the value defined in the php.ini file.
eg, when using the ITK http server implementation, the following statement is defined in the vhost
Display MoreCode
- <IfModule php5_module>
- php_admin_value open_basedir "{HOME_DIR}/:{PEAR_DIR}/{PHPINI_OPEN_BASEDIR}"
- php_admin_value upload_tmp_dir "{WEB_DIR}/phptmp"
- php_admin_value session.save_path "{WEB_DIR}/phptmp"
- php_admin_value soap.wsdl_cache_dir "{WEB_DIR}/phptmp"
- php_admin_value sendmail_path "/usr/sbin/sendmail -t -i -f webmaster@{DOMAIN_NAME}"
- # Custom values
- php_admin_value max_execution_time {MAX_EXECUTION_TIME}
- php_admin_value max_input_time {MAX_INPUT_TIME}
- php_admin_value memory_limit "{MEMORY_LIMIT}M"
- php_value error_reporting {ERROR_REPORTING}
- php_flag display_errors {DISPLAY_ERRORS}
- php_admin_value post_max_size "{POST_MAX_SIZE}M"
- php_admin_value upload_max_filesize "{UPLOAD_MAX_FILESIZE}M"
- php_admin_flag allow_url_fopen {ALLOW_URL_FOPEN}
- </IfModule>
where the placeholders are replaced by either default values or values as set via the PHP Editor.
Please, next time, search on our forum. This question has been asked and answered several time. Also please, read http://forum.i-mscp.net/Thread…es-management-with-i-MSCP
Thank you for using i-MSCP.
before posting I had done research on the forum, I also had arrived at that post but not having read the whole post I opened the post, though you are doing a great job
I have Apache2 with MPM ITK, and i edit the php.ini file / etc/php5/apache2/php.ini, allow_url_fopen = On, saved and restarted apache but making a phpinfo on the domain is
Directive Local Value Master Value
On allow_url_fopen Off
how is it possible? among other things, I also changed the other php.ini file that I found in the system but the result does not change.
Sisteman Version: Debian 7.1
Version I-mscp git master build 20130608
[hr]
I solved changed via the control panel, there was an active php edit
Display More
I would suggest something special for you:
- When you want report a bug, provide us the following information:
- Distro you are using
- i-MSCP version you are using
- Enable debug mode in /etc/imscp.conf file and report us better logs about errors
- Always try to reproduce the problem with last master to avoid to report a bug that is already fixed
I'm sorry, I made a huge mistake: P ... I have often taken up users in the various forums on this thing that in the end I was wrong too
Quote
To resume here:
1. About the exception: Enable debug mode, try again and show us the result. Try also with last master.
2. About the Wheezy 7.1 detection, it's already fixed in Git Master
I had downloaded the version from git, now I'll have to do further testing to a customer and if I notice problems.
Quote
BTW: If you are using a RC release, you must be warned that some important bugs can be found. But by using an RC release, which is not intented to be used on production systems you should have the reflex to try Git Master before report any bug.
I will give all the support available.
Among other Nuxwin I need to talk to you in private, where and how can I contact you?
please use latest RC with php 5.4
whit last RC
An exception have been thrown
An exception with the following message has been thrown in file /var/www/imscp/gui/library/layout-functions.php (Line: 114):
Wrong level for page message.
among other things, the file downloaded from sourceforge is still suffering from this bug
I just made a setup and going on ftp webmail and I get these errors
ftp
Exception thrown within the exception handler! Message was: Cannot find plugin text for type log in /var/www/imscp/gui/public/tools/filemanager/core/classes/class.ConfService.php on line 164 #0 /var/www/imscp/gui/public/tools/filemanager/core/classes/class.ConfService.php(184): ConfService->initUniquePluginImplInst('LOG_DRIVER', 'log') #1 /var/www/imscp/gui/public/tools/filemanager/core/classes/class.ConfService.php(229): ConfService->getUniquePluginImplInst('LOG_DRIVER', 'log') #2 /var/www/imscp/gui/public/tools/filemanager/core/classes/class.AJXP_Logger.php(89): ConfService::getLogDriverImpl() #3 /var/www/imscp/gui/public/tools/filemanager/core/classes/class.AJXP_Logger.php(69): AJXP_Logger::getInstance() #4 /var/www/imscp/gui/public/tools/filemanager/core/classes/class.AJXP_XMLWriter.php(195): AJXP_Logger::logAction('error', Array) #5 /var/www/imscp/gui/public/tools/filemanager/core/classes/class.AJXP_XMLWriter.php(208): AJXP_XMLWriter::catchError(0, 'Cannot find plu...', '/var/www/imscp/...', 164, NULL) #6 [internal function]: AJXP_XMLWriter::catchException(Object(Exception)) #7 {main}
webmail
Fatal error: Cannot redeclare hex2bin() in /var/www/imscp/gui/public/tools/webmail/plugins/mail_fetch/functions.php on line 104