VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: antonio on September 15, 2014, 10:39:26 AM

Title: [Solved] Updating order issue
Post by: antonio on September 15, 2014, 10:39:26 AM
Hello
Joomla 2.5.24 with VM 2.6.10
since the server update from php 5.3.3 to 5.3.28 when I try to update an order status (from pending to corfirmed) the browser bring me to the main administrator page. Of course the status is not updated.

The console says:

L'utilizzo di getAttributeNode() è deprecato. Al suo posto utilizzare getAttribute(). mootools-core.js:343
L'utilizzo di Mutation Events è deprecato. Al suo posto utilizzare MutationObserver. index.php
L'utilizzo di getPreventDefault() è deprecato. Al suo posto utilizzare defaultPrevented. jquery.min.js:2

In administrator I use the default Joomla template. I tried to disable the Url rewriting.
What can I check to fix it?
Thanks
Title: Re: Updating order issue
Post by: antonio on September 15, 2014, 15:11:54 PM
Please, I tried disabling all VM plugins and using default template for frontend (Atomic), re-uploading all Joomla core files too. Nothing seems to fix the problem.
Title: Re: Updating order issue
Post by: GJC Web Design on September 15, 2014, 15:27:23 PM
how is "update from php 5.3.3 to 5.3.28" an update?

search in the forum here - I seem to remember this problem recently and maybe was php versions
Title: Re: Updating order issue
Post by: antonio on September 15, 2014, 15:41:42 PM
Yes it is an update, php uses 5.3.3 > 5.3.4 > 5.3.5 .... 5.3.10 > 5.3.11 ... 5.3.28
I'd searched already, I can't find solutions
Title: Re: Updating order issue
Post by: jenkinhill on September 15, 2014, 15:44:21 PM
I would expect at least PHP 5.4+  as is recommended for Joomla 2.5

Sounds similar to this:  http://forum.virtuemart.net/index.php?topic=125637
Title: Re: Updating order issue
Post by: antonio on September 15, 2014, 15:51:12 PM
Anyway, Joomla 2.5.x and 3.x minimum php requirements are 5.2.4 and 5.3.10 and for VM:

Requirements

VirtueMart has the same requirements as joomla.
However, we recommend those technical options:
php 5.3+ and mysql5.5, php settings: 128 MB RAM (at least 64 MB for the pdf invoices).

from: http://virtuemart.net/downloads
Title: Re: Updating order issue
Post by: antonio on September 15, 2014, 15:54:44 PM
Quote from: antonio on September 15, 2014, 15:51:12 PM
Sounds similar to this:  http://forum.virtuemart.net/index.php?topic=125637

Thanks jenkinhill, but that thread is about deleting order and there is no real fix, I see.
Title: Re: Updating order issue
Post by: antonio on September 15, 2014, 16:01:20 PM
Quote from: jenkinhill on September 15, 2014, 15:44:21 PM
Sounds similar to this:  http://forum.virtuemart.net/index.php?topic=125637

Ok, now I understand. Opening the order from the ID I can change the status. Thank you jenkinhill