Witam,
czy ktoś potrafiłby mi pomóc ...dlaczego się to sypie?
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /admin/includes/classes/xml_parser.php on line 201
|
|
V
//xml_parser.php
..
200 if ($this->text_node)
201 $this->estra[$this->index] = array_merge($this->estra[$this->index], array($this->node_name => $data));
202 $this->text_node = false;
..
Czy to coś nie tak z php4 / php5?