Posts

Showing posts with the label amazon

Unable to execute include files in PHP Application in Amazon Linux

Image
Clash Royale CLAN TAG #URR8PPP Unable to execute include files in PHP Application in Amazon Linux I'm currently having problem solving why I can't execute inlclude files in my project folder. See /var/logs/httpd/error_log below: Project folder resides at /var/www/payroll /var/www/payroll [Fri Jul 27 05:12:11.793208 2018] [:error] [pid 7904] [client xxx] PHP Warning: include_once(./Controllers/Databasecon.php): failed to open stream: No such file or directory in /var/www/payroll/Controllers/Logout.php on line 2 [Fri Jul 27 05:12:11.793238 2018] [:error] [pid 7904] [client xxx] PHP Warning: include_once(): Failed opening './Controllers/Databasecon.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/payroll/Controllers/Logout.php on line 2 Configured App in VirtualHost <VirtualHost *:80> ServerName binhimefi.com DocumentRoot /var/www <Directory /var/www> DirectoryIndex index.php ...