My Pagination Work in local, but error when upload to server |
I have some error with my pagination, and it's my controller :
PHP Code: $data = My Model : PHP Code: public function getPhotos() and this message error : PHP Code: CodeIgniter\View\Exceptions\ViewException SYSTEMPATH/View/View.php : 228 — CodeIgniter\Exceptions\FrameworkException::forInvalidFile ( arguments ) PHP Code: This the an arguments Nothing different between my code in local or server, but i've this error in server, please help.
This is the classic error of upper/lower case differences between the filename in your code when you load the view and the actual filename on the server.
|
Welcome Guest, Not a member yet? Register Sign In |