ADOB issue when using $taboptarray = array('mysql' => 'TYPE=

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

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

Post by calguy1000 »

Find out what mysql is saying:

Code: Select all

$dict->ExecuteSQLArray($sqlarray);
die($db->sql.'<br/>'.$db->ErrorMsg());
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

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

Post 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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Post Reply

Return to “CMSMS Core”