• Resolved bbb385

    (@bbb385)


    Hi,

    after auto-update to ver.4.1.2. some problems occured.
    Cant edit my visual editor, and when I try to do that my
    site is not accesible for few hours, I cant enter neither
    /wp-admin or /cpanel or the page.
    After few hour start to work again but the same problem still remains.
    need help!!

    the URL is:
    https://www.odmor-gorskikotar.com

Viewing 15 replies - 1 through 15 (of 31 total)
  • Moderator t-p

    (@t-p)

    try a few basic troubleshooting steps:
    – deactivating ALL plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s). When you can’t get into your admin dashboard, try deactivating via FTP or SFTP or whatever file management application provided by your hosting provider (cPanel…). Also remember to deactivate any plugins in the mu-plugins folder (If you have created such folder). The easiest way is to rename that folder to mu-plugins-old.
    – If that does not resolve the issue, try switching to the unedited default Twenty Fifteen theme for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins). When you don’t have access to your admin area, use FTP or SFTP or whatever file management application your host provides. Navigate to /wp-content/themes/ and switch to the default theme by renaming your current theme’s folder by adding “-old” to the end of the folder name. Alternately, you can remove other themes except the default theme. That will force your site to use it.
    – If that does not resolve the issue, try resetting the plugins foldervia FTP or SFTP or whatever file management application your host provides. Sometimes, an apparently inactive plugin can still cause problems.
    – If all the above steps do not resolve the issue, then try MANUAL updating. Download a fresh copy of the WordPress .zip file to your computer, unzip it, and use that to copy up all files and folders EXCEPT the wp-config.php file and the /wp-content/ directory. You may need to delete the old copies of files & folder on your server before uploading the new ones. Read the Manual Update directions first.
    If you haven’t already done, always backup everything (including your database) before doing any actions, just in case something really goes wrong.

    Thread Starter bbb385

    (@bbb385)

    Can not login via FTP ??
    message – Could not connect to server

    Thread Starter bbb385

    (@bbb385)

    but every few hours my site is back running, but when I try to do something inside it, like try to edit visual editor it crashes again ?!

    Ask your hosting company.

    Moderator t-p

    (@t-p)

    If the problem is intermittent then it’s your server. What’s happening is that the web server and/or the database server are gettign overloaded and the connection is droping out or is refused for a short time. That gives you the database error as the website can’t connect to the database. To fix this, as @wpyogi suggested you’ll need to talk to your hosting company as they are the only ones that can do anything about hardware issues like this.

    Thread Starter bbb385

    (@bbb385)

    thx, I will try with them

    Guys, check your database tables collations, as in my case it turns out that some are different from utf8 and my guess is that with the security patch in WordPress 4.1.2 they prohibit inserting invalid characters in the db. Most probably you all have utf8 in wp-config.php as encoding. Don’t change the DB_CHARSET constant, I’m still looking for a solution, but just have in mind that you all might be having the problem.

    https://core.trac.www.ads-software.com/changeset?old_path=%2Fbranches%2F4.1&old=32234&new_path=%2Fbranches%2F4.1&new=32234&sfp_email=&sfph_mail=

    This is the patch that creates your troubles.

    Current workaround is just to replace wp-includes/wp-db.php with the old one till a better (and safe) fix is at hand.

    Thank you, Vloo! Your advice works! I had a problem with save and publish new posts and pages after the 4.1.2 update, but now I fix this problem.

    Thanks, Vloo. It works. Let’s hope for a quick 4.1.3 update, fixing this…

    4.2 is coming in less than two days. It’s currently being discussed if 4.1.3 will be released before it with a fix, but it will be fixed in 4.2 for sure, as there is already a working patch ??

    can this be the same issue i am suffering…

    i have three WP installs, all were running fine until yesterday afternoon when that all fail with the same errors – the site has lost all media, pages, posts etc – the folders in WPadmin all show empty but the data is still on the disk.

    Any data left on the site is all piled onto the home page, its a wreck on all 3 sites.

    It occurred at at the same time i got the updated sites email so seems a strong coincidence.

    Any ideas ? I am tearing my hair out here as one of the sites was e-commerce and its costing me ££££ now, any help appreciated

    Quite possible – so try what was posted above:

    Current workaround is just to replace wp-includes/wp-db.php with the old one till a better (and safe) fix is at hand.

    @davek0974 – here’s the downloads for previous version:

    https://www.ads-software.com/download/release-archive/

    Find this file in the last release: wp-includes/wp-db.php and replace that in your existing site.

    thanks, will get to it

Viewing 15 replies - 1 through 15 (of 31 total)
  • The topic ‘Update 4.1.2 problem?’ is closed to new replies.