VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Topknotch on April 10, 2020, 19:37:24 PM

Title: 404 Errrors
Post by: Topknotch on April 10, 2020, 19:37:24 PM
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 !
Title: Re: 404 Errrors
Post by: GJC Web Design on April 10, 2020, 22:50:25 PM
would be bizarre if these are really 404 on your site as they are necessary for VM to function
Title: Re: 404 Errrors
Post by: jenkinhill on April 11, 2020, 11:02:26 AM
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?

Title: Re: 404 Errrors
Post by: Topknotch on April 11, 2020, 18:28:05 PM
Thanks Guys, that makes sense!
Hmm, now how would i find the rogue module?
Title: Re: 404 Errrors
Post by: Topknotch on April 11, 2020, 18:36:03 PM
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
Title: Re: 404 Errrors
Post by: GJC Web Design on April 11, 2020, 20:21:52 PM
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
Title: Re: 404 Errrors
Post by: Topknotch on April 12, 2020, 19:18:34 PM
Just if anyone else has this issue, it is linked to SH404sef, we have reported the issue and awaiting reply.
Thanks