I have also attempted a re-install, but am told to set config variable in sqlconf.php to 0, the problem is, the value is 0 already, which I think means that my setup was not successful.
coolife@coolife:~/git-repos/openemr$ tail /var/log/apache2/error.log
tail: cannot open ‘/var/log/apache2/error.log’ for reading: No such file or directory
from your error.log “PHP Fatal error: Uncaught Error: Class ‘OpenEMR\Common\Logging\EventAuditLogger’ not found in /var/www/localhost/htdocs/openemr/library/ADODB_mysqli_log.php:42” this means there’s a new class that your openemr docker doesn’t know about, so look at step 8 in the guide which will bring in the new classes
Hello @stephenwaite I have been able to solve this issue thanks to help from the community chat.
I was able to solve the issue using the following commands
docker-compose down -v
docker volume prune
docker-compose up -d