• Resolved RhondaOlson

    (@rhondaolson)


    Wampserver 64 bit did not work on windows 10. Wampserver 32 bit does. So I reinstalled. Now wampserver works, but wordpress does not.

    I get install screen in which I put my site title and my email. Then it goes to page with numerous errors “table n’est pas existe”. However, at the bottom of the page it says wp successfully installed and has a login button, but that just redirects me to the install screen.

    Another user had a similar problem and the suggested solution was to delete the database and start fresh. This does not work for me as I have a fully designed site and am afraid I will delete important information in doing so.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Could you paste the error you’re getting in English ? You can make a backup copy of your site and THEN install fresh copy of WordPress

    Thread Starter RhondaOlson

    (@rhondaolson)

    The error message says this (and more in variation of this same message. It goes on for pages):

    WordPress database error: [La table 'wisdom_db.wp_users' n'existe pas]
    CREATE TABLE wp_users ( ID bigint(20) unsigned NOT NULL auto_increment, user_login varchar(60) NOT NULL default '', user_pass varchar(64) NOT NULL default '', user_nicename varchar(50) NOT NULL default '', user_email varchar(100) NOT NULL default '', user_url varchar(100) NOT NULL default '', user_registered datetime NOT NULL default '0000-00-00 00:00:00', user_activation_key varchar(60) NOT NULL default '', user_status int(11) NOT NULL default '0', display_name varchar(250) NOT NULL default '', PRIMARY KEY (ID), KEY user_login_key (user_login), KEY user_nicename (user_nicename) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci

    Translation from french: ” the table ‘ wisdom_dp.wp_users’ does not exist]

    Thing is that the table does exist. WordPress just can’t find it and I’m not sure why.

    I did back up my site, but not sure how to go about installing the fresh copy of wordpress. I even tried to get it to work on another computer with no luck. Please advise.

    Other people are facing same problem and another user already gave a solution, see if this works for you – https://www.ads-software.com/support/topic/wordpress-database-error-table-new-setup?replies=13#post-871638

    Thread Starter RhondaOlson

    (@rhondaolson)

    The issue was with the bdata1 file. I had a back up of that thankfully and just needed to recopy that file to mysql when wampserver was turned off.

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