Jamie Currie
Jamie Currie
Thanks for the quick reply. This is what it looks like in NetBeans. I'll see if I can do anything with it. 
I'm primarily working on a bunch of WordPress plugins. Each one has its own Git repo and a I vagrant tasks that automate the entire release process including uploading the...
Great, thanks. I'll give it a go this week and see what I can come up with. Really appreciate the help.
That's awesome, thanks so much for sharing it.
Just ran into the same. The issue is in your php.ini. You need to set allow_url_fopen to enabled: 
Glad it's working. FYI for anyone else who runs into it: If you're running Litespeed restarting that doesn't actually restart php. Just ssh in and do ```pkill lsphp``` to get...
Same issue. If you're only going one folder deep you can just throw + 1 at the end of line 32 in renderer.js. If you've got nested folders below that...
Turns out my issue here: https://github.com/stephenharris/Event-Organiser/issues/537 is due to this. Redis is hijacking the WP_Query and returning post IDs only. Disabling Redis fixes the issue. I'll do some digging into...
Sorry, last answer wasn't correct. As @thewebtailors noted it's the WP Object Cache plugin (https://objectcache.pro/), not Redis. It is installed as a mu (must use) plugin on all Cloudways WP...
Just ran into this too. PHP version 8.2. Literally just renewed my license thinking maybe I was missing an update but no luck.