
How to Fix WordPress Failed to load resource 404 status error.
I’m back with another weird WordPress fix for likely a problem encountered by many, whether you ever admit to it or not. 😜
At the request of a customer that’s been with us for 10 years and counting now, I’m working on updating and fixing a few aged items relating to their website’s user experience.
Everything was going well until I attempted to upgrade the website to use a more lightweight and intuitive plugin to create a “before and after” slideshow of their project work. 🤨
To complicate things a bit, I unknowingly experimented with a few discontinued WordPress plugins that are no longer supported.
So wish WordPress developers would update their plugins more often with discontinued support messages. 😤 But I digress.
Each time I would install, activate, configure, and implement an image gallery or slideshow plugin for WordPress, I encounter the same error:
Failed to load resource: the server responded with a status of 404 (Not Found)
Using Chrome Developer Tools, I discovered the message listed above for various image, javascript, and CSS files supposedly related to the newly active WordPress plugin.
What could be the issue? 🤔 I initially thought the plugin was to blame. So, I proceeded to deactivate and delete each WordPress plugin in search and hope of another plugin to use without error.
I may be a slow learner, but it wasn’t until the 4th or 5th WordPress plugin that my light bulb came on, especially witnessing the plugin working without error in a local host environment operating on my MAC and a few other customer websites.
But what could be the issue causing 404 status errors to pop up when I know and can see with my own eyes that the file path exists? 🤔
First things first, check the spelling of the path. Fortunately, I could spell well this day, and all checked out well. 🤣
Next, permissions. When it doubt, the first place I should have looked with installation and configuration of the initial WordPress plugin was the permissions of the /wp-content/plugins folder.
Sure enough, that was the very culprit causing the 404 status error issue: WRONG FILE PERMISSIONS. 🤯
I don’t know how it happened, but the “plugin” directory permissions were incorrect. I changed the directory to both “755” (recommended) and “777”, and both worked like a charm. But I settled for using “755” permissions. 🙌👏
And now my customer is happy, and I am too, having solved yet another “Failed to load resource” error message.
I hope this helps you! Feel free to drop a question or comment if you need further assistance.
Fix WordPress Failed to load resource 404 status and error Share on X
Hi, I have some problems with my website I hope you can help me. This is I saw on console
Failed to load resource: the server responded with a status of 404 (Not Found)
jquery-migrate.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
scripts.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
wp-embed.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
main.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
skip-link-focus-fix.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
wp-emoji-release.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
wp-embed.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
Can you find the location of each file on your server? Use console to get the full path address of the file and see if you can load the file via web browser, or attempt to trace the file in the root directory of your web server. Hope this helps. Feel free to email us at info [@] kickstartcommerce [dot] com should you need further assistance.
Hi everyone! I have some problem, but change permissions directory/files not help. This is I saw on console “Failed to load resource: the server responded with a status of 404 ()”? this is https://my_domen/%20https:/my_domen/wp-content/uploads/2018/10/banner.jpg. What is /%20https:/my_domen? I use storefront and wocommerce. I delete all plugins and themes, but this not help. I investigated my database, all links on pictures, is writed normal (products and posts). In admin some error “Failed to load resource: the server responded with a status of 404 ()” on picture. I reinstall pictures on product, but not help. Other sites with some configure it is working fine. Please help me, any idea. Thank you.
Looks like you have you “https://my_domen/” listed twice which is why you’re encountering a 404 error. I would search for “https://my_domen/ https://my_domen/“, “https://my_domen/%20https://my_domen/”, or try to locate “banner.jpg” in your database as a value or in the active WordPress theme’s codebase. Hope this helps.
Alvin,
My company launched a refreshed website this weekend, and we’ve run into this ‘failed to load a resource’ issue multiple times since pushing it live. Are you available to look into this for us sometime this week on a consultancy basis?
– Andy
Hi Andy! Sure thing. I’ll send you an email. Thanks and talk soon.
Error1
Failed to load resource: the server responded with a status of 404 ()
https:\\lh3.googleusercontent.com/a-/s24-c/AAuE7mAGdf_lOXddXPJWmIr8BBGeeQeq9kH6gLf1hH7_oA
error2
Failed to load resource: the server responded with a status of 403 (Forbidden)
http:\\animationwld.com/wp-admin/admin-ajax.php
Hi Gaurav – Are you able to access each link via a web browser? Try that first.
Where do I find the permissions to change them?