PDA

View Full Version : Invalid argument class.php4Client.php on line 290


TrafficProducer
17-04-08, 21:41
My error log shows:-

PHP Warning: Invalid argument supplied for foreach() in /home/bargains/public_html/includes/soap/classes/class.php4Client.php on line 290 :confused:

So far as I know search functions OK, but what does this indicate?

I have a new host and this may be casing some issues?

Ollie
18-04-08, 10:59
TrafficProducer,

This is nothing to worry about. You can just ignore the error if you see it. If you are really worried about it you can modify your client to make sure you are only looping over valid arguments but to be honest with you I wouldn't do that.

If you find your client not working as expected then something more serious may be wrong but otherwise these errors are pretty normal.

Thanks