VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: ghooton on October 16, 2015, 16:32:29 PM

Title: VM 3.0.11 Cannot delete orders
Post by: ghooton on October 16, 2015, 16:32:29 PM
When I try to delete an order I get a blank screen.
I have :-
VM 3.0.11
PHP 5.4.45
MySQLi 5.5.44-37.3-log
Joomla! 3.4.4
Linux 2.6.32.59


Title: Re: VM 3.0.11 Cannot delete orders
Post by: lindapowers on October 16, 2015, 21:05:35 PM
He is right:

Catchable fatal error: Object of class stdClass could not be converted to string in /home/mywebsite/public_html/administrator/components/com_virtuemart/helpers/vmtable.php on line 972
Title: Re: VM 3.0.11 Cannot delete orders
Post by: dimi2013 on October 28, 2015, 08:50:03 AM
Same here, unfortunately.  :-X


PHP 5.5.30
Joomla! 3.4.5
VM 3.0.11
Title: Re: VM 3.0.11 Cannot delete orders
Post by: velikorodnov on October 28, 2015, 10:55:25 AM
Yesterday I also reported about this bug;)
Title: Re: VM 3.0.11 Cannot delete orders
Post by: alain1 on October 28, 2015, 19:36:20 PM
Same problem !
This new version of Virtumart is full of bugs  :'( my website is down for several weeks...  >:(
Title: Re: VM 3.0.11 Cannot delete orders
Post by: Milbo on October 28, 2015, 19:38:33 PM
is fixed.

Alain, deleting orders is "new" we never really supported it. The reason is that deleting an order sets it first to cancelled to give back the "booked items"
Title: Re: VM 3.0.11 Cannot delete orders
Post by: alain1 on October 28, 2015, 19:43:41 PM
Quote from: Milbo on October 28, 2015, 19:38:33 PM
is fixed.

Alain, deleting orders is "new" we never really supported it. The reason is that deleting an order sets it first to cancelled to give back the "booked items"

fixed ?
In the previous versions of Virtuemart, it was very simple to delete an order in the backend panel.
Actually (i've the 3.0.11 version), if i choose to delete an order, i'm redirected to a blank page, and...nothing happen ! the order is still present in the "orders list"
I don't think that this is "normal"...
Am'i wrong ?
Title: Re: VM 3.0.11 Cannot delete orders
Post by: Milbo on October 28, 2015, 20:18:15 PM
check the svn, fix is there.
Title: Re: VM 3.0.11 Cannot delete orders
Post by: alain1 on October 29, 2015, 08:33:58 AM
Quote from: Milbo on October 28, 2015, 20:18:15 PM
check the svn, fix is there.

svn ?
Title: Re: VM 3.0.11 Cannot delete orders
Post by: dimi2013 on October 29, 2015, 09:55:59 AM
Alain1 here's the SVN Milbo's talking about" http://docs.virtuemart.net/tutorials/34-development/100-svn-download.html (http://docs.virtuemart.net/tutorials/34-development/100-svn-download.html) It looks like a repository of builds. It's good if you're a developer; otherwise, well, not much help. Maybe in a future release the issue will be fixed.
Title: Re: VM 3.0.11 Cannot delete orders
Post by: alain1 on October 29, 2015, 11:28:28 AM
 ???
Title: Re: VM 3.0.11 Cannot delete orders
Post by: GJC Web Design on October 29, 2015, 11:36:53 AM
all approved and tested changes on the SVN will normally appear in the next release...
Title: Re: VM 3.0.11 Cannot delete orders
Post by: Milbo on October 29, 2015, 12:46:08 PM
Quote from: dimi2013 on October 29, 2015, 09:55:59 AM
Alain1 here's the SVN Milbo's talking about" http://docs.virtuemart.net/tutorials/34-development/100-svn-download.html (http://docs.virtuemart.net/tutorials/34-development/100-svn-download.html) It looks like a repository of builds. It's good if you're a developer; otherwise, well, not much help. Maybe in a future release the issue will be fixed.

ah come on. It is not thaaat hard http://dev.virtuemart.net/projects/virtuemart/repository/show/trunk/virtuemart

http://dev.virtuemart.net/projects/virtuemart/repository/diff/trunk/virtuemart/administrator/components/com_virtuemart/models/orders.php?utf8=%E2%9C%93&rev=9029&rev_to=9026

There will be a new version very soon.
Title: Re: VM 3.0.11 Cannot delete orders
Post by: Milbo on October 29, 2015, 15:26:05 PM
http://dev.virtuemart.net/attachments/download/975/com_virtuemart.3.0.11.2_extract_first.zip
Title: Re: VM 3.0.11 Cannot delete orders
Post by: dimi2013 on October 29, 2015, 16:31:46 PM
Thanks Milbo. I'll wait for the next release. I realize this stuff is very involved. Thank you and the gang for all  your hard work.
Title: Re: VM 3.0.11 Cannot delete orders
Post by: Milbo on October 29, 2015, 17:09:32 PM
use vm3.0.11.2
Title: Re: VM 3.0.11 Cannot delete orders
Post by: dimi2013 on October 30, 2015, 12:05:39 PM
It works just fine. Thanks to all involved!