neptuo / is4wfw

PHP based CMS with multi domain support, virtual file system, library for team-sport fixtures and statistics, and many other features.
http://is4wfw.neptuo.com
Apache License 2.0
1 stars 0 forks source link

Migrate.php doesn't properly set document root #512

Closed maraf closed 1 year ago

maraf commented 1 year ago

Settings require $_SERVER["DOCUMENT_ROOT"] and so migrate.php needs to set it based on __DIR__ probably.

maraf commented 1 year ago

Settings.inc.php crafted for docker usage doesn't need $_SERVER["DOCUMENT_ROOT"]. I'm not sure what I was refering to with this issue