• I got some warning messages on my website:
    Warning: ‘continue’ targeting switch is equivalent to ‘break’. Did you mean to use ‘continue 2’? in /home/cengnsum/public_html/wp-includes/pomo/plural-forms.php on line 210
    And I solved this issue by changing the term (continue) to (break) in the PHP file.

    However, I can’t edit any page, I don’t see the text editor I just see blank space. I already tried to disable the plugins and adding a code to PHP file which is: define(‘CONCATENATE_SCRIPTS’, false); below the define(‘DB_HOST’ line but I’m still facing those issues.

    The page I need help with: [log in to see the link]

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

    (@t-p)

    First off, please check at Dashboard –> Users –> your Profile
    and make sure visual editor is not disabled there.

    Thread Starter linamelo44

    (@linamelo44)

    I tried that and it didn’t work

    Moderator t-p

    (@t-p)

    I already tried to disable the plugins

    Have you also tried switching to the unedited default Theme (Twenty Twenty, etc.) for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins)?

    Thread Starter linamelo44

    (@linamelo44)

    No, I haven’t tried it. Can you please guide me on how to switch the unedited default theme?
    By doing that my website is not going to break, right?
    Thanks so much for your help!

    Moderator t-p

    (@t-p)

    To rule out a plugin or theme conflict, please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    If you can install plugins, install and activate “Health Check”: https://wordpress.org/plugins/health-check/
    It will add some additional feature under create a new menu position Tools > Site Health.
    On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
    There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/

    Thread Starter linamelo44

    (@linamelo44)

    I just tried that and I still can’t see the text editor, just the visual builder with blank text.

    Moderator t-p

    (@t-p)

    Troubleshooting with your browser: Your browser can help you identify JavaScript issues or conflicts and this article can assist you in doing that diagnosis. This could help identify Visual Editor issues as well.

    Thread Starter linamelo44

    (@linamelo44)

    I did the troubleshooting with my browser, but I’m still having the same issue. I can’t edit any page of my website.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can’t edit any page (Can’t see text editor)’ is closed to new replies.