Page 2 of 2 FirstFirst 1 2
Results 16 to 17 of 17

vbseo_serviceupdate' doesn't exist

This is a discussion on vbseo_serviceupdate' doesn't exist within the Bug Reporting forums, part of the vBSEO SEO Plugin category; hi mert, i checked phpmyadmin, and the table does not exist. shall i manually create it via phpmyadmin? if so, ...

  1. #16
    Junior Member
    Real Name
    fake name
    Join Date
    Nov 2005
    Posts
    15
    Liked
    0 times
    hi mert,

    i checked phpmyadmin, and the table does not exist. shall i manually create it via phpmyadmin? if so, i'm assuming the table name to create is vbseo_serviceupdate . and if this is needed, how many fields should the vbseo_serviceupdate table have?

    thanks for your help in this matter.

  2. #17
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Hello, you can run this in phpmyadmin (or similar)

    Code:
    DROP TABLE IF EXISTS `vbseo_serviceupdate`;
    CREATE TABLE IF NOT EXISTS `vbseo_serviceupdate` (
      `s_threadid` int(10) NOT NULL default '0',
      `s_updated` tinyint(4) NOT NULL default '0',
      `s_dateline` int(10) NOT NULL default '0',
      `s_type` tinyint(4) NOT NULL default '0',
      KEY `s_updated` (`s_updated`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Support VbSEO, exist?
    By firefox100 in forum General Discussion
    Replies: 5
    Last Post: 06-17-2007, 07:58 PM
  2. File does not exist
    By mcyates in forum Troubleshooting
    Replies: 5
    Last Post: 03-29-2007, 04:16 PM
  3. File does not exist: photos/files/[F,NC]
    By Ace Shattock in forum Troubleshooting
    Replies: 7
    Last Post: 12-07-2006, 02:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •