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
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
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.
The error comes from me I have changed 192MB for 192M and now all works fine after a Code: service cron restart thx Till