PDA

View Full Version : Database Error


dancue
03-27-2008, 12:08 PM
I'm getting this database error from a mod that I purchased, which is no longer being supported.

I know I can't expect support here for that mod, but if someone can point me in the right direction I would greatly appreciate it.

Database error in vBulletin 3.7.0 Release Candidate 1:

Invalid SQL:

INSERT INTO regimage
(regimagehash, imagestamp, dateline)
VALUES
('5c8390de50c0efcf2a1346378dfd4708', 'W63FGE', 1206623145);

MySQL Error : Table 'hipho13_forum.regimage' doesn't exist
Error Number : 1146
Date : Thursday, March 27th 2008 @ 06:05:46 AM
Script : http://www.hiphopeulogy.com/forum/invites.php?
Referrer : http://www.hiphopeulogy.com/forum/usercp.php
IP Address : 70.119.83.169
Username : Crisis
Classname : vB_Database
MySQL Version : 5.0.45-community

From what I can tell, I think I have to create a table name regimage through my phpadmin? I've never done that before, nor do I have the slightest idea on what the settings would be for the table.

Marco van Herwaarden
03-27-2008, 12:21 PM
The table 'regimage' is not used in vB 3.7 anymore.

You will need to contact the author to have the modification updated for 3.7.

dancue
03-27-2008, 12:45 PM
If I were to create a table named regimage it will not work?

Is that what you're telling me?

snakes1100
03-27-2008, 12:49 PM
No, that isnt what he is telling you to do, the author of hte hack needs to recode the hack to be functional with 3.7.x, i would disable the hack for now until its updated or find another hack that is compatible with 3.7.x

dancue
03-27-2008, 12:58 PM
Alright. Unfortunately, the author doesn't support his hacks anymore. :(

I thought that maybe I could create this table again and it would work...

Thanks anyways guys...

Marco van Herwaarden
03-27-2008, 01:32 PM
Just guessing now, but that modification wil probably rely on standard vBulletin to populate that table. You can recreate it, but if it is empty then there is not much a modification can do with it.