Hello, I seem to be having an issue with my ISPConfig installation whereby no jobs seem to function any-more: I've completed the steps found here: https://ma.juii.net/blog/fix-ispconfig-job-queue and when I ran the Code: /usr/local/ispconfig/server/server.sh command I got some PHP Errors: It's also worth noting whilst I can skip jobs by incrementing server.updated, that won't work here as literally no changes in ISPConfig panel work. I am trying to create a Let's Encrypt SSL Certificate for a site and it won't go through, making it unusable. Even updating WordPress crons etc. won't go through so ideally want to figure out the core reason things won't process. My ISPConfig version is 3.2.2 and no updates are available (so I presume I am not on a beta copy just the latest stable one) I have setup the server on Debian 9 with the ideal setup guide here. Please help!
The reason for your issue is that you cahnged the system PHP to php 8. See: https://www.howtoforge.com/community/threads/please-read-before-posting.58408/ chapter 'ISPConfig is not writing changes to disk'.
Thank you so much! I was wondering what on earth was going wrong. I ran the apt-get upgrade and updated all packages. For some reason it changed my default PHP from 7.0 to 8.0. I've amended this and it's working again!