Cannot run Scriptcase after upgrading to OSX Sonoma (14.2)

I have upgraded my machine to macOS 11.3. Scriptcase was working fine before I did this but now all I get when accessing http://127.0.0.1:8092 is a blank page. Localhost works fine in my browser with the ‘It Works!’ response. Does anyone know what I need to do to get Scriptcase working please.

I had the same problem. In the end, after weeks of trying, reinstalling Scriptcase and even a clean install of Sonoma, I gave up and went back to Ventura.

Was anything written to the PHP logs that may provide a clue as to what was going wrong, or were there any client-side issues visible within the browser developer console?

Create the following php script (i.e. info.php) and place it in your web root folder:

<?php phpinfo(); ?>

Confirm that Ioncube and SourceGuardian extensions are being loaded for your php version.

Confirm that php.ini has been configured according to manual installation requirements.

Confirm that your webserver has r/w user and group level permissions for the scriptcase folder.

Let us know if this resolved your issue.