VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: Charles Hennessy on December 14, 2007, 02:11:23 AM

Title: Report 3x Bug
Post by: Charles Hennessy on December 14, 2007, 02:11:23 AM
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
Title: Re: Report 3x Bug
Post by: aravot on December 14, 2007, 03:10:38 AM
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.
Title: Re: Report 3x Bug
Post by: Charles Hennessy on December 14, 2007, 12:22:51 PM
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
Title: Re: Report 3x Bug
Post by: JoomDav2010 on December 14, 2007, 14:23:12 PM
Hi,

Right there :
http://forum.virtuemart.net/index.php?topic=31381.0