View Single Post
bid
Junior Member
Join Date: Nov 2012
Location: Köln
Old 11-14-2021 , 07:28   Re: 1064 Error on 1.6.4
Reply With Quote #3

Line 739 in xajax.inc.php is this:
Code:
$oResponse = $this->_callFunction($sFunctionName, $aArgs);
Line 1090 in xajax.inc.php is this:
Code:
$mReturn = call_user_func_array($sFunction, $aArgs);
What I have to change there?

Last edited by bid; 11-14-2021 at 07:32.
bid is offline