SunHunter
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
Comments
Recent activity by SunHunter-
Just posting back with a crude workaround as couldn't get above to work. Added a subdomain `newsletter.domain.com` and use local mail exchanger for that subdomain, while keeping primary domain usin...
-
Thanks for responding, still looking at finding a way to do this. I've gone around the houses a bit already looking at `split delivery` in GSuite as per one of the sticked topics on this forum, but...
-
Just trying to troubleshoot this and even if the script is empty, I still get a buffer overflow e.g. if I have a PHP script file does_nothing.php and run this php does_nothing.php I still get a bu...
-
As an aside, although PHP scripts run via cron seem to be failing with the above message, the website on the same server seems to be working normally. If I invoke the same 'cron' scripts from withi...
-
Solved my own problem. Not sure it's the correct way of things (or a permanent solution) but ran: yum install ea-php56-php-xml ... and has fixed the problem (when I run phpinfo the simplexml modu...
-
I am having exactly the same problem as the original poster. The reply given above tells you how to *disable* the extension and not how to enable it. My phpinfo is pretty much the same as the OP, t...
-
Now rolled my own imagewebp() function as I had a live site that needed the functionality (upgraded a site from an older version of PHP that already had the same function). For anyone else, I insta...
-
Hi, I'm getting exactly the same issue as the original poster but using EasyApache 4 / PHP 7.4. I've read the whole of this post, and would like to install GD using the 'with-webp-dir' option so t...