I have file structure on EC2 like : but facing some file referencing problem.
index.php -db -config.php -cron -cron1.php
I have tried file
I had the same error while including file from root of my project in codeigniter.I was using this in common.php of my project.
codeigniter
common.php
i changed it to
Working fine now.