MyBB Community Forums

Full Version: [SQLite]SQLite install Plugins error 囧-It's despondence...囧
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I use SQLite Data.
and install Plugins error.
Why?
mybb1.4.5-chinese Version + IIS6.0 + ZendCore2.5. + SQLite2
The Error is :
sqlite_query() [function.sqlite-query]: datatype mismatch

CODE:
Quote:183. {
184. if(version_compare(phpversion(), "5.1.0", ">="))
185. {
186. $query = sqlite_query($this->link, $string, SQLITE_BOTH, $this->error_msg);
187. }
188. else
189. {
Which plugin were you trying to install? Do any plugins work? It is likely that the plugin was not tested on SQLite.
I found access to the database as long as they are plug-ins can be activated using the.
I want install some plugins on my SQLite bb..... help me.