VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: JinXter on February 23, 2012, 19:45:00 PM

Title: Not able to add product categories, user groups - links to html page?
Post by: JinXter on February 23, 2012, 19:45:00 PM
Hi guys,

I took a while but i finally started using virtuemart  ;D
Evertyhing looks to run smooth on first sight but when i tried
to add a  new user group, a product group i don't get to the correct page....
I get a somewhat plain html page, ( see attachment)

(http://img705.imageshack.us/img705/4573/screenshot20120223at192.png) (http://imageshack.us/photo/my-images/705/screenshot20120223at192.png/)

Uploaded with ImageShack.us (http://imageshack.us)


The strange thing is that i can add a product, (click on new button) with no problem.

Can someone help me out?

Im using joomla 2.5 + virtuemart 2.0
i tried joomla 1.7 as well but the same result...

Thanks!

Title: Re: Not able to add product categories, user groups - links to html page?
Post by: colinm on February 24, 2012, 03:49:41 AM
Just to bump this, I get the same when I go to add or edit a category.  The errors reported are:

Warning: Invalid argument supplied for foreach() in /home/sites/.../public_html/joomla/administrator/components/com_virtuemart/views/category/tmpl/default.php on line 75

and

Fatal error: Call to a member function getListFooter() on a non-object in /home/sites/.../public_html/joomla/administrator/components/com_virtuemart/views/category/tmpl/default.php on line 140

The lines, respectively, are:

foreach($this->categories as $i=>$cat){

and

<?php echo $this->pagination->getListFooter(); ?>


I'm running Joomla 2.5.1 with VM 2.0.0.

If I change to VM 2.0.1N then I can edit categories but other issues arise so I'm preferring to stay with 2.0.0 for now.

If anyone has a fix for this specific thing then I'd be much obliged, since it is holding up my site development now.
Title: Re: Not able to add product categories, user groups - links to html page?
Post by: richard@wittie on February 24, 2012, 08:14:50 AM
I'm running into the same problem as JinXter. And haven't found a solution yet. Can anyone point me in the right direction?
VM2.0 - Joomla 2.5.1
Would be most appreciative.
Regards, Richard
Title: Re: Not able to add product categories, user groups - links to html page?
Post by: pdstudio on February 24, 2012, 12:10:32 PM
Same problem here. With the same parameters.
Isn't there a fix for this?
Title: Re: Not able to add product categories, user groups - links to html page?
Post by: apeltoma on February 24, 2012, 15:54:57 PM
Same problem here.

When i try to create new Manufacturer or new Product Catecory or new Manufacturer category Gui provides Textual menu.
Like link would point in wrong place.

I have
- Fedora Linux 16  64bit
- Mysql 5.5
- Apache 2.2.22
- PHP 5.3.10
- Joomla 2.5.1
- VirtueMart 2.0.0

Title: Re: Not able to add product categories, user groups - links to html page?
Post by: Milbo on February 24, 2012, 18:20:00 PM
Please update to vm2.0.2 !
The problem is always an incompatibility of joomla 2.5 and virtuemart 2.0.0 ! But this is already solved since weeks (version 2.0.1C or so). http://dev.virtuemart.net/attachments/download/389/com_virtuemart.2.0.2_extract_first.zip
Title: Re: Not able to add product categories, user groups - links to html page?
Post by: apeltoma on February 24, 2012, 20:58:04 PM
Thanks.  That was fast.
I applied the fix and it seems to work a treat.

Aleksi



Title: Re: Not able to add product categories, user groups - links to html page?
Post by: JinXter on February 25, 2012, 14:50:49 PM
Thanks you guys!   ;)

Ill give it a try,

was glad that i was not the only one having problems