11-05-2020, 04:52 AM
I have been working on a project that uses tokens. I work on it in Windows 7 and it is fine, but after I ported this project on Ubuntu to work on it there, It gives me this error in every page / control / method that I try try to access:
The CodeIgniter.php file does not exist, the path to it is correct and I can read and write in it (I can open it in a text editor and modify it freely). I tried changing file permissions using chmod command but nothing happened. Why is permissions denied in the CodeIgniter.php file?
Code:
Warning: require_once(/opt/lampp/htdocs/TS_Project/system/core/CodeIgniter.php): failed to open stream: Permission denied in /opt/lampp/htdocs/TS_Project/index.php on line 202
Code:
Fatal error: require_once(): Failed opening required '/opt/lampp/htdocs/TS_Project/system/core/CodeIgniter.php' (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/TS_Project/index.php on line 202
The CodeIgniter.php file does not exist, the path to it is correct and I can read and write in it (I can open it in a text editor and modify it freely). I tried changing file permissions using chmod command but nothing happened. Why is permissions denied in the CodeIgniter.php file?