Reputation: 23
Hello all i have download a template system but i cant get it to work, i got this error An Error Was Encountered Unable to load the requested file: helpers/ocular_helper.php
The name of the template is: ocular
My project can you see here https://github.com/SimonJ/Hip-hop-project
hope some one can help me what im doing wrong :)
Upvotes: 0
Views: 1171
Reputation: 21575
Well, given the error you're receiving, you are clearly missing a file called ocular_helper.php
which Ocular expects to be in /application/helpers/
.
Are you using the latest version of the Ocular library? As you can see here, it looks like the latest version doesn't use any helpers.
Upvotes: 2