Problem solved - mySQL 4.0.27 running, but
mysql_get_client_info() gives back 4.1.22
Now implemented a new config-setting to avoid such problems... in ibProArcade v2.7.0+ you will find (in
/arcade/functions/dbclass.php)
Code:
$force_oldsql = false;
set this to TRUE to force using the "old" SQL-command for mySQL < 4.1 and if mySQL-version-detection fails
@hirlas:
this is already implemented and activated on your site