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.
And I just remembered why I had not upgraded to sonoma… after upgrading on the weekend.
If anyone else comes across this… I wasn’t able to fix it, I reinstalled. But still on Sonoma
- Backup/copy entire wwwroot folder
- Uninstall / Reinstall from latest installer on scriptcase.net
- log in to new install and update after registering license again
- Restart apache to remove file locks
- Copy the entire scriptcase/devel folder from the backup to the new installation (no errors)
- Fix permissions on it after copying
- Log in again and register license again
So far so good