VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: borro on June 11, 2015, 08:51:20 AM

Title: What is wrong with url to VM jquery.noconflict.js file?
Post by: borro on June 11, 2015, 08:51:20 AM
Hello!

Could you tell what is wrong with url to /components/com_virtuemart/assets/js/jquery.noconflict.js?vmver=8847 file which can be seen in console of Google Chrome at this site (http://www.antilopagold.su/)?
There is such error message in console:
QuoteFailed to load resource: the server responded with a status of 404 (Not Found)
File jquery.noconflict.js is presented in the pointed folder. Is that error due to ?vmver=8847 suffix in the url?
Title: Re: What is wrong with url to VM jquery.noconflict.js file?
Post by: jenkinhill on June 11, 2015, 11:19:56 AM
The suffix is the build revision number, appended to the true url, which in this case is /components/com_virtuemart/assets/js/jquery.noconflict.js

Makes tracing issues easier during a developpment program.
Title: Re: What is wrong with url to VM jquery.noconflict.js file?
Post by: borro on June 11, 2015, 13:23:47 PM
Quote from: jenkinhill on June 11, 2015, 11:19:56 AM
The suffix is the build revision number, appended to the true url, which in this case is /components/com_virtuemart/assets/js/jquery.noconflict.js

Makes tracing issues easier during a developpment program.

Thanks. How can i fix the error which is shown in console?
Title: Re: What is wrong with url to VM jquery.noconflict.js file?
Post by: Milbo on June 12, 2015, 18:16:03 PM
Is this an update? maybe the file on your server is uppercase?
Title: Re: What is wrong with url to VM jquery.noconflict.js file?
Post by: borro on June 13, 2015, 10:17:48 AM
Quote from: Milbo on June 12, 2015, 18:16:03 PM
Is this an update? maybe the file on your server is uppercase?
Thank you, Max. Yes, the file name was jquery.Noconflict.js and that was a trouble.
I made upgrade from VM 2.6.6 to 3.0.9 if you asked me about this