ispconfig 3 - 101 tasks under "pending"

Discussion in 'Installation/Configuration' started by monkeytime, May 15, 2019.

  1. monkeytime

    monkeytime New Member

    Hello,

    I'm under debian 9 with ISPConfig Version: 3.1.13p1

    I have some problems with ispconfig 3, after some configuration, some cron tasked changes under the interface are in something like "pending"

    I have tested to restart cron, bind9 but nothing change.

    Any ideas where the problem comes from ?

    Thx in advance for your reply
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. monkeytime

    monkeytime New Member

    Thx for the reply,

    I have a PHP error after following instruction from faqforge

    PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 32768 bytes) in /usr/local/ispconfig/server/plugins-available/apache2_plugin.inc.php on line 2533

    PHP-FPM enabled
    my current memory_limit in /etc/php/7.0/cli/php.ini is 192MB

    How can I fix this ? Thx

    edit: I have changed 192MB for 192M but currently nothing change
     
    Last edited: May 15, 2019
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Check the memory limit line from /etc/php/7.0/cli/php.ini The line must read 192M and not 192MB. And you might want to raise it to e.g. 250M or 500M if the issue still occurs.
     
  5. monkeytime

    monkeytime New Member

    The error comes from me I have changed 192MB for 192M and now all works fine after a

    Code:
    service cron restart
    thx Till
     

Share This Page