Topic: Error installing new mod.

I get this error whenever I try to install new mod. I really don't know what to do. Any help would be appreciated. I'm using Database SQLite 2.8.14.

File: /share/HDA_DATA/Qweb/install_mod.php
Line: 33

PunBB reported: Unable to create table foo_chatbox_msg. 

Database reported: SQL logic error or missing database (Errno: 1)

Re: Error installing new mod.

sqlite doesn't like the query, do you have access to the database to create the new table yourself, rather than via the script?

If not, and no-one better than me offers to help, I don't mind having a look at the script and seeing if it can be codged to work with sqlite. smile

my mind is on a permanent tangent
byUsers forum

Re: Error installing new mod.

Moved to Modifications
I assume the create table statement doesn't work with SQLite, only with MySQL

Re: Error installing new mod.

Smartys wrote:

Moved to Modifications
I assume the create table statement doesn't work with SQLite, only with MySQL

So is there any way how to install a modification on phpBB forum running on SQLite database?

Re: Error installing new mod.

This is PunBB, not phpBB.
If you want to run this mod, you'll need to either manually write the create table statement so it works in SQLite or have someone else write it for you