Welcome Guest, Not a member yet? Register   Sign In
Your view folder path does not appear to be set correctly. Please open the following
#6

(04-08-2015, 04:59 PM)kabeza Wrote: I had this problem tomorrow, with a fresh new CI install, latest 3.0 release.
It happens only in unix/linux environments. I solved it by:

1. set the project folder permission to 755. Eg. sudo chmod 755 /var/www/myCIproject/
2. sudo find /var/www/myCIproject/ -type d -exec chmod 755 {} \;

The last line searchs for every folder inside myCIproject (including application/views/) folder and chmods 755
I know it is a dirty solution, but it worked fine for me

This works for me also !!!
Reply


Messages In This Thread
RE: Your view folder path does not appear to be set correctly - by coscho - 01-24-2016, 12:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB