Hi all
I installed a fresh VM with lastest Joomla 2.5 and php version 5.3.20.
On rating and votes i click "new" nothing happens on the backend if i put one in the front end and then go back to the backend and click edit I have errors on administrator/components/com_virtuemart/views/ratings/tmpl/default.php on line 42
Also i have an error on front end but i saw in the forum a solution for that was a problem in line 463 "fatal error: class 'shopfunctions' not found in -directory-/components/com_virtuemart/helpers/shopfunctionsf.php line 463".
Here is the problem and solution http://forum.virtuemart.net/index.php?topic=121514.0
adding this line at the begin of the function
Code: [Select]
if(!class_exists('ShopFunctions')) require(JPATH_VM_ADMINISTRATOR.DS.'helpers'.DS.'shopfunctions.php');
Also in front end i don“t see any stars to click on....
Please try vm2.5 http://dev.virtuemart.net/attachments/download/686/com_virtuemart.2.5.0_extract_first.zip