Hi,
My site was working fine at local machine but when I uploaded to web host some of my views are not loading & I am getting following error:
The concerned view is a modal in a separate view file which I load using js upon click of a button.
When I try to directly access that URI, I get WHOOPS page.:
Whoops!
We seem to have hit a snag. Please try again later...
Any idea how to rectify it?
My site was working fine at local machine but when I uploaded to web host some of my views are not loading & I am getting following error:
Code:
CodeIgniter\Exceptions\FrameworkException::forInvalidFile
The concerned view is a modal in a separate view file which I load using js upon click of a button.
When I try to directly access that URI, I get WHOOPS page.:
Whoops!
We seem to have hit a snag. Please try again later...
Any idea how to rectify it?