• Theme: Hemingway, Twenty-Sixteen
    Host: Bluehost
    Browser(s): Safari, Chrome
    OS: OSX El Capitan 10.10.5 (14F1605)

    Site was successfully uploaded to remote host from local install, after a lot of workarounds. It seemed that there were multiple installations populating the cpanel.

    When I try to “Edit Page” visual editor screen is blank, in both Text and Visual.

    So far I have:
    Deactivated Plugins
    Changed Theme
    Cleared Browser History and Cache

    added to wp-config.php

    `define(‘SCRIPT_DEBUG’, true);

    /* That’s all, stop editing! Happy blogging. */’

    and

    ‘define(‘CONCATENATE_SCRIPTS’, false );’ before

    I ran the debugger and I got a few “unexpected CSS token”

    Thanks for the help!

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

    (@t-p)

    Please check the error logs on your server for a more specific error message and see why it’s failing. If you need help locating them, ask your hosting provider to help you with that.

    Thread Starter harmonyfarm

    (@harmonyfarm)

    In one page- for the post.php file
    ——————
    [Warning] Unexpected CSS token: : (mediaelementplayer.min.css, line 1)

    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
    ——————

    using Debug Bar I see:
    WARNING: wp-includes/formatting.php:3297 – htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument
    include(‘wp-admin/edit-form-advanced.php’), wp_editor, _WP_Editors::editor, apply_filters(‘the_editor_content’), call_user_func_array, format_for_editor, htmlspecialchars

    Thread Starter harmonyfarm

    (@harmonyfarm)

    Update:
    I deleted wp-includes and wp-admin folders and reinstalled from a fresh installation. I then deleted wp-content folder and uploaded again from local installation.

    I turned off/on and reset cache on cpanel cache.

    I checked charSet in myPHP- UTF8

    Text/HTML can be added to existing pages, which overwrites page.

    using Debug Bar I still when on focus in edit window I still see:
    WARNING: wp-includes/formatting.php:3297 – htmlspecialchars() [function.htmlspecialchars]: Invalid multibyte sequence in argument
    include(‘wp-admin/edit-form-advanced.php’), wp_editor, _WP_Editors::editor, apply_filters(‘the_editor_content’), call_user_func_array, format_for_editor, htmlspecialchars
    which looks like this:

    When I attempt to revert to previous version I got this screenshot:

    Wondering if I did the find and replace correctly on .xml prior to uploading. Should all localhost references be replaced with https://”WebAdress.com”?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit Page – Blank’ is closed to new replies.