Howdy everyone,
I'm trying to do a fresh install of phpVMS 7 on a VPS using Docker. However, I'm only getting a blank page, meaning I'm not even making it to the installer.
More details:
OS: Debian 12 Bookworm
Base Docker Image: php:8-apache
Apache: version 2.4.59, enabled rewrite module, so things like .htaccess work
PHP: verison 8.3.6, has all required extensions installed
phpVMS Version: 7 beta 5
Directly uploaded (Option 4)
Traefik used as reverse proxy, and it's working fine as I can reach the phpVMS container
The page is completely blank
When I add echo statements to public/index.php, I can see them. So that means that I am reaching the container, and PHP can return something if it wants to
No logs in storage/logs
No PHP logs
I'm starting to run out of ideas...maybe someone can help out? Thanks in advance!