server/plugins-available/cron_plugin.inc.php
@@ -133,8 +133,8 @@ exec("setquota -T -u $username 604800 604800 -a &> /dev/null"); } // make temp direcory writable for the apache user and the website user exec("chmod 777 ".escapeshellcmd($parent_domain["document_root"]."/tmp")); // make temp directory writable for the apache and website users chmod(escapeshellcmd($parent_domain["document_root"].'/tmp'), 0777); /** TODO READ CRON MASTER **/