Adding missing tables....?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Flow Fusion
    Senior Member
    • Mar 2004
    • 154
    • 3.6.x

    Adding missing tables....?

    Database error in vBulletin 3.6.5:

    Invalid SQL:

    SELECT rssfeed.*, user.username, forum.title AS forumtitle
    FROM rssfeed AS rssfeed
    LEFT JOIN user AS user ON(user.userid = rssfeed.userid)
    LEFT JOIN forum AS forum ON(forum.forumid = rssfeed.forumid)
    ORDER BY rssfeed.title;

    MySQL Error : Table 'gifteds_lxp.rssfeed' doesn't exist
    Error Number : 1146
    Date : Tuesday, May 22nd 2007 @ 01:21:00 PM
    Script : http://www.giftedsouls.net/gs/admincp/rssposter.php
    Referrer : http://www.giftedsouls.net/gs/admincp/index.php?do=nav
    Username : Flow Fusion
    Classname : vb_database
    http://giftedsouls.net
    Webdesigner
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74161

    #2
    What version did you upgrade from and did you run all steps of install/upgrade.php when you did so? The upgrade script is required to make the new tables and changes to the old ones so the system works properly.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Steve Machol
      Former Customer Support Manager
      • Jul 2000
      • 154488

      #3
      Run this query:

      CREATE TABLE rssfeed (
      rssfeedid INT UNSIGNED NOT NULL AUTO_INCREMENT,
      title VARCHAR(250) NOT NULL,
      url VARCHAR(250) NOT NULL,
      port SMALLINT UNSIGNED NOT NULL DEFAULT '80',
      ttl SMALLINT UNSIGNED NOT NULL DEFAULT '1500',
      maxresults SMALLINT NOT NULL DEFAULT '0',
      userid INT UNSIGNED NOT NULL,
      forumid SMALLINT UNSIGNED NOT NULL,
      iconid SMALLINT UNSIGNED NOT NULL,
      titletemplate MEDIUMTEXT NOT NULL,
      bodytemplate MEDIUMTEXT NOT NULL,
      searchwords MEDIUMTEXT NOT NULL,
      itemtype ENUM('thread','announcement') NOT NULL DEFAULT 'thread',
      threadactiondelay SMALLINT UNSIGNED NOT NULL,
      endannouncement INT UNSIGNED NOT NULL,
      options INT UNSIGNED NOT NULL,
      lastrun INT UNSIGNED NOT NULL,
      PRIMARY KEY (rssfeedid),
      KEY lastrun (lastrun)
      );
      Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
      Change CKEditor Colors to Match Style (for 4.1.4 and above)

      Steve Machol Photography


      Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


      Comment

      • Flow Fusion
        Senior Member
        • Mar 2004
        • 154
        • 3.6.x

        #4
        Wow thanks alot. I had an old hack and I went to uninstall it. And I see it took the table with it.
        http://giftedsouls.net
        Webdesigner

        Comment

        • Flow Fusion
          Senior Member
          • Mar 2004
          • 154
          • 3.6.x

          #5
          Now any idea on how to fix this?

          Invalid SQL:
          ALTER TABLE post DROP COLUMN mh_pbc_colorschemeid;

          MySQL Error : Can't DROP 'mh_pbc_colorschemeid'. Check that column/key exists
          Error Number : 1091
          http://giftedsouls.net
          Webdesigner

          Comment

          • Steve Machol
            Former Customer Support Manager
            • Jul 2000
            • 154488

            #6
            Does that coloum exist?
            Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
            Change CKEditor Colors to Match Style (for 4.1.4 and above)

            Steve Machol Photography


            Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...