MyBB Community Forums

Full Version: Board Messages Plugin MySQL error 1064
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As soon as I click the Install & Activate for the Board Messages (2.0.1) plugin, I get that mysql error message. How do I fix this?
Open the plugin file and change every
TYPE=MyISAM
to
ENGINE=MyISAM

That should fix it.
Edit the plugin and replace "Type=MyISAM" with "Engine=MyISAM".

Edited

Try this fix (The above one does work however the link below is recommended)

http://community.mybb.com/thread-114055-...#pid828081
Thanks, that worked. It installed, but now there's no option for me to do even see the configuration for it.
It should show up in Configuration> Board Messages.

It's not there. Any ideas?

Update: Fixed it.
This plugin has many bugs. Try the updated version by another member of MyBB Community.

https://github.com/lukaszklis/BoardMessages

Edited

Since you have found the solution to the previous reply, can you share it here please so it could help others?
(2013-07-23, 03:57 PM)Arbaz Wrote: [ -> ]Since you have found the solution to the previous reply, can you share it here please so it could help others?

The solution for this is in plugin reviews (last review): http://mods.mybb.com/reviews/board-messages
Just need to make small edit to few functions.
I just went to this link https://github.com/lukaszklis/BoardMessages

copy and paste the codes when you're editing the plugin.