Author Topic: what is this error  (Read 18509 times)

0 Members and 1 Guest are viewing this topic.

Offline pink

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • http://pink-rage.com
what is this error
« Reply #15 on: December 03, 2002, 11:22:42 PM »
Hi!  I have the same problem, this is what my error said exactly....

DB Error: Bad SQL Query: SELECT setting_name, setting_value FROM 4images_settings
No Database Selected


I ran the queries like suggested...this is what I got....

Error

SQL-query :  

CREATE TABLE 4images_settings(

setting_name varchar( 255 ) NOT NULL ,
setting_value mediumtext NOT NULL ,
PRIMARY KEY ( setting_name )
) TYPE = MyISAM

MySQL said:


Table '4images_settings' already exists


Can someone help me from there.  I've never done this before.  Thanks in advance.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
what is this error
« Reply #16 on: December 04, 2002, 12:19:56 AM »
that's means that some tables are already created, u'll need drop them all before u can install/restore fresh ones.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline pink

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • http://pink-rage.com
what is this error
« Reply #17 on: December 04, 2002, 12:44:07 AM »
actually i see now that my problem is a little different.  my table existed but no databased selected.  :(

Offline pink

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • http://pink-rage.com
what is this error
« Reply #18 on: December 04, 2002, 01:15:18 AM »
i think i know what happened.  that screen that you pull up when you first ftp the files, i didn't put anything where it said 4images_.  Maybe that's it.  is there anyway i can add whatever i need to put there in the config.php?  hope that made sense.