Welcome Guest, Not a member yet? Register   Sign In
Unable to load the requested file error
#2

[eluser]TheFuzzy0ne[/eluser]
Welcome to the CodeIgniter forums!

Why are you accessing your view file via HTTP? It's extra server work for no extra gain.

You'd be better off doing it more like this:
Code:
$this->parser->parse('themes/default/index.php', $data);


Messages In This Thread
Unable to load the requested file error - by El Forum - 05-30-2013, 04:16 AM
Unable to load the requested file error - by El Forum - 05-30-2013, 04:25 AM
Unable to load the requested file error - by El Forum - 05-30-2013, 04:28 AM
Unable to load the requested file error - by El Forum - 05-30-2013, 09:57 AM
Unable to load the requested file error - by El Forum - 05-30-2013, 11:18 AM
Unable to load the requested file error - by El Forum - 05-30-2013, 02:21 PM
Unable to load the requested file error - by El Forum - 05-31-2013, 05:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB