I upgraded my Virtual Machine to Linux Ubuntu 22 which includes php 8.1.2
I used the SourceGuardian loader to install it, placed the extension in php.ini
I went to https://mydbr.com/download/ and downloaded and installed the mydbr version for php 8.1
My phpinfo file shows
1) PHP Version 8.1.2-1ubuntu2.14
2) SourceGuardian Loader Version 14.0.2 is enabled.
But when I go to http://localhost/phpinfo.php
I get a blank page (500 error)
And the apache error log
/var/log/apache2/error.log
contains the message
Mon Mar 18 16:21:16.963504 2024] [php:notice] [pid 3472] [client 127.0.0.1:48918] PHP Fatal error: SourceGuardian Loader - For security reasons this protected script cannot run in the current PHP environment.
Please contact the author of the script regarding this problem. Error code [16] in /var/www/html/mydbr/index.php on line 9
What should I do?
Until I solve this problem I cannot work (with mydbr) on my local machine even though I have a paid OEM license.