Call-back icon  Sales: Call 877.832.5289 (N America)|310.295.4144 (International)

Magento

eCommerce Software for Online Growth

Magento Forum

   
Page 1 of 2
Enabling EWay breaks checkout
 
lindaw
Sr. Member
 
Total Posts:  151
Joined:  2007-12-25
 

Simply setting it to Yes (Direct) makes the checkout page not work on version 1.0.19870.4

Changing it to no fixes the checkout.

Any ideas?

Thanks a lot for the extension.

 
Magento Community Magento Community
Magento Community
Magento Community
 
odi-um
Magento Team
 
Avatar
Total Posts:  112
Joined:  2008-04-02
 

Hi lindaw,

any errors or exceptions ? on which step checkout broke? info from debug table ?

thanks

 
Magento Community Magento Community
Magento Community
Magento Community
 
lindaw
Sr. Member
 
Total Posts:  151
Joined:  2007-12-25
 

Hey odi-um,

Please see attached. There are no errors, it just disables the checkout from working at all. This happens when I enable EWay Direct. It works as soon as I turn it off.

By debug info, do you mean turning on the Profiler? If so here is that info:

Memory usagereal11796480emalloc11378532

Code Profiler    Time    Cnt    RealMem    Emalloc
app    0.7888    1    0    0
app
::init    0.3976    1    3,932,160    3,975,360
app
/init    0.4092    1    4,194,304    4,432,608
config
/load-modules-declaration    0.0132    1    0    42,116
config
/load-modules    0.1380    1    0    3,144
config
/apply-extends    0.0066    1    0    0
dbUpdates    0.0540    1    1
,572,864    1,503,912
config
/load-db    0.1383    1    262,144    208,584
app
::dispatch    0.3915    1    0    0
ctrl
/init    0.0036    1    262,144    141,692
ctrl
/dispatch    0.3861    1    0    0
Mage_Core_Model_Session_Abstract_Varien
::start/start    0.0090    1    524,288    456,776
app
/area/loadPart/adminhtml/translate    0.0144    1    524,288    592,868
Mage_Core_Model_Design_Package
::getFilename    0.0048    19    0    7,292
Mage_Core_Model_Design_Package
::validateFile    0.0012    90    0    620
ctrl
/dispatch/adminhtml_system_config_edit/pre    0.0069    1    262,144    188,700
DISPATCH EVENT
:controller_action_predispatch    0.0066    1    262,144    187,944
OBSERVER
auth    0.0047    1    0    152,804
OBSERVER
adminnotification    0.0017    1    262,144    33,888
ctrl
/dispatch/adminhtml_system_config_edit    0.3375    1    0    0
ctrl
/dispatch/adminhtml_system_config_edit/load    0.0161    1    0    22,696
layout
/package_update: default    0.0159    1    0    20,348
ctrl
/dispatch/adminhtml_system_config_edit/blocks    0.0244    1    1,048,576    1,127,780
BLOCK
root    0.0038    1    262,144    257,476
DISPATCH EVENT
:core_block_abstract_prepare_layout_before    0.0013    28    0    28,660
DISPATCH EVENT
:core_block_abstract_prepare_layout_after    0.0009    28    0    1,424
BLOCK
head    0.0016    1    0    112,460
BLOCK ACTION
head -> addJs    0.0006    20    0    11,492
BLOCK ACTION
head -> addItem    0.0005    15    0    12,048
BLOCK
menu    0.0036    1    262,144    218,700
BLOCK
breadcrumbs    0.0011    1    0    39,748
BLOCK
messages    0.0010    1    262,144    58,936
BLOCK
notification_window    0.0042    1    0    128,792
ctrl
/dispatch/adminhtml_system_config_edit/render    0.1125    1    0    0
DISPATCH EVENT
:core_block_abstract_to_html_before    0.0008    19    0    1,860
Mage_Core_Block_Template
::renderView    0.1030    13    2,359,296    1,963,220
adminhtml
/default/default/template/page.phtml    0.1118    1    0    0
adminhtml
/default/default/template/page/head.phtml    0.0064    1    262,144    83,604
Mage_Core_Model_Design_Package
::getSkinUrl    0.0030    12    0    5,104
DISPATCH EVENT
:core_block_abstract_to_html_after    0.0008    17    0    3,404
adminhtml
/default/default/template/page/header.phtml    0.0236    1    2,097,152    1,219,720
adminhtml
/default/default/template/page/menu.phtml    0.0367    1    0    144,636
adminhtml
/default/default/template/notification/toolbar.phtml    0.0015    1    0    2,532
adminhtml
/default/default/template/system/config/tabs.phtml    0.0082    1    0    74,128
adminhtml
/default/default/template/system/config/edit.phtml    0.0077    1    0    29,336
adminhtml
/default/default/template/widget/form.phtml    0.0060    1    0    22,736
form
/toHtml    0.0057    1    0    21,964
adminhtml
/default/default/template/page/footer.phtml    0.0079    1    0    132,720
adminhtml
/default/default/template/system/shipping/ups.phtml    0.0071    1    0    265,776
adminhtml
/default/default/template/system/config/js.phtml    0.0010    1    0    10,888

Image Attachments
checkout.jpg
 
Magento Community Magento Community
Magento Community
Magento Community
 
lindaw
Sr. Member
 
Total Posts:  151
Joined:  2007-12-25
 

Sorry double post

 
Magento Community Magento Community
Magento Community
Magento Community
 
odi-um
Magento Team
 
Avatar
Total Posts:  112
Joined:  2008-04-02
 

Hi,

nope, not the profiller. In configuration of payment method u have debug flag, turn it on ... and then send me (pm) a dump of eway_debug_api table from your DB.
and also from screen shot seems that u also inspect error using firebug. browse through source of page, there might be some exception.

 
Magento Community Magento Community
Magento Community
Magento Community
 
lindaw
Sr. Member
 
Total Posts:  151
Joined:  2007-12-25
 

Thanks Odi-um. Sorry I took so long, I thought I had subscribed to this thread. I tried to send you a PM but it was rejected. Hope this works…

This is the table data:

--
-- Table structure for table `eway_api_debug`
--

CREATE TABLE IF NOT EXISTS `eway_api_debug` (
`debug_id` int(10) unsigned NOT NULL auto_increment,
`debug_at` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`request_body` text,
`response_body` text,
PRIMARY KEY (`debug_id`),
KEY `debug_at` (`debug_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `eway_api_debug`
--

And I have also attached the source code for that page. I’m not sure what exception I should be looking for.

Thanks for your help.

File Attachments
source-code.txt  (File Size: 63KB - Downloads: 35)
 
Magento Community Magento Community
Magento Community
Magento Community
 
odi-um
Magento Team
 
Avatar
Total Posts:  112
Joined:  2008-04-02
 

Hi,

like i thought we have exception Warning: Mage_Core_Block_Template::include...... seems u don’t have templates for this extension :(
Ok, which version of magento do u use ? is there was some errors while install this extensions ? Tried to re install extension ?

 
Magento Community Magento Community
Magento Community
Magento Community
 
lindaw
Sr. Member
 
Total Posts:  151
Joined:  2007-12-25
 

Thanks odi-um,

Hmm, I upgraded to 1.1.1 and everything went great as far as I could tell. Can you tell me where to get those templates.

And do you mean I should re-install EWay or something else?

 
Magento Community Magento Community
Magento Community
Magento Community
 
odi-um
Magento Team
 
Avatar
Total Posts:  112
Joined:  2008-04-02
 

Hi,

those templates are in Eway extension package which u have installed. But seems something went wrong and part of templates did not install. So my suggestion is to reinstall Eway extension.

 
Magento Community Magento Community
Magento Community
Magento Community
 
brendan.
Sr. Member
 
Total Posts:  180
Joined:  2008-07-16
Sydney, Australia
 

hi,

just came across this thread. im having a similar issue ( i thought it was just my install)

anyway, when i enable eway and try and run an order through, each time i get to the payment options section, it sends me back to the cart starting point page.

Ive tried re-installing the e-way extension but this has not fixed this issue.

note: im running 1.1.3

any ideas?

brendan

 Signature 

magento 1.1.6
PHP Version 5.2.6
http://www.getstuff.com.au

 
Magento Community Magento Community
Magento Community
Magento Community
 
odi-um
Magento Team
 
Avatar
Total Posts:  112
Joined:  2008-04-02
 

Hi brendan,

is there chance to see your development server ?

 
Magento Community Magento Community
Magento Community
Magento Community
 
brendan.
Sr. Member
 
Total Posts:  180
Joined:  2008-07-16
Sydney, Australia
 

Hey odi-um

ah bugger, i un-installed it and now ive upgraded to 1.1.4 i cano no longer re-install the module..

Do you have any suggestions how to get this module to work in 1.1.4?

cheers

 Signature 

magento 1.1.6
PHP Version 5.2.6
http://www.getstuff.com.au

 
Magento Community Magento Community
Magento Community
Magento Community
 
odi-um
Magento Team
 
Avatar
Total Posts:  112
Joined:  2008-04-02
 

Hi,

how did u tried to install it on 1.1.4 ? more info on this will very helpful.

 
Magento Community Magento Community
Magento Community
Magento Community
 
brendan.
Sr. Member
 
Total Posts:  180
Joined:  2008-07-16
Sydney, Australia
 

hey,
ah, sorry the message i got was :

Ignoring installed package magento-core/Mage_Eway
Nothing to install

but i didnt read the message properly. I already had eway installed…

I will re-test submitting some orders tommorrow and get back to you

cheers

 Signature 

magento 1.1.6
PHP Version 5.2.6
http://www.getstuff.com.au

 
Magento Community Magento Community
Magento Community
Magento Community
 
odi-um
Magento Team
 
Avatar
Total Posts:  112
Joined:  2008-04-02
 

Hi,

seems that you have selected ‘beta’ for desired stability of extensions. But eWay already stable. Try to change this option.

 
Magento Community Magento Community
Magento Community
Magento Community
 
brendan.
Sr. Member
 
Total Posts:  180
Joined:  2008-07-16
Sydney, Australia
 

Thanks for pointing that out

i just changed to “stable”

tried to re-install the eway extension and get this error in connect manager

downloading Mage_Eway-1.1.2.tgz ...
Starting to download Mage_Eway-1.1.2.tgz (13,348 bytes)
. . ...done: 13,348 bytes
ERROR: failed to write /home/excel/public_html/store/app/design/frontend/default/default/layout/.tmpeway.xml: copy(/home/excel/public_html/store/app/design/frontend/default/default/layout/.tmpeway.xml) [function.copy]: failed to open stream: Permission denied

what is going wrong?

cheers

 Signature 

magento 1.1.6
PHP Version 5.2.6
http://www.getstuff.com.au

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
Page 1 of 2
 
Sales: Call 877.832.5289 (North America) 310.295.4144 (International)
© Copyright 2008 Varien. Magento, eCommerce software, is a trademark of Irubin Consulting Inc. DBA Varien
Privacy Policy|Terms of Service
Magento Community Count
50107 users|430 users currently online|102242 forum posts