1 (edited by Life Spirit 2006-09-21 06:25)

Topic: Many Problems... More adding each day

Okay, as of right now I'm trying to fix this problem with the "Arcade Mod"

RSBM wrote:

An error was encountered
File: /home/rsbltcom/public_html/install_mod.php
Line: 31

PunBB reported: Unable to add Table "arcade_ranking"

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

That's what i get when trying to install the mod



-------------------------------------------------------------------------------------------

Now I get this when trying to install "Cash Mod"

RSBM wrote:

An error was encountered
File: /home/rsbltcom/public_html/install_mod.php
Line: 23

PunBB reported: Unable to add column "some_column" to table "some_table"

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

----------------------------------------------------------------------------------------------

Now I get this when trying to install "Coloured Usergroup"

RSBM wrote:

File: /home/rsbltcom/public_html/install_mod.php
Line: 24

PunBB reported: Unable to add column "g_color" to table

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

----------------------------------------------------------------------------------------------
Trust me... many more to come

Re: Many Problems... More adding each day

SQLite? I'm not sure the mods work with it

Re: Many Problems... More adding each day

Yah, join the club Life Spirit... If you use sqlite, you have to code your own mods tongue
You can base them off other peoples work... but you really have to gt down and dirty with the scripts tongue

Just install your board with mysql or pgsql to get most mods working

echo "deadram"; echo; fortune;

Re: Many Problems... More adding each day

K... well is there any way to upgrade without restarting your whole forums? And when i tried it wasn't allowing me, but i'll figure that out, main problem is loosing all of my data (unless even tho im using SQLite, i could make a backup and restore from the backup once i get mysql or pgsql?

Re: Many Problems... More adding each day

Life Spirit wrote:

K... well is there any way to upgrade without restarting your whole forums? And when i tried it wasn't allowing me, but i'll figure that out, main problem is loosing all of my data (unless even tho im using SQLite, i could make a backup and restore from the backup once i get mysql or pgsql?

If you can figure out a way to export a backup in a format MySQL or PGSQL can read, then you're set.

Edit: This might work:
http://forums.mysql.com/read.php?79,682 … #msg-94072