Welcome Guest, Not a member yet? Register   Sign In
Why the application folder is not within system folder in CI 2.0.2 ? Does that matters for the path of the programs in C
#11

[eluser]CodeIgniteMe[/eluser]
I notices something in your view:
Code:
<body>
<div id=“wrapper”>
  <div id=“header”>
  &lt;?php $this->load->view(‘header’);
  </div>
  
  <div id=“nav”>
  &lt;?php $this->load->view(‘navigation’);
  </div>
  
  <div id=“main”>
  &lt;?php $this->load->view(‘main’);
  </div>
  
  <div id=“footer”>
  &lt;?php $this->load->view(‘footer’);
  </div>
</div>
&lt;/body&gt;
&lt;/html&gt;
You don't have a closing PHP tag on every $this->load->view() method calls.
I don't think it causes the error issue, but you can first try to fix this.


Messages In This Thread
Why the application folder is not within system folder in CI 2.0.2 ? Does that matters for the path of the programs in C - by El Forum - 07-01-2011, 12:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB