what direct deposit modules do people use with the current version of Magento? I tried the fontis australia one but it seems to break the 1-page checkout if its enabled.
With the current versions of magento and the module?
What happens, is if the module is enabled, you can view your cart as normal, but if you try and click on the link that says “Proceed to Checkout” with a link value of www.sitename.com/checkout/onepage/ right hand side of the page, lower down, below the goods listing, it just 404s.
Interestingly the cxheckout link in the top menu references just www.sitename.com/checkout/
I’m unsure how the module really causes the break, but perhaps its something to do with the skin?
I’m running the module on a live store under Magento 1.2.1, and on a staging store with the current version of Magento. I’m not seeing that problem on either.
It is hard to see how that payment modules would cause a 404, as it is a very passive module - ie: there’s nothing for it to process.
It’s worth posting the details (as much as possible) in this forum and seeing if anyone has ideas.
I can assure you you are in the tiny minority with this problem!
Useful info to share is:
Version of Magento
Version of Fontis module
Other extensions you have installed
Other payment modules you have installed
The URL of the page that 404s
Anything else pertaining to your installation that you think might be even vaguely connected.
/**
* Executes a prepared statement.
*
* @param array $params OPTIONAL Values to bind to parameter placeholders.
* @return bool
*/
public function execute(array $params = null)
{
/*
* Simple case - no query profiler to manage.
*/
if ($this->_queryId === null) {
return $this->_execute($params); <--- that is line 283
I’d backup the database and blow away the “Duplicate entry ‘78’ for key 1”. I’d only suggest you do that if you fully understand the implications of it going wrong.