Anybody Out There?
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany
-
- Posts: 106
- Joined: Thu Oct 29, 2009 9:21 pm
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany
Errors are just errors - given that you're grabbing the web page so many times, it's not too surprising that there would be an error at some point. Refresh the page and it should clear the error.helly0d wrote:If i get the error from the line 22 for the 2nd and 3rd parameter it means that i am on the right track and all i have to do is to find out what is the 12 numbers represent? Probably it's something like an rgbaxy from 3 sources?
There is no spoon.
-
- Forum Admin
- Posts: 496
- Joined: Sat May 28, 2011 9:14 am
- Location: Germany
There are two parameters, not three. Why they are apparently named "parameter 2" and "parameter 3" in the error text, I have not the slightest idea. Might just be a misnomer. Or a hint. Who knows.
In any case, the text "expects parameter to be long" seems to indicate to me that, y'know, one might be supposed to enter numbers there. Not letters.
In any case, the text "expects parameter to be long" seems to indicate to me that, y'know, one might be supposed to enter numbers there. Not letters.
There are actually 3 parameters $image, $x and $y. Probably this is a hint ( so please remove this post if it is ) but there should be something relevant here, who knows ? 2 parameters might be the coordinates for the colors of 4 pictures, but values such as 1000 in the 12 set is not a valid color over RGB system.There are two parameters, not three. Why they are apparently named "parameter 2" and "parameter 3" in the error text, I have not the slightest idea. Might just be a misnomer. Or a hint. Who knows.