Quote:
Originally Posted by metalguy639
It looks like the phrasegroups did not uninstall for Project tools. Did you first go to Plugins & Products>Manage Products and click the drop down next to the Project Tools install and tick uninstall? That usually allows you to uninstall any tables found in your database that may cause errors otherwise.
If you did do that and you still get that error you may have to go into your database and drop that table from the database manually. Make sure and I cannot stress enough, make sure you completely back up the database first.
|
its nothing to do with that, its the install script for the database it just need a minor change
change all instances of
to
Code:
) ENGINE=MyISAM; ');
or from
to
once its reinstalled the product will work, then if uninstalled it will remove that same issue