2014-01-01, 02:46 AM
(This post was last modified: 2014-01-01, 03:00 AM by konstantin.)
Hi!
I have downloaded the Mouse over Thread Preview 2.0 plugin (MOTP 2.0) from http://mods.mybb.com/download/mouse-over...review-2.0
When I install it, and try to activate I got an SQL error message:
MyBB Version 1.6.5
PHP Version 5.3.20
SQL Engine MySQLi 5.1.67
What can I do to make the plugin work? Or is there any similar working plugin?
I have downloaded the Mouse over Thread Preview 2.0 plugin (MOTP 2.0) from http://mods.mybb.com/download/mouse-over...review-2.0
When I install it, and try to activate I got an SQL error message:
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1054 - Unknown column 'css' in 'field list'
Query:
UPDATE mybb_themes SET css=' .motp{ position: relative; z-index: 0; } .motp:hover{ background-color: transparent; z-index: 50; } .motp span{ position: absolute; background-color: #E8E9F9; padding: 8px; width: auto; left: -1000px; border: 1px dashed gray; visibility: hidden; color: black; text-decoration: none; } ' WHERE tid='2'
MyBB Version 1.6.5
PHP Version 5.3.20
SQL Engine MySQLi 5.1.67
What can I do to make the plugin work? Or is there any similar working plugin?