Welcome Guest, Not a member yet? Register   Sign In
Views are not Loading
#1

[eluser]Greendots[/eluser]
My website has unexpectedly stopped loading my view files.

Code:
echo "1," ;
  $this->load->view("__header.php")  ;
  echo "2," ;
  $this->load->view("subfolder/my_view") ;
  echo "3," ;
  $this->load->view("__footer.php") ;
  echo "4" ;

will output:

Code:
1,2,3,4

The view files worked previously and generate valid xhtml. My admin pages work fine, but not any of the others. No changes have been made to the code.

Any idea how to troubleshoot this? My knowledge of CI is all over the place. I have invested a lot of time developing this website and learning CI as I went along, so I'm more than happy to get down and dirty with it.

-Thanks


Messages In This Thread
Views are not Loading - by El Forum - 02-14-2009, 08:33 AM
Views are not Loading - by El Forum - 02-14-2009, 08:49 AM
Views are not Loading - by El Forum - 02-14-2009, 09:10 AM
Views are not Loading - by El Forum - 02-14-2009, 09:27 AM
Views are not Loading - by El Forum - 02-14-2009, 09:32 AM
Views are not Loading - by El Forum - 02-14-2009, 09:34 AM
Views are not Loading - by El Forum - 02-14-2009, 09:56 AM
Views are not Loading - by El Forum - 02-14-2009, 10:33 AM
Views are not Loading - by El Forum - 02-16-2009, 01:27 PM
Views are not Loading - by El Forum - 02-16-2009, 01:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB