• I have been having a lot of issues with a site that I am working on. I followed the trouble shooting steps on this page:

    Using Your Browser to Diagnose JavaScript Errors

    and this is the list of errors that were written on the console.

    Any ideas where to go from here?

    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (wp-emoji-release.min.js, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (style.min.css, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (dashicons.min.css, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (admin-bar.min.css, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (theme.min.css, line 0)
    [Info] Successfuly preconnected to https://fonts.gstatic.com/
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (jquery.js, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (jquery-migrate.min.js, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (hoverintent-js.min.js, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (admin-bar.min.js, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (wp-embed.min.js, line 0)
    [Error] ReferenceError: Can’t find variable: jQuery
    Global Code (page-scroll-to-id.min.js:2:12924)
    [Error] ReferenceError: Can’t find variable: jQuery
    Global Code (navigation.js:109)
    [Error] ReferenceError: Can’t find variable: jQuery
    Global Code (global.js:250)
    [Error] ReferenceError: Can’t find variable: jQuery
    (anonymous function) (jquery.scrollTo.js:20)
    Global Code (jquery.scrollTo.js:22)

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • have you tried disabling all your plugins to see if the errors go away? Most of the errors listed are core components. jQuery,dash-icons, wp-emoji are included with WordPress.

    Thread Starter karela

    (@karela)

    Yes, I have already tried disabling them several times.

    What does it mean if the errors are core components?

    Almost all the errors are on Libraries that WordPress installs automatically. WordPress tries to include libraries that are in high demand. Something must have changed either keeping the libraries from loading or the path to the files has been altered. Try changing themes to see if the problem goes away. Did your theme or any of your plugins update recently?

    The errors you are receiving are basically saying they don’t know where to find the files. If all else fails you can always reload WordPress. You just want to make sure you have the wp-content folder and your config.php saved. If possible talk to your web host company and ask them to help you backup everything.

    Thread Starter karela

    (@karela)

    I have now uninstalled and re-installed fresh wordpress on a new database. Currently operating on the default theme with none of the site info there.

    The exact same problems persist- plenty of errors in the console (see below) no access to pages, new plugins or theme customizer..

    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (wp-emoji-release.min.js, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (style.min.css, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (wp-embed.min.js, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (wp-emoji-release.min.js, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (style.min.css, line 0)
    [Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (wp-embed.min.js, line 0)

    Moderator James Huff

    (@macmanx)

    403 means Access Denied, it means for whatever reason, your server doesn’t want you to load those files.

    You need to report these to your hosting provider’s support, so they can track down whichever overzealous server security measure is preventing you from using WordPress.

    If they can’t find anything, or refuse to help, it’s definitely time for a better hosting provider. We have a few recommendations at https://www.ads-software.com/hosting/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to access pages, customizer. Many errors on console.’ is closed to new replies.