• nordicweb

    (@nordicweb)


    I deleted an old version of WP (don’t know which version) of WP and uploaded 2.71 files. I upgraded the wp-config.php file. Upon linking to ../blog/wp-admin/install.php I get a ‘Information Needed” screen. I added a title and an email address as requested and then get a huge page of errors. See the errors at:
    [link deleted]
    Can someone tell me what is wrong and what can be done to fix the problem?

    Is the database so old that 2.71 cannot read it?

    Where does one find someone who can fix the database?

    Thanks
    Nordicweb

Viewing 2 replies - 1 through 2 (of 2 total)
  • Samuel B

    (@samboll)

    Hi,
    I killed your link as it gave away too much info.
    Give a link with just the errors at the top for others to see – a small sample is enough – or just post a small sample here.

    I would try a fresh install in a new database – then import your .sql dump into that.

    Thread Starter nordicweb

    (@nordicweb)

    WordPress database error: [Can’t open file: ‘wp_sfishinoptions.MYI’ (errno: 144)]

    DESCRIBE wp_sfishinoptions;

    WordPress database error: [Can’t open file: ‘wp_sfishinoptions.MYI’ (errno: 144)]

    SHOW INDEX FROM wp_sfishinoptions;

    WordPress database error: [Can’t open file: ‘wp_sfishinposts.MYI’ (errno: 144)]

    DESCRIBE wp_sfishinposts;

    WordPress database error: [Can’t open file: ‘wp_sfishinposts.MYI’ (errno: 144)]

    SHOW INDEX FROM wp_sfishinposts;

    WordPress database error: [Can’t open file: ‘wp_sfishinoptions.MYI’ (errno: 144)]

    ALTER TABLE wp_sfishinoptions ADD COLUMN option_id bigint(20) NOT NULL auto_increment

    WordPress database error: [Can’t open file: ‘wp_sfishinoptions.MYI’ (errno: 144)]

    ALTER TABLE wp_sfishinoptions ADD COLUMN blog_id int(11) NOT NULL default ‘0’

    WordPress database error: [Can’t open file: ‘wp_sfishinoptions.MYI’ (errno: 144)]

    ALTER TABLE wp_sfishinoptions ADD COLUMN option_name varchar(64) NOT NULL default ”

    WordPress database error: [Can’t open file: ‘wp_sfishinoptions.MYI’ (errno: 144)]

    ALTER TABLE wp_sfishinoptions ADD COLUMN option_value longtext NOT NULL

    etc…

    WordPress database error: [Can’t open file: ‘wp_sfishinoptions.MYI’ (errno: 144)]

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Upgrade to 2.71 failed – db errors.’ is closed to new replies.