m0hamedessam Posted December 21, 2013 Report Posted December 21, 2013 after upgrade from 3.0.6 to 3.0.7 Undefined index: qty on line 40 in /account/plugins/order/views/templates/standard/main_summary.pdt any help ????????
m0hamedessam Posted December 21, 2013 Author Report Posted December 21, 2013 solved by remove plugins/order/views/templates/standard/main_summary.pdt (line 40) $item['qty'] = $this->Html->safe($item['qty']); any explanation ?
Michael Posted December 21, 2013 Report Posted December 21, 2013 I'm a bit confused I updated to 3.0.7 from 3.0.6 without a issue.
Paul Posted December 21, 2013 Report Posted December 21, 2013 What page/URL are you seeing this error? You can copy/paste the URL and just remove your domain
m0hamedessam Posted December 21, 2013 Author Report Posted December 21, 2013 your cart ( step 3) login or not hxxp://site.com/plugin/order/main/review/single-order
Paul Posted December 21, 2013 Report Posted December 21, 2013 Interesting, anyone else experience this on step 2? What module are you using?
m0hamedessam Posted December 21, 2013 Author Report Posted December 21, 2013 hxxp://site.com/plugin/order/main/configure/single-order/?pricing_id=1&group_id=1 i think the problem coz on step 2 only price and group defined on url but when go to step 3 cart review quantity is null so maybe that's problem i use universal module
MemoryX2 Posted December 21, 2013 Report Posted December 21, 2013 Did you upgrade with the patch or the full version? It may be possible that somehow you corrupted a file or two when you uploaded the patch or something. Just an idea. Don't know for sure. I used the full version just to make sure all of my files were up to date.
Michael Posted December 21, 2013 Report Posted December 21, 2013 Did you upgrade with the patch or the full version? It may be possible that somehow you corrupted a file or two when you uploaded the patch or something. Just an idea. Don't know for sure. I used the full version just to make sure all of my files were up to date. And I used the patch and worked fine .
Ken Posted December 21, 2013 Report Posted December 21, 2013 And I used the patch and worked fine . I think he's talking about when he makes a payment from admin after he upgraded as he mentioned on his duplicate thread here: http://www.blesta.com/forums/index.php?/topic/1667-bug-after-upgrade-from-306-to-307/
m0hamedessam Posted December 22, 2013 Author Report Posted December 22, 2013 I think he's talking about when he makes a payment from admin after he upgraded as he mentioned on his duplicate thread here: http://www.blesta.com/forums/index.php?/topic/1667-bug-after-upgrade-from-306-to-307/ no i have 2 bugs this one on order steps and other one when make payment from admin panel thread link you mention by the way i use patch version as usual
Ken Posted December 22, 2013 Report Posted December 22, 2013 no i have 2 bugs this one on order steps and other one when make payment from admin panel thread link you mention by the way i use patch version as usual Oh I see. So duplicate titles not duplicate issues. You should be able to edit the title by editing your post and then going into the full or advanced editor I believe.
m0hamedessam Posted December 22, 2013 Author Report Posted December 22, 2013 Oh I see. So duplicate titles not duplicate issues. You should be able to edit the title by editing your post and then going into the full or advanced editor I believe. no permission its my mistake sorry anyway
Ken Posted December 23, 2013 Report Posted December 23, 2013 no permission its my mistake sorry anyway No? I had to do it once and that's how I did it. Either way no worries.
m0hamedessam Posted December 23, 2013 Author Report Posted December 23, 2013 No? I had to do it once and that's how I did it. Either way no worries. done thanks
Cody Posted December 23, 2013 Report Posted December 23, 2013 Added CORE-949. That line (line #40 in /plugins/order/views/templates/standard/main_summary.pdt), should be removed. $item['qty'] = $this->Html->safe($item['qty']); m0hamedessam 1
m0hamedessam Posted December 24, 2013 Author Report Posted December 24, 2013 Thanks cody i did patched my self lol
Recommended Posts