Thanks I appreciate it. Please note that I have temporarily gotten a ZeroSSL 90 day cert from their site to keep my site working until this can be worked out.
Unfortunately no. My cert is now expired and giving users errors. I am probably just going to go get a cert from "SSL for Free" for now until the admins can get it fixed. Unfortunately I think "SSL for Free" is limited to three 90 day certs, and I really want the auto-renewal that I've had for...
Auto-renewal of my SSL certificate is not working on x13. I had previously selected "Get automatic certificate from ACME Provider" but the "Paste a pre-generated certificate and key" option is now selected and the cert expires today. I tried to reselect ""Get automatic certificate from ACME...
Thanks for trying to help, but I mentioned that I have switched versions of PHP a few times, and checked and unchecked the required extensions, but they don't actually get enabled. In my phpinfo page the /configure command shows many extensions, including the ones I need, being disabled when...
The /configure command shown in the phpinfo page I uploaded has many disable flags set, including "--disable-json" and "--disable-pdo", which would explain the errors I got specific to those extensions when trying to run Matomo and Form Tools with PHP 7.4 and 8+.
Does this mean the free hosting...
I tried to switch to PHP 7.2 native and both Matomo and Form Tools started working. However Matmomo gives me a warning about PHP 7.2 being end-of-life, so it would be good if I could at least get 7.4 working somehow.
Understood. Thanks for letting me know. I did determine that the blank page is happening because it is getting an "Allowed memory size of 134217728 bytes exhausted" error (log excerpt below). PHP does have a memory limit setting, which was set to 128MB (exactly what the error says). I tried...
OK, so I created a phpinfo page and saw that '--disable-json' is included in the /configure command. Given that PHP 8+ has JSON enabled by default, I bumped up the version 8.2. The '--disable-json' option is still there, but it looks like JSON is now enabled.
Awesome, no error, but now I just...
I installed Matomo and it was working, but it now is getting the following error. I verified that the "json" extension is checked. I tried unchecking it, exiting, and rechecking to see if it would reinstall. No luck. I also tried to remove and reinstall Matomo and I still get the error.