Jump to content

bankwire - fatal error


Recommended Posts

Hi,

 

I have a huge problem with prestashop 1.6 .. I try to order and bankwire shows after validation fatal error. After turning on debug mode on I recieved a looong code on which begin I found this

   [0] => Array
        (
            [file] => /data/k/l/klbkoshopa.eu/web/classes/PaymentModule.php
            [line] => 164
            [function] => displayError
            [class] => ToolsCore
            [type] => ::
            [args] => Array
                (
                )

        )

    [1] => Array
        (
            [file] => /data/k/l/klbkoshopa.eu/web/modules/bankwire/controllers/front/validation.php
            [line] => 64
            [function] => validateOrder
            [class] => PaymentModuleCore
            [object] => BankWire Object
                (
                    [_html:BankWire:private] => 
                    [_postErrors:BankWire:private] => Array
                        (
                        )

                    [details] => xxx
                    [owner] => xxx
                    [address] => xxx
                    [extra_mail_vars] => Array
                        (
                            [{bankwire_owner}] => xxx
                            [{bankwire_details}] => xxx
                            [{bankwire_address}] => xxx
                        )

                    [currentOrder] => 
                    [currencies] => 1
                    [currencies_mode] => checkbox
                    [id] => 3
                    [version] => 0.7.1
                    [database_version] => 
                    [registered_version] => 
                    [ps_versions_compliancy] => Array
                        (
                            [min] => 1.4.0.0
                            [max] => 1.6.0.6
                        )

                    [dependencies] => Array
                        (
                        )

                    [name] => bankwire
                    [displayName] => Bank wire
                    [description] => Accept payments for your products via bank wire transfer.
                    [author] => PrestaShop
                    [description_full] => 
                    [additional_description] => 
                    [compatibility] => 
                    [nb_rates] => 
                    [avg_rate] => 
                    [badges] => 
                    [need_instance] => 1
                    [tab] => payments_gateways
                    [active] => 1
                    [warning] => 
                    [enable_device] => 7
                    [limited_countries] => Array
                        (
                        )

                    [controllers] => Array
                        (
                            [0] => payment
                            [1] => validation
                        )

                    [_lang:protected] => Array
                        (
                        )

                    [_path:protected] => /modules/bankwire/
                    [local_path:protected] => /data/k/l/klbkoshopa.eu/web/modules/bankwire/
                    [_errors:protected] => Array
                        (
                        )

                    [_confirmations:protected] => Array
                        (
                        )

and on the end this: .. any idea what should I do? thx

                    [controller:protected] => validation
                    [request_uri:protected] => /module/bankwire/validation
                    [empty_route:protected] => Array
                        (
                            [routeID] => index
                            [rule] => 
                            [controller] => index
                        )

                    [default_controller:protected] => 
                    [use_default_controller:protected] => 
                    [controller_not_found:protected] => pagenotfound
                    [front_controller:protected] => 3
                )

            [type] => ->
            [args] => Array
                (
                )

        )
Edited by Prskavka (see edit history)
Link to comment
Share on other sites

weird, can you check from your hosting account, error log to see if complete fatal error message is present?

so the error log says:

 

Fatal error:  Class 'ToolsCore' not found in /data/k/l/xxx.eu/web/classes/PrestaShopAutoload.php(109) : eval()'d code on line 1

Edited by Prskavka (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...