You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure these boxes are checked before submitting your issue.
You are using this for WordPress.
You have Divi installed.
You have lint your code to ensure the problem isn't caused by your code.
You have already searched the GitHub issues and it has not been reported before.
I use this child theme for a number of sites and it works great. However, when I do a page crawl of any site I use this theme on I always get a 404 error for this scripts.js file that is in child-theme/js/
It looks like anything I write in there works fine, but I can't figure out what I always get that crawl error.
It looks like this:
404 Error
/wp-content/plugins/home/rw1982/robwcreate.com/wp-content/themes/rw-child-theme/js/scripts.js
Is there any reason why this error would would show? It doesn't seem like there are any actual console errors, so I'm confused.
The text was updated successfully, but these errors were encountered:
(A bit late but) I was experiencing the same thing recently while working on a client's site. I found this article blaming file permissions for this type of error. I found that scripts.js has the following default permissions:
Make sure these boxes are checked before submitting your issue.
You are using this for WordPress.
You have Divi installed.
You have lint your code to ensure the problem isn't caused by your code.
You have already searched the GitHub issues and it has not been reported before.
I use this child theme for a number of sites and it works great. However, when I do a page crawl of any site I use this theme on I always get a 404 error for this scripts.js file that is in child-theme/js/
It looks like anything I write in there works fine, but I can't figure out what I always get that crawl error.
It looks like this:
404 Error
/wp-content/plugins/home/rw1982/robwcreate.com/wp-content/themes/rw-child-theme/js/scripts.js
Is there any reason why this error would would show? It doesn't seem like there are any actual console errors, so I'm confused.
The text was updated successfully, but these errors were encountered: