Posts by itcm

    Hello,
    I'm running i-mscp 1.3.5 on a debian jessie.
    Now logging with a reseller account i'm not be able to change customer's disk space anymore. If I click on "edit domain", set a new number and press update my browser last indefinitely on "connecting" and nothing happens.
    I haven't found any useful logs, can you explain me how to debug and/or resovle this situation?


    thank you very much

    Sorry Laurent, Yesterday was holiday in italy :)
    The error happens when I submit changes. I'm using phpswitcher also,
    originally sites use php7 from phpswitcher, i've tried restoring the default but same error.
    At the end I resolved removing entire domain and recreating it....
    In these cases is there any possibilities to enable some sort of debug?

    Hello,
    I've added a new IP to my IMSCP server 1.3.5 (debian jessie), in auto mode.
    Then I assigned to a domain this IP and everything was working great.
    Then I reassigned to this domain the default IP and everything was ok again.
    But now I'm trying to assign to this domain the new IP but the page stucks and after a lot of time I obtain:
    Fatal error: Maximum execution time of 120 seconds exceeded in /var/www/imscp/gui/library/iMSCP/Database.php on line 242


    then I realized that I'm using 10_apache2_dualstack.pl listener to add an ipv6 to this domain, I removed that line, I retried and now this is the error:


    Fatal error: Maximum execution time of 120 seconds exceeded in /var/www/imscp/gui/library/iMSCP/Events/Manager.php on line 51


    I can choose every ip configured but the behavior is always the same...

    Hello,
    trying to upgrade to i-mscp 1.3.7 my jessie setup, but with apache2 from stretch (I need http2 support) i obtain this error when apache2 tries to start:

    Code
    1. Oct 26 20:19:36 tiger apache2[15025]: apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on line 2 of /etc/apache2/mods-enabled/proxy_fcgi.load: Cannot load /usr/lib/apache2/modules/mod_proxy_fcgi.so into server: /usr/lib/apache2/modules/mod_proxy_fcgi.so: undefined symbol: ap_log_rdata


    To avoid this I added this code to fix_apache2_mod_proxy_fcgi.sh :

    Code
    1. if [ -f /usr/lib/apache2/modules/mod_proxy_fcgi.so-DIST ] \
    2. || dpkg --compare-versions "$APACHE_VERSION" ge "2.4.23" ; then
    3. exit;
    4. fi

    In this case if version of apache is 2.4.23 or greater it doesn't try to patch it.


    Let me know if you have a better solution ;-)

    Dear community,


    A new version of the PhpSwitcher plugin has just been released:

    Hello,
    I've tried to update the plugin through the web interface, but after upload it says:
    Plugin Manager: downgrade is not allowed for this plugin php switcher


    What can i do to force the upgrade?


    thanks