
Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query string containing name/value pairs.
Normally, I would get this error when the output of the PHP page is erroneous, but this is not the case. I get this error when I try to retrieve data from a PHP page that is not online.
Everything works fine when I try to retrieve the data, then, when I turn off my webserver and try to retrieve the data, I immediatly get the error #2101 that is displayed at the top of the page, and my application crashes.
Shouldn’t I get an IOError when the page can not be loaded?
If you would like to make a comment, please fill out the form below.
Recent Comments