CodeIgniter Forums
Problem with loading views through matchbox modules - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Problem with loading views through matchbox modules (/showthread.php?tid=25502)



Problem with loading views through matchbox modules - El Forum - 12-14-2009

[eluser]Marfo[/eluser]
Hi!

Having some problems loading views through matchbox modules...

In: modules/dashboard/controllers/dashboard.php
Code:
$this->load->view('index');

Result:


Code:
An Error Was Encountered

Unable to load the requested file: index.php


The index.php file is there, modules/dashboard/views/index.php, and the same problems goes for all the controller and modules.

wtf? >Sad