• I’ve upgraded my blog to WordPress 2.1 and after installation, the ff error appears under the single.php template:

    WordPress database error: [Table ‘starmome_.mostAccessed’ doesn’t exist]
    select postnumber, cntaccess from mostAccessed where postnumber = ‘1101’

    WordPress database error: [Table ‘starmome_.mostAccessed’ doesn’t exist]
    insert into mostAccessed(postnumber, cntaccess) values(‘1101’, ‘1’)

    Please help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The error message says exactly what’s wrong, a table doesn’t exist.
    What plugins are you using? Examine your “single.php”.

    You should have deactivated all plugins before the upgrade. Do so now and test. Reactivate one by one, testing in between.

    Is this similar to what you got???
    Any way to “fix” it???

    I now have no links to my other websites that were listed.

    Thanks. Carol

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT cat_id, cat_name FROM

    caroljean,
    Since you could read the original error msg posted above – yours is a TOTALLY different error, as you could see.
    Go search and/or start your own topic.
    (search is preferable, since there were tons of topics about the links, blogroll etc. not working properly after upgrade)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress Database Error’ is closed to new replies.