Hi! It throws an error, when trying to set an alias in the file path. Although the file exists.
<?php require $_SERVER['DOCUMENT_ROOT'] . '%BASE%/system/main.php';
Warning: require(/foo/system/main.php): Failed to open stream: No such file or directory in /foo/pages/service.php on line 1 Error: Failed opening required '/foo/system/main.php' (include_path='/foo/kppc:.:/opt/homebrew/Cellar/php/8.3.10/share/php/pear')
Hi! It throws an error, when trying to set an alias in the file path. Although the file exists.
Warning: require(/foo/system/main.php): Failed to open stream: No such file or directory in /foo/pages/service.php on line 1 Error: Failed opening required '/foo/system/main.php' (include_path='/foo/kppc:.:/opt/homebrew/Cellar/php/8.3.10/share/php/pear')