CodeIgniter Forums
Error after installation, please help. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Error after installation, please help. (/showthread.php?tid=32519)



Error after installation, please help. - El Forum - 07-26-2010

[eluser]Sanity11[/eluser]
Hi,

I have moved a CI project to a live server, and I am getting this error:

Warning: require_once(/opt/webs/taalquiz/system/codeigniter/CodeIgniter.php) [function.require-once]: failed to open stream: Permission denied in /opt/webs/taalquiz/index.php on line 115

I have no idea what's going on, I have tried several permissions. No succes. Please help.

Edit: What you see here is the server path, the base folder I am accesing with ftp is "taalquiz". Could it be the permissions on that folder are set wrong bij the system administrator?

Edit: Ok, I am dealing with some strange permissions here. I can only get it to work when setting permissions to 777 for the files it's generating errors on. I did this for all files it comes up with. And now it throws a 404 page?

Edit: Had to set the controller folder to 777... now it's working ...? Can anyone tell me if this is normal?