There is a small bug with face box images. Line 90 and 91 in componentss/com_virtuemart/assets/js/facebox.js says:
loadingImage : 'components/com_virtuemart/assets/images/facebox/loading.gif',
closeImage : 'components/com_virtuemart/assets/images/facebox/closelabel.png'
This produces server errors like network error not found if SEF is activated.
Changing that to:
loadingImage : '/../../components/com_virtuemart/assets/images/facebox/loading.gif',
closeImage : '/../../components/com_virtuemart/assets/images/facebox/closelabel.png',
solves the problem.
Sorry, it is not a VM bug, it is a bug in the shoplicious theme. Deactivating the shoplicious theme, there are no errors.
Quote from: franzpeter on January 18, 2013, 10:54:45 AM
Sorry, it is not a VM bug, it is a bug in the shoplicious theme. Deactivating the shoplicious theme, there are no errors.
Thanks for reporting. We already fixed that issue. Grab the latest version ;-)