Joomla 3.5.1 / VM to 3.0.16
Since I've updated to these new version I've encountered a few bugs which we've managed to fix but the latest one is this one here and I've looked online and found no solution.
When a logged in user pays by paypal its fine. But when a guests gets to checkout and presses confirm they get to the next page but it never goes to paypal. It just shows this error message ' Restricted access!COM_VIRTUEMART_CART_ORDER_NOTFOUND'
Any ideas anyone?
Thanks in advance,
Aaron
restricted menus to e.g. Account, or orders etc?
they must all be public
Is this issue had been solved?
It isn't a VM issue.. it is normally a problem with either an out of date template or the menu setup
Error due to a difference in the construction of the table #__virtuemart_orders , the previous version of the column ` order_pass` was defined varchar ( 8 ) , the newer version requires a varchar ( 34 ). It's error after update VM3 :P
Please try the last vm3.0.17.4 http://dev.virtuemart.net/projects/virtuemart/files
and tell your experience here. It could be solved. Anyway such errors (table size too large) can most time be solved by executing the table updater again (see tools).
vm3.0.17.4 work fine but maybe need update code for site templates and modules .. please impove better admin interface