I do not understand this error :
Warning: include(): Failed opening '/app/database/alsalemcorpdb.php' for inclusion (include_path='.:/app/database/alsalemcorpdb.php') in /var/www/html/index.php on line 4
I have now explicitly mentioned the file in include_path, and CHMODed the file to 777.
My code: include ("/app/database/alsalemcorpdb.php");
Any ideas?
include ("app/database/alsalemcorpdb.php");because you probably don't have a /app folder under your filesystem root, just relative to your webserver root folder