• 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 http://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 - 16 through 30 (of 45 total)
  • Then it’s either a server/hosting issue or there’s a problem with your database. Do you have any database backups from before these problems began?

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    I actually restored the site from a backup made previous to updating wordpress. Things were fine previous to 3.5.1

    What version of WordPress was running when that backup was made?

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    Not sure but I check every other day if not daily for any updates to keep updated as the main site is a working ecommerce business, so whatever the previous version was.

    3.5? Or 3.4.2? The difference is critical. You cannot run 3.5 scripts using a 3.4.2 database.

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    How do I find a record of that? I somewhat recall updating the database, would that have been triggered in wordpress?

    How do I find a record of that?

    You need to examine the wp-options table in your database and locate the value for the option name db_version.

    would that have been triggered in wordpress

    Yes – during an upgrade but the key question is – what upgrade? πŸ˜‰

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    Looking into it

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    How about version 22441

    That’s a 3.5 database. Can you still try a fresh install of WEP (no db import) in a sub-folder on the same domain as the current problem site? Let’s see if it’s a server-related problem.

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    Uploaded files, should I configure to the existing db?

    No – try and use a fresh database if you can.

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    All finished, visual editor is in tact as well as html editor in the new install

    Thread Starter rpk4dotcom

    (@rpk4dotcom)

    Apparently it is not a server problem

    Can you try importing the content from the old site into the new using Tools -> Export/Import?

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