You just have to rename the folder.
Having a folder includes in the views directory is fine. The files cannot be opened directly from a web browser, but you don’t want people to do that anyways if the files are templates that are populated by a framework. You actually want those files to be blocked, which is exactly what this does.
As for the issue itself, I’m not sure. I’ve never worked with CodeIgniter. I don’t know how you normally setup controllers and views with it, and I don’t know how it handles errors.
At worst, you can add a bunch of echo or var_dump statements through the code to see if it hits the controllers and views it should.
Actually, there are some errors being recorded in the htdocs/application/logs folder. It’s a deprecation error for the session controller, but IIRC this error may actually break your class. Maybe fixing that error helps.
can you tell me how to how this error
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
