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

[eluser]TheFuzzy0ne[/eluser]
You need to ensure that your view is in the ./application/views directory. Let's assume you have this structure:
Code:
application
+-- views
|    +-- themes
|    |    +-- default
|    |    |    +-- index.php

You would need to use the parser like this:
Code:
// Ommit the file extension.
$this->parser->parse('themes/default/index', $data);

Hope this helps.


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