in wowace page i have this now :
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 40 bytes) in /home/clonevince/web/guild-heberg/guildes/loupsjustice/uniadmin/include/xmlparser.class.php on line 84
and the 84 line :
- Code: Select all
function EndElementHandler( $parser , $tag )
{
$this->data = & $this->datas[count($this->datas)-1];
array_pop($this->datas);
}
}
before it work's perfectly
thx