EOSERV Forum > Lounge > webcp 3
Topic is locked.
Page: << 1 >>
webcp 3
Author Message
Post #113594 webcp 3

ok i keep getting this problem http://pandorasite.no-ip.org/guilds.php if someone that had this problem before or knows how to fix please post

13 years, 27 weeks ago
Post #113608 Re: webcp 3

Well, its expecting a double...and an array is given...and it gives you the line of code where its failing...check the parameter of the function and see why its passing an array instead of a double value? Oh the joys of debugging.

If I remember correctly the value you need is index zero of the array its passing. So add the [0] to the array variable in the parameter list so you're passing the correct value. $var would be $var[0] (except var will be the correct identifier).

---
class EOSERV {
Programmer | Oldbie
Open source EO Client: https://github.com/ethanmoffat/EndlessClient
};
13 years, 27 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Lounge > webcp 3