Page 1 of 1

Re: ADOB issue when using $taboptarray = array('mysql' => 'T

Posted: Wed Feb 02, 2011 10:20 pm
by calguy1000
Find out what mysql is saying:

Code: Select all

$dict->ExecuteSQLArray($sqlarray);
die($db->sql.'<br/>'.$db->ErrorMsg());

Re: ADOB issue when using $taboptarray = array('mysql' => 'T

Posted: Wed Feb 02, 2011 11:13 pm
by calguy1000
It looks like WAMP is now using a new version of mysql that no longer supports the TYPE= argument.
Here's what I got from googling:
Note
The older TYPE option was synonymous with ENGINE. TYPE has been deprecated since MySQL 4.0 but is still supported for backward compatibility in MySQL 5.1 (excepting MySQL 5.1.7). Since MySQL 5.1.8, it produces a warning. It is removed in MySQL 5.5. You should not use TYPE in any new applications, and you should immediately begin conversion of existing applications to use ENGINE instead. (See Section D.1.56, “Changes in MySQL 5.1.8 (Not released)”.)
Which means wamp is no longer compatible with CMSMS (and prolly a whole bunch of other software).
For the time being I would recommend you go to a slightly older version of WAMP.