Hello,
I am interested in testing the program on our server (Redhat 7.3) but unless I edit every page with the full path to required files line the program keeps coming up with these errors.
It appears that it doesn't understand what the ./ is for.
Fatal error: Failed opening required './config_db.inc.php' (include_path='.:/usr/local/lib/php')
Any help is appreciated. Ray
Maybe, there is an error in your configuration of PHP or Apache? A Linux itself, ever knows ./ as current directory.
But: The file config_db.inc.php exists? You created it by hand or with admin?
Log in to post a comment.
Hello,
I am interested in testing the program on our server (Redhat 7.3) but unless I edit every page with the full path to required files line the program keeps coming up with these errors.
It appears that it doesn't understand what the ./ is for.
Fatal error: Failed opening required './config_db.inc.php' (include_path='.:/usr/local/lib/php')
Any help is appreciated.
Ray
Maybe, there is an error in your configuration of PHP or Apache? A Linux itself, ever knows ./ as current directory.
But: The file config_db.inc.php exists? You created it by hand or with admin?