Hi,
I am getting these 404 errors all linked to Virtuemart and with high number hits -
administrator/components/com_virtuemart/assets/js/chosen.jquery.min.js
administrator/components/com_virtuemart/assets/js/fancybox/jquery.fancybox-1.3.4.pack.js
administrator/components/com_virtuemart/assets/js/vmprices.js
administrator/components/com_virtuemart/assets/js/vmsite.js
What are these, and how can I avoid the 404's?
Many thanks and stay safe !
would be bizarre if these are really 404 on your site as they are necessary for VM to function
The files you list should not be in joomla-root/administrator/components/com_virtuemart/assets/js/
They are in joomla-root/components/com_virtuemart/assets/js/
A configuration error or some rogue extension?
Thanks Guys, that makes sense!
Hmm, now how would i find the rogue module?
actually I have found it, it appears on the admin login page and any admin page -
JQMIGRATE: Migrate is installed, version 1.4.1
**/:51 GET https://**/administrator/components/com_virtuemart/assets/js/chosen.jquery.min.js net::ERR_ABORTED 404 (Not Found)
**/:52 GET https://**/administrator/components/com_virtuemart/assets/js/vmsite.js net::ERR_ABORTED 404 (Not Found)
**/:50 GET https://**/administrator/components/com_virtuemart/assets/js/vmprices.js net::ERR_ABORTED 404 (Not Found)
**/:49 GET https://**/administrator/components/com_virtuemart/assets/js/fancybox/jquery.fancybox-1.3.4.pack.js net::ERR_ABORTED 404 (Not Found)
**/:50 GET https://**/administrator/components/com_virtuemart/assets/js/vmprices.js net::ERR_ABORTED 404 (Not Found)
**/:51 GET https://**/administrator/components/com_virtuemart/assets/js/chosen.jquery.min.js net::ERR_ABORTED 404 (Not Found)
**/:52 GET https://**/administrator/components/com_virtuemart/assets/js/vmsite.js net::ERR_ABORTED 404 (Not Found)
DevTools failed to load SourceMap: Could not load content for chrome-extension://eakacpaijcpapndcfffdgphdiccmpknp/scripts/content_page.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
tag_assistant_compiled.js:126 GET https://**/administrator/components/com_virtuemart/assets/js/vmprices.js 404 (Not Found)
Any ideas what to do? Thanks
on a std install no attempt is made to load these on admin pages ... so u must have an extension trying to do this
disable stuff till the calls disappear
Just if anyone else has this issue, it is linked to SH404sef, we have reported the issue and awaiting reply.
Thanks