Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Problem: Unable to load the requested file:
#1

[eluser]LEECH[/eluser]
Hi I’m just new in codeigniter. My website works locally, but when I uploaded it, I got this error:
Code:
An Error Was Encountered
Unable to load the requested file: home\home_view.php
Here is my controller:

Code:
<?php
class home extends CI_Controller{


function index(){

  $data=array();
  if($query=$this->home_model->get_dynamic_main_menu())
  {
  $data[‘main_menu’] = $query;
  }

  $this->load->view(‘home\home_view’,$data);
}


}
#2

[eluser]InsiteFX[/eluser]
I answered you in your other post! In the future please only post once in the correct forum topic.




Theme © iAndrew 2016 - Forum software by © MyBB