Forum Replies Created

Viewing 15 replies - 166 through 180 (of 212 total)
  • Thread Starter Jim

    (@jwmc)

    So, to summarize, the problem occurs:

    1. in Firefox but not Safari.
    2. with all plugins deactivated
    3. with the default theme
    4. after flushing all caches, and Cloudflare in development mode
    5. with user having a nickname and ‘Disable visual editor’ not checked
    6. after resaving permalink settings
    7. after manually reinstalling WordPress
    8. with REST API available

    On the page edit page, with debugging active, the following warnings (W) and errors (E) appear in javascript console (I cleared the content blocking errors):

    1. JQMIGRATE: Migrate is installed with logging active, version 1.4.1 jquery-migrate.js:23:2
    2. (W) onmozfullscreenchange is deprecated. components.js:6575:33
    3. (W) onmozfullscreenerror is deprecated. components.js:6575:33
    4. (W) JQMIGRATE: jQuery.fn.load() is deprecated jquery-migrate.js:45:4
      console.trace() jquery-migrate.js:47:5
      jQuery 2
      <anonymous> https://forestpathology.org/wp-content/themes/generatepress/js/admin/block-editor.js?ver=2.2.2:87
    5. (W) JQMIGRATE: ‘ready’ event is deprecated jquery-migrate.js:45:4
      console.trace() jquery-migrate.js:47:5
      jQuery 9
      <anonymous> https://forestpathology.org/wp-content/plugins/profile-builder/features/content-restriction/assets/js/content-restriction.js?ver=2.9.9:29
      jQuery 4
    6. (E) Warning: Unsafe lifecycle methods were found within a strict-mode tree:
      in StrictMode (created by Editor)
      in Editor (created by ComponentWithSelect)
      in ComponentWithSelect (created by Context.Consumer)
      in WithSelect(Editor)

      componentWillUpdate: Please update the following components to use componentDidUpdate instead: FillComponent

      Learn more about this warning here:
      https://fb.me/react-strict-mode-warnings react-dom.js:500:7

    7. (E) Warning: Can’t call setState on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to this.state directly or define a state = {}; class property with the desired state in the t component. react.js:276:7​
    Thread Starter Jim

    (@jwmc)

    Now we’re getting somewhere. Apparently I had not tried another browser. The editor seems to work properly in Safari, but still not in Firefox.

    I enabled script debugging per the article you cited; still didn’t work in Firefox.

    My first post reported the javascript console contents for the edit page, but there is much more with script debugging on. Hopefully you will be able to spot one or more relevant issues:

    Request to access cookie or storage on “https://fonts.googleapis.com/css?family=Noto+Serif%3A400%2C400i%2C700%2C700i&ver=5.2” was blocked because we are blocking all third-party storage access requests and content blocking is enabled. post-new.php
    Request to access cookie or storage on “https://secure.gravatar.com/avatar/83cbe34a8f5a60d6b05f4e117ea71ab2?s=26&d=mm&r=g” was blocked because we are blocking all third-party storage access requests and content blocking is enabled. post-new.php
    Request to access cookie or storage on “https://secure.gravatar.com/avatar/83cbe34a8f5a60d6b05f4e117ea71ab2?s=64&d=mm&r=g” was blocked because we are blocking all third-party storage access requests and content blocking is enabled. post-new.php
    JQMIGRATE: Migrate is installed with logging active, version 1.4.1 jquery-migrate.js:23:2
    onmozfullscreenchange is deprecated. components.js:6575:33
    onmozfullscreenerror is deprecated. components.js:6575:33
    JQMIGRATE: jQuery.fn.load() is deprecated jquery-migrate.js:45:4
    console.trace() jquery-migrate.js:47:5
    jQuery 2
    <anonymous> https://forestpathology.org/wp-content/themes/generatepress/js/admin/block-editor.js?ver=2.2.2:87
    JQMIGRATE: ‘ready’ event is deprecated jquery-migrate.js:45:4
    console.trace() jquery-migrate.js:47:5
    jQuery 9
    <anonymous> https://forestpathology.org/wp-content/plugins/profile-builder/features/content-restriction/assets/js/content-restriction.js?ver=2.9.9:29
    jQuery 4
    Warning: Unsafe lifecycle methods were found within a strict-mode tree:
    in StrictMode (created by Editor)
    in Editor (created by ComponentWithSelect)
    in ComponentWithSelect (created by Context.Consumer)
    in WithSelect(Editor)

    componentWillUpdate: Please update the following components to use componentDidUpdate instead: FillComponent

    Learn more about this warning here:
    https://fb.me/react-strict-mode-warnings react-dom.js:500:7
    Warning: Can’t call setState on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to this.state directly or define a state = {}; class property with the desired state in the t component. react.js:276:7
    Request to access cookie or storage on “https://cdnsure.com/assets/style” was blocked because we are blocking all third-party storage access requests and content blocking is enabled.
    post-new.php

    Thread Starter Jim

    (@jwmc)

    Right, please see second paragraph of my post. Nothing wrong with REST API.

    Thread Starter Jim

    (@jwmc)

    I already posted everything I could get out of Site Health. I can’t see anything about REST API. In which tab and section should it be?

    Edit – I found it under Site Health > Status > Passed Tests. It doesn’t show directly on the Status screen unless it’s a problem. Rest API is reported as passed.

    • This reply was modified 7 years, 1 month ago by Jim.
    Thread Starter Jim

    (@jwmc)

    Hmmm, not sure how to test that. But when I go to
    https://forestpathology.org/wp-json/wp/v2
    I get a whole lot of output. How can one tell if it looks right?

    Thread Starter Jim

    (@jwmc)

    The site seems to stay auto-updated (despite the critical error and WP_AUTO_UPDATE_CORE noted previously). I first went to Dashboard > Update where it says:

    You have the latest version of WordPress.
    If you need to re-install version 5.2, you can do so here:

    Does that do the same thing as manually replacing the files? It was successful, but did not fix the problem.

    SO, I went ahead and did it manually per the instructions you Kindly linked to. Also cleared all the caches. Still no joy.

    Thread Starter Jim

    (@jwmc)

    Ok, thanks, will try that. May take me up to 2 days before I can do it.

    Thread Starter Jim

    (@jwmc)

    I guess you’re referring to Tools > Site Health (I also have the plugin Health Check & Troubleshooting).

    In Site Health I see four sections, not sure which you’re referring to.

    1. Status: I have one critical issue, background updates not working as expected (WordPress security and maintenance releases are blocked by define( ‘WP_AUTO_UPDATE_CORE’, false );). I tried it again with this tool, no fix.

    2. Info doesn’t seem to provide debug info that I can see.

    3. Troubleshooting: Looks like this does the same as the plugin Health Check & Troubleshooting, which I already used to deactivate all plugins, which didn’t fix it.

    4. Tools: all files passed the File Integrity Check. Don’t think there’s any problem with email.

    By the way, we have another site in the same hosting account (SiteGround); it’s behaving the same way.

    • This reply was modified 7 years, 1 month ago by Jim.
    • This reply was modified 7 years, 1 month ago by Jim.
    Thread Starter Jim

    (@jwmc)

    Thanks for reply. Near as I can tell I did everything in that list. Results are in my original post (except trying default theme, which I also did).

    I’ve got the same problem. My user already had a nickname and the ‘Disable visual editor’ setting was unchecked; toggling both did not work. I changed my Cloudflare SSL setting from ‘Full (Strict)’ to ‘Full’, and even put Cloudflare into inactive Development mode, then refreshing the Edit page shows no change. I am dead in the water, can’t edit a page. Would appreciate some insight!

    Thread Starter Jim

    (@jwmc)

    I couldn’t find Twenty Nineteen or Twenty Eighteen, but here’s what it looks like in Twenty Seventeen. It scrunches all the content to the right, but the captions do look centered as one might expect.
    https://forestpathology.org/wp-content/uploads/2018/11/gallery2017.png

    Since the picture space is much smaller in that theme, that bug could still be there from Gutenberg but not apparent. Hard to tell, for me at least.

    • This reply was modified 7 years, 6 months ago by Jim.
    Thread Starter Jim

    (@jwmc)

    Sorry, it actually was published, but I gave you the preview link instead of permalink. Hopefully this will work:
    https://forestpathology.org/temp/

    • This reply was modified 7 years, 7 months ago by Jim.
    Thread Starter Jim

    (@jwmc)

    Thank you for testing. The question is, did you have to complete a captcha task? My understanding is that should not happen if it is set to invisible, which it is. I just had to do one in order to log in.

    Thread Starter Jim

    (@jwmc)

    Yes, thank you. You can go to https://forestpathology.org/wp-login.php.
    You don’t need an actual login, just enter anything and the reCaptcha task window will pop up, at least it does for me.

    You can see a screenshot of my reCaptcha settings here:
    https://forestpathology.org/wp-content/uploads/2018/11/Google-recaptcha-settings.png. As noted, my Google account is also set for invisible.

    I can verify the above. In fact none of these merge tags are working, either in the heading or email body:
    {{xlwuev_user_login}}
    {{xlwuev_display_name}}
    {{xlwuev_user_email}}

Viewing 15 replies - 166 through 180 (of 212 total)