• rpk4dotcom

    (@rpk4dotcom)


    Also html editor will not display what is being typed.

    Reverted to 2010, 2011 and 2012 themes, removed all plugins, checked user “display editor” checkbox, manually uploaded new wordpress files, nothing is working. This is only happening on the https://www.rpk4.com/rant website, all other wordpress sites are working fine.

    htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /rant/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /rant/index.php [L]
    </IfModule>

    # END WordPress

    Maybe something needs to be added?

    Thanks

Viewing 15 replies - 31 through 45 (of 45 total)
  • Thread Starter rpk4dotcom

    (@rpk4dotcom)

    Imported, content is there, visual and html editor in tact

    esmi

    (@esmi)

    OK – so that rules out the server and the actual content itself.That only leaves an issue in the old database. Have you tried repairing all database tables? Have you tried creating a new admin user on the old site and logging in using the new credentials?

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    Negative, will do.

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    Having difficult finding where to repair the db tables? Is it in phpMyAdmin?

    Moderator t-p

    (@t-p)

    Access your WordPress database via phpMyAdmin, check the table(s) you want repaied, and choose “Repair tables” from the pull-down menu.

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    All tables repaired, new admin created, still not working.

    Peaofsweetness

    (@peaofsweetness)

    I’m having a very similar problem, but I got no responses on my thread. I’ve tried EVERYTHING, too, and I still have that problem. It’s a big mess, and I’m extremely frustrated. I also admin other WordPress blogs and have no problems with the other blogs, just my main one. It’s awful!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @peaofsweetness,
    Regardless of how similar your symptom may be, you should create your own thread out of courtesy.

    Peaofsweetness

    (@peaofsweetness)

    I found a similar thread about losing the Visual Editor to solve my problem, and it mentioned a Plug-in called “Use Google Libraries” as it is most likely a javascript problem. I installed and activated this plug-in, and it fixed all of my issues. I hope this helps you as well.

    esmi

    (@esmi)

    All tables repaired, new admin created, still not working.

    One final test – point the new site to the old site’s database via the wp-config.php file in the new site. If the new site then starts failing, it pretty much clinches the problem as an issue in the database.

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    Final test result – the issue is in the database. Pointed new WP at the old database, same old issue reappeared.

    esmi

    (@esmi)

    I suspected it might be. ??

    Do you have any database backups available to try?

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    Yes, but why wouldn’t I just use the new database I created with the export from the original db?

    esmi

    (@esmi)

    Yes – that should be fine if it contains everything you need.

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    I am having an import issue i believe, when I point the old WP to the next db (all data from old db working except users where not imported), the admin login is looking for an old password that has not been around for years. Additionally, no other user credentials are working. I am working through some troubleshooting and will post later if I cannot solve this issue.

    Thanks again

Viewing 15 replies - 31 through 45 (of 45 total)
  • The topic ‘Visual Editor not working’ is closed to new replies.