Hi,
3x bug in VirtueMart 1.1.0 beta2
Fatal error: Call to undefined method ps_product::list_vendor()
in /administrator/components/com_virtuemart/html/shopper.shopper_group_form.php on line 71
line 70
if( $perm->check("admin")) {
edit ?? :-\
if( !$perm->check("admin")) {
and
Parse error: syntax error, unexpected '=', expecting ']' in /administrator/components/com_virtuemart/classes/ps_export.php on line 187
line 187 and 188
$fields['export_desc' = $d['export_desc'];
$fields['export_class' = $d['export_class'];
edit ?? :-\
$fields['export_desc'] = $d['export_desc'];
$fields['export_class'] = $d['export_class'];
Thank You.. :)
Charles Hennessy | Czech Republic
The first error was reported and is fixed in rev 1054 see tracker 1588 (http://dev.virtuemart.net/cb/proj/tracker/itemDetails.do?navigation=true&task_id=1588)
Where do you get the second error.
Hi,
Quote from: aravot on December 14, 2007, 03:10:38 AM
Where do you get the second error.
click link Add Export Module
administrator>Component>VirtueMart>Store>Add Export Module
BTW: where link download latest version VirtueMart 1.1.0 beta2 ?
Thank You..
Charles Hennessy | Czech Republic
Hi,
Right there :
http://forum.virtuemart.net/index.php?topic=31381.0