Attachmentviews table missing: how do I regenerate it?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cronjob78
    Member
    • Feb 2006
    • 44

    Attachmentviews table missing: how do I regenerate it?

    Getting this message by email as there was a problem with the table and removing it solved the bigger problem:

    MySQL Error : Table 'peoplesr_forum.attachmentviews' doesn't exist

    Just wondering if somebody could let me know how to re-generate this table please.

    Using latest version of 3.8.6

    Thanks.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74111

    #2
    Run this query in phpMyAdmin:

    Code:
    CREATE TABLE attachmentviews (
        attachmentid INT UNSIGNED NOT NULL DEFAULT '0',
        KEY postid (attachmentid)
    );
    Translations provided by Google.

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

    Comment

    • cronjob78
      Member
      • Feb 2006
      • 44

      #3
      Thanks. That worked a treat.

      Comment

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