Hi, after going from 6.0.0004 -> 6.2.2 I've got this error :
Fatal error: Call to undefined function xmlGetValue() in /var/www/vhosts/hi5.lt/httpdocs/ray/modules/global/inc/apiFunctions.inc.php on line 107
Any suggestions ?
Thanx
Hi, after going from 6.0.0004 -> 6.2.2 I've got this error :
Fatal error: Call to undefined function xmlGetValue() in /var/www/vhosts/hi5.lt/httpdocs/ray/modules/global/inc/apiFunctions.inc.php on line 107
Thanx |
That function is not included in that file. This function will be in the other file in that folder. Then require that file in this one and try. It will work. ---- |