Jump to content

Fatal error /modules/bankwire/validation.php


Recommended Posts

Hi there,

 

I try to search solution at this forum, but I can't found it. I hope you guys can help me.

 

What I have:

PrestaShop: 1.4.4.1

Module: Bank Wire

I use my e-shop like a registered user.

Before I didn't have this problem. I didn't upgrade prestashop and didn't make any changing.

 

 

I've got a problem on the last step of checkout. When I have to confirm my order. After I press on the button "I confirm my order" it redirect me to ../modules/bankwire/validation.php page and there I saw this error: "Fatal error" and nothing else.

 

Then I made changing in my config files:

define('_PS_MODE_DEV_', true);

@ini_set("display_errors", "on");

 

file: error.log was empty, nothing there.

 

 

When I opened page ../modules/bankwire/validation.php, I saw this:

Array
(
[0] => Array
(
[file] => ../classes/PaymentModule.php
[line] => 100
[function] => displayError
[class] => ToolsCore
[type] => ::
[args] => Array
(
)

)

[1] => Array
(
[file] =>../modules/bankwire/validation.php
[line] => 61
[function] => validateOrder
[class] => PaymentModuleCore
[object] => BankWire Object
(
[_html:BankWire:private] =>
[_postErrors:BankWire:private] => Array
(
)

[details] =>[bank info]
[owner] =>[name]
[address] =>[bank]
[currentOrder] =>
[currencies] => 1
[currencies_mode] => checkbox
[id] => 6
[version] => 0.5
[name] => bankwire
[displayName] => Bank Wire
[description] => Accept payments by bank wire.
[author] => PrestaShop
[need_instance] => 1
[tab] => payments_gateways
[active] => 1
[_lang:protected] => Array
(
)

[_path:protected] => /modules/bankwire/
[warning] =>
[beforeUninstall] =>
[_errors] =>
[table:protected] => module
[identifier:protected] => id_module
[limited_countries] => Array
(
)

[confirmUninstall] => Are you sure you want to delete your details?
)

[type] => ->
[args] => Array
(
[0] => 3863
[1] => 10
[2] => 92.4
[3] => Bank Wire
[4] =>
[5] => Array
(
[{bankwire_owner}] =[name]
[{bankwire_details}] =[tel info]
[{bankwire_address}] = [bank]
)

[6] => 2
[7] =>
[8] => 586109447383f5ab48f0a41ca665c281
)

)

)

Any solution?

 

Thanks.

 

 

 

Link to comment
Share on other sites

  • 3 weeks later...

 

When I opened page ../modules/bankwire/validation.php, I saw this:

Array

(

[0] => Array

(

[file] => ../classes/PaymentModule.php

[line] => 100

[function] => displayError

[class] => ToolsCore

[type] => ::

[args] => Array

(

)

 

)

 

[1] => Array

(

[file] =>../modules/bankwire/validation.php

[line] => 61

[function] => validateOrder

[class] => PaymentModuleCore

[object] => BankWire Object

(

[_html:BankWire:private] =>

[_postErrors:BankWire:private] => Array

(

)

 

[details] =>[bank info]

[owner] =>[name]

[address] =>[bank]

[currentOrder] =>

[currencies] => 1

[currencies_mode] => checkbox

[id] => 6

[version] => 0.5

[name] => bankwire

[displayName] => Bank Wire

[description] => Accept payments by bank wire.

[author] => PrestaShop

[need_instance] => 1

[tab] => payments_gateways

[active] => 1

[_lang:protected] => Array

(

)

 

[_path:protected] => /modules/bankwire/

[warning] =>

[beforeUninstall] =>

[_errors] =>

[table:protected] => module

[identifier:protected] => id_module

[limited_countries] => Array

(

)

 

[confirmUninstall] => Are you sure you want to delete your details?

)

 

[type] => ->

[args] => Array

(

[0] => 3863

[1] => 10

[2] => 92.4

[3] => Bank Wire

[4] =>

[5] => Array

(

[{bankwire_owner}] =[name]

[{bankwire_details}] =[tel info]

[{bankwire_address}] = [bank]

)

 

[6] => 2

[7] =>

[8] => 586109447383f5ab48f0a41ca665c281

)

 

)

 

)

Any solution?

 

you've got this as a file contents? it's defintiely wrong code,

have you tried with latest bankwire module from github?

Link to comment
Share on other sites

×
×
  • Create New...