views:

15

answers:

0

Hi, I need some help please

How is it possible to catch these errors, in a way that the program does not stop from running.

$ns_gml=$item->children($namespace['georss'])->children($namespace['gml']);

<b>Warning</b>:  gpicasa::parseFeed() [<a href='/phpmanual/gpicasa.parsefeed'>gpicasa.parsefeed</a>]: Node no longer exists in <b>/home/woonbel/public_html/tsa.nl/applicatie/lib/gpicasa.class.php</b> on line <b>407</b><br />
<br />
<b>Notice</b>:  Trying to get property of non-object in <b>/home/woonbel/public_html/tsa.nl/applicatie/lib/gpicasa.class.php</b> on line <b>407</b><br />

SOLVED

turning off-on error-reporting if you still need it

regards, Richard