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

[eluser]schidy[/eluser]
I call the below function,
parser.parse(var1, var2, TRUE, TRUE ) with the folowing arguements.
var1 : a variable with the html tags.
var 2: array which has datas to be replaced in to var1.

On calling this function I get 'Unable to load the requested file' error.Kindly help.
#2

[eluser]xwero[/eluser]
How do you call it, where is the function stored and does the function contain filesystem functions?
#3

[eluser]schidy[/eluser]
How do you call it, where is the function stored and does the function contain filesystem functions?
----------
I call it from my main controller class to generate a piece of dynamically updated html code.
And then i insert this code in to the main html file.

parser class and parse method are in code igniter libraries folder.

The error is generated from code igniter, Loader->_ci_load(..) method. I could not understand this method clearly.




Theme © iAndrew 2016 - Forum software by © MyBB