Def
Total Posts: 5
Joined: 2008-03-23
Michael - 14 August 2008 10:35 PM
This issue was fixed. The changes will be available in 1.1.4
Thanks for keeping us updated
Posted: August 15 2008
| top
| # 16
hendrix
Total Posts: 1
Joined: 2008-08-18
very nice! thx
Posted: August 18 2008
| top
| # 17
loom
Total Posts: 8
Joined: 2008-08-26
Germany
yap. thx alot
Signature
Der Weg zur Hölle ist mit guten Absichten gepflastert.
Posted: August 28 2008
| top
| # 18
Lenny2
Total Posts: 168
Joined: 2008-05-21
München
Hi Michael,
when will 1.1.4 be available?
Thx.
Signature
Gruß aus Erding bei München
Frank
Posted: September 2 2008
| top
| # 19
Spek
Total Posts: 62
Joined: 2007-11-28
Fresh install from today (1.1.4) is still giving me this error
Posted: September 3 2008
| top
| # 20
jsperri
Total Posts: 112
Joined: 2007-08-31
Fistufle
I don’t understand Czech, but it seems their local forum has been discussing the issue. I even tried the file they supplied in the first post of of the page http://www.magentocommerce.com/boards/viewthread.../viewthread/14575/#t52610
and it worked for me.
This fix seems different from the one by Def on current thread (13178). On my setup, the file from the Czech forum fixes the problem, while Def’s fix doesn’t.
Still need to spend some time to check and diff the files, but at least there’s a working solution on v1.1.4.
Posted: September 3 2008
| top
| # 22
Spek
Total Posts: 62
Joined: 2007-11-28
This is their fix and it’s the only difference in the file if my editor is correct:
line 117 in Shipping.php
Change this:
foreach ( $this -> _rates as $rateGroup ) {
To this:
$rates = $this -> _rates ; foreach ( $rates as $rateGroup ) {
Posted: September 4 2008
| top
| # 23
honeyharish
Total Posts: 58
Joined: 2008-07-10
i installed 1.1.4 but same problem is there
i dont know why
Posted: September 5 2008
| top
| # 24
honeyharish
Total Posts: 58
Joined: 2008-07-10
i put that change in my shipping.php
but there is same error , i refresh my cache, even disable my cache but the problem is there
some one know the problem
i am atteching the file also
plz give me some lite
File Attachments
Posted: September 5 2008
| top
| # 25
Spek
Total Posts: 62
Joined: 2007-11-28
Hmm I could’ve sworn the fix I posted was different from the first one.. let me check
edit: Weird, it is the same fix. I don’t understand cause I was getting the error after applying the fix in this thread, it started working when I applied the “other”.
Posted: September 5 2008
| top
| # 26
Mich81.com
Total Posts: 38
Joined: 2008-04-14
Spek - 04 September 2008 04:51 AM
This is their fix and it’s the only difference in the file if my editor is correct:
line 117 in Shipping.php
Change this:
foreach ( $this -> _rates as $rateGroup ) {
To this:
$rates = $this -> _rates ; foreach ( $rates as $rateGroup ) {
For me this works.
I’m using magento 1.1.3 , not yet updated to 1.1.4
Thank you SPek
Posted: September 6 2008
| top
| # 28
cooee
Total Posts: 73
Joined: 2007-08-31
Aachen, Germany
Seems as if this seems to have been forgotten in 1.4. I’ve just upgraded to 1.4 just minutes ago (worked like a charm btw), and I’m still getting this error. Somehow it makes me feel very uncomfortable being forced to alter the core files. And the functionality of adding things to the shopping cart is, well, not really trivial
Signature
cooee eCommerce Blog
Posted: September 9 2008
| top
| # 29
Def
Total Posts: 5
Joined: 2008-03-23
After upgrading to 1.1.4, I have the same problem. But after applying my fix, it works fine !
I can read in the bug tracker http://www.magentocommerce.com/bug-tracking/issue?issue=2755
Magento Team|posted 3 weeks ago
This issue was fixed. The changes will be available in 1.1.5
Posted: September 10 2008
| top
| # 30