Bugs at VM order list page (backend) causing redirect

Started by lindapowers, May 02, 2013, 13:28:14 PM

Previous topic - Next topic

lindapowers

Hi

There are some bugs at the administrator area of the orders, if you filter by order status and try to update status it redirects you back to joomla main page, also happens if you select to choose more than 10 orders per view.

Something weird around that feature,

BTW a batch order status would be more than welcome where you could change the status of all orders instead of clicking one by one.

Regards

lindapowers

#1
Issue happens if you use:

RewriteBase /

instead of

##RewriteBase /

at .htaccess

PRO


lindapowers

Quote from: PRO on May 05, 2013, 02:42:41 AM
are you saying you fixed the problem?

I'm my local copy of our website I changed that line and couldn't replicate the error anymore, but I will check tomorrow with a real live site filtering orders per status and results to see if it happens again.

Regards

joompiter

The redirect is properly due to your PHP settings.
Try the following:

suhosin.post.max_vars 10000
suhosin.session.encrypt Off
suhosin.request.max_vars 6144
suhosin.post.max_array_depth 500
suhosin.post.max_array_index_length 640
suhosin.request.max_array_index_length 640
suhosin.request.max_vars 10000
max_input_vars 10000

If you do not use suhosin, try to raise the limits of variables related to the term "post".

Regards, joompiter

lindapowers


delalegro

i have the same problem now.
after i updated my virtuemart 2.0.24 to 2.0.24C i cant save or update any order.

i'm using Joomla 2.5.16

how did you solve the problem?