<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><br><div><blockquote type="cite"><div>On Apr 11, 2025, at 12:10 AM, Barry O'Donovan (INEX) <barry.odonovan@inex.ie> wrote:</div><br class="Apple-interchange-newline"><div><meta charset="UTF-8"><div style="font-family: "Avenir Next"; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><br class="Apple-interchange-newline">Hey Pete,</div><div style="font-family: "Avenir Next"; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><br></div><div id="x06dfdbcd16de462" style="caret-color: rgb(0, 0, 0); font-family: "Avenir Next"; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><blockquote cite="x-msg://48/29C48E1A-EE4D-4434-AE26-37ED81D1E0D8@xmission.com" type="cite" class="cite2" style="margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right: 0px; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); margin-top: 3px; padding-top: 0px;"><div>I am running php 8.1 on Apache2 now, but I still had my NGINX configs, so I tried a quick swap.  The bug came back with NGINX and php 8.1.  My config doesn’t differ from yours.  Very odd bug.  In any case, I think I’m going to stick with Apache2, so this isn’t a big deal.</div><div><br></div><div><br></div><div><div>    location ~ \.php$ {</div><div>         include snippets/fastcgi-php.conf;</div><div>         fastcgi_pass unix:/var/run/php/php-fpm.sock;</div><div>    }</div><div><br></div></div></blockquote><div>I’d check if <span>php-fpm.sock is indeed 8.1. If you are running on Ubuntu, for example, the php without a version reference would normally refer to the standard PHP version, where as </span><span>php-fpm8.1.sock would be a different installed version.</span></div></div></div></blockquote></div><br><div>Thanks, Barry.  It is linked to /etc/alternatives/php-fpm.sock which in turn is linked to /run/php/php8.1-fpm.sock.  The package for php8.3-fpm is completely uninstalled.  Would it help to run some debug between the two servers?</div></body></html>