Jump to content

Edit History

Prestag0od

Prestag0od

With Mozzila i get white front page with only "Fatal error" text on top. In Chrome the e-shop is working perfectly.

I turn on the debug mode and i got many lines with arrays like this

What is going on? Anybody knows please?

Array
(
    [0] => Array
        (
            [file] => /var/www/vhosts/mydomain.com/classes/Customer.php
            [line] => 491
            [function] => displayError
            [class] => ToolsCore
            [type] => ::
            [args] => Array
                (
                )

        )

    [1] => Array
        (
            [file] => /var/www/vhosts/mydomain.com/classes/Customer.php
            [line] => 826
            [function] => checkPassword
            [class] => CustomerCore
            [type] => ::
            [args] => Array
                (
                    [0] => 39939
                    [1] => $P$DQALt2X2ny1EhE6wJRBFHqqFP4f4xO0
                )

        )

    [2] => Array
        (
            [file] => /var/www/vhosts/mydomain.com/classes/Hook.php
            [line] => 304
            [function] => isLogged
            [class] => CustomerCore
            [object] => Customer Object
                (
                    [id] => 39939
                    [id_shop] => 1
.
.
.
.

 

 

Prestag0od

Prestag0od

I get white page with only "Fatal error" text in front page. In Chrome the e-shop working perfect.

I turn on the debug mode and i got many lines with arrays like this

What is going on? Anybody knows please?

Array
(
    [0] => Array
        (
            [file] => /var/www/vhosts/mydomain.com/classes/Customer.php
            [line] => 491
            [function] => displayError
            [class] => ToolsCore
            [type] => ::
            [args] => Array
                (
                )

        )

    [1] => Array
        (
            [file] => /var/www/vhosts/mydomain.com/classes/Customer.php
            [line] => 826
            [function] => checkPassword
            [class] => CustomerCore
            [type] => ::
            [args] => Array
                (
                    [0] => 39939
                    [1] => $P$DQALt2X2ny1EhE6wJRBFHqqFP4f4xO0
                )

        )

    [2] => Array
        (
            [file] => /var/www/vhosts/mydomain.com/classes/Hook.php
            [line] => 304
            [function] => isLogged
            [class] => CustomerCore
            [object] => Customer Object
                (
                    [id] => 39939
                    [id_shop] => 1
.
.
.
.

 

 

×
×
  • Create New...