Quote:
Originally Posted by shortbus1662
ostatesp_forum is the name of my database.
tables in that database are user_guestbook and user_webpage
all the other ones are vb_
that's all I know. I know nothing :disappointed:
|
Okay........then your table prefix is vb. It looks like the first part of theinstall.sql worked fine (create table user_guestbook and user_webpage)as they are present, so now you just need to insert the phrases andsettings. Try running the following query:
Code:
INSERT INTO `vb_phrase` (`languageid`, `varname`, `text`,`phrasetypeid`) VALUES (-1, 'setting_allowguestbook_desc', 'Allow usersto have a Guestbook?', 5000);
If it works without giving you anerror run the rest of the remaining queries (which I've attached tothis post).