PHP Fatal error
-
It would be good to get down to the issue. Maybe we should start over with the memory settings. The initial error, as I understand this is, that php simply can't allocate enough memory. This can either be due the set memory (in all those various locations, so maybe set all those explicitly to the same value for a start.) Or this can happen, if the system itself as a whole runs out of memory, in this case the memory limits are not even hit and increasing them will not help. For this you should see errors in the system logs (journalctl --system) via SSH, while the error happens.
-
@p44 If you can setup a test installation of Cloudron and give us access (keep your existing wp-engine running), then we can debug this further. My understanding is you are saying that just a simple WP install doesn't work ? (since you disabled all plugins and tried as well?)
-
-
Having the same issue with a previously stable WordPress developer install. Have tried all the same solutions, no luck.
-
@jordanurbs If you still have the app instance, can you contact us at support@cloudron.io , so we can debug this further?
-
I had a similar issue with my WP sites where the page would look all weird (CSS got all f'ed up). I thought it was theme related but narrowed it down to the CDN integration (Bunny). The page loaded fine once I disabled the CDN option in the caching plugins (I use different cache plugins on each of my sites). I did purge the cache in Bunny's dashboard, but that did not fix it. I didn't change anything with the sites before this happened, so it's got to be a broken update somewhere. The two problematic themes are Woodmart and Astra. My third site is using a different theme from Themeforest, but I can't remember its name right now (it's a weird one).