admin wrote
The first issue with automatic startup should be resolved by running the
autostart-setup
script (located in the directory where Abyss Web Server launcher is.)
This worked great. Thanks!
admin wrote
[The second question] is more about the compatibility of your scripts with PHP 8. Nobody can know without checking each of these scripts and asking their authors.
This did not turn out to be the case. See below.
admin wrote
Usually, the best way is to test them. If there are issues, they'll be reported by visible errors or warnings.
I tried this. The scripts all worked perfectly from the command line. So I dug a little deeper.
It turns out that when Mint 21.3 updated PHP on my system, it failed to install the executable "php-cgi". As soon as I installed "php-cgi" manually, scripts started working perfectly again.
I'm left wondering why the hell "php-cgi" wasn't installed by the upgrader, since obviously it was there before and the new version is compatible with the new OS. But none of this has anything to do with Abyss. Still, maybe it helps somebody...