Prestag0od Posted February 29, 2020 Share Posted February 29, 2020 (edited) 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 . . . . Â Â Edited February 29, 2020 by Prestan0ob (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted March 1, 2020 Share Posted March 1, 2020 See what you have at line 491 of customer.php, something wrong with checking the password it seems. You might need to add some extra debugging to figure out the issue. Link to comment Share on other sites More sharing options...
Prestag0od Posted March 3, 2020 Author Share Posted March 3, 2020 (edited) On 3/1/2020 at 3:47 PM, NemoPS said: See what you have at line 491 of customer.php, something wrong with checking the password it seems. You might need to add some extra debugging to figure out the issue. The full debug text is this. I cannot find any problem in like 491 😕  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                    [id_shop_group] => 1                    [secure_key] => 67b2093766d6803dd1f5b8af509e9539                    [note] =>                    [id_gender] => 9                    [id_default_group] => 3                    [id_lang] => 6                    [lastname] => lastname                    [firstname] => firstname                    [birthday] => 0000-00-00                    => testATgmail.com                   [newsletter] => 1                   [ip_registration_newsletter] =>                   [newsletter_date_add] => 2020-02-28 18:16:44                   [optin] => 0                   [website] =>                   [company] =>                   [siret] =>                   [ape] =>                   [outstanding_allow_amount] => 0.000000                   [show_public_prices] => 0                   [id_risk] => 1                   [max_payment_days] => 60                   [passwd] => $P$DQALt2X2ny1EhE6wJRBFHqqFP4f4xO0                   [last_passwd_gen] => 2020-02-28 18:12:25                   [active] => 1                   [is_guest] => 0                   [deleted] => 0                   [date_add] => 2020-02-28 17:20:45                   [date_upd] => 2020-02-28 18:16:44                   [years] =>                   [days] =>                   [months] =>                   [geoloc_id_country] =>                   [geoloc_id_state] =>                   [geoloc_postcode] =>                   [logged] => 1                   [id_guest] => 1                   [groupBox] =>                   [webserviceParameters:protected] => Array                       (                           [fields] => Array                               (                                   [id_default_group] => Array                                       (                                           [xlink_resource] => groups                                       )                                    [id_lang] => Array                                       (                                           [xlink_resource] => languages                                       )                                    [newsletter_date_add] => Array                                       (                                       )                                    [ip_registration_newsletter] => Array                                       (                                       )                                    [last_passwd_gen] => Array                                       (                                           [setter] =>                                       )                                    [secure_key] => Array                                       (                                           [setter] =>                                       )                                    [deleted] => Array                                       (                                       )                                    [passwd] => Array                                       (                                           [setter] => setWsPasswd                                       )                                )                            [associations] => Array                               (                                   [groups] => Array                                       (                                           [resource] => group                                       )                                )                        )                    [id_shop_list] =>                   [get_shop_from_context:protected] => 1                   [table:protected] => customer                   [identifier:protected] => id_customer                   [fieldsRequired:protected] => Array                       (                           [0] => lastname                           [1] => firstname                           [2] => email                           [3] => passwd                       )                    [fieldsSize:protected] => Array                       (                           [lastname] => 32                           [firstname] => 32                           => 128                           [passwd] => 40                           [note] => 65000                       )                    [fieldsValidate:protected] => Array                       (                           [secure_key] => isMd5                           [lastname] => isName                           [firstname] => isName                           => isEmail                           [passwd] => isPasswd                           [id_gender] => isUnsignedId                           [birthday] => isBirthDate                           [newsletter] => isBool                           [optin] => isBool                           [website] => isUrl                           [company] => isGenericName                           [siret] => isSiret                           [ape] => isApe                           [outstanding_allow_amount] => isFloat                           [show_public_prices] => isBool                           [id_risk] => isUnsignedInt                           [max_payment_days] => isUnsignedInt                           [active] => isBool                           [deleted] => isBool                           [note] => isCleanHtml                           [is_guest] => isBool                           [id_shop] => isUnsignedId                           [id_shop_group] => isUnsignedId                           [id_lang] => isUnsignedId                           [date_add] => isDate                           [date_upd] => isDate                       )                    [fieldsRequiredLang:protected] => Array                       (                       )                    [fieldsSizeLang:protected] => Array                       (                       )                    [fieldsValidateLang:protected] => Array                       (                       )                    [tables:protected] => Array                       (                       )                    [image_dir:protected] =>                   [image_format:protected] => jpg                   [def:protected] => Array                       (                           [table] => customer                           [primary] => id_customer                           [fields] => Array                               (                                   [secure_key] => Array                                       (                                           [type] => 3                                           [validate] => isMd5                                           [copy_post] =>                                       )                                    [lastname] => Array                                       (                                           [type] => 3                                           [validate] => isName                                           [required] => 1                                           => 32                                       )                                    [firstname] => Array                                       (                                           [type] => 3                                           [validate] => isName                                           [required] => 1                                           => 32                                       )                                    => Array                                       (                                           [type] => 3                                           [validate] => isEmail                                           [required] => 1                                           => 128                                       )                                    [passwd] => Array                                       (                                           [type] => 3                                           [validate] => isPasswd                                           [required] => 1                                           => 40                                       )                                    [last_passwd_gen] => Array                                       (                                           [type] => 3                                           [copy_post] =>                                       )                                    [id_gender] => Array                                       (                                           [type] => 1                                           [validate] => isUnsignedId                                       )                                    [birthday] => Array                                       (                                           [type] => 5                                           [validate] => isBirthDate                                       )                                    [newsletter] => Array                                       (                                           [type] => 2                                           [validate] => isBool                                       )                                    [newsletter_date_add] => Array                                       (                                           [type] => 5                                           [copy_post] =>                                       )                                    [ip_registration_newsletter] => Array                                       (                                           [type] => 3                                           [copy_post] =>                                       )                                    [optin] => Array                                       (                                           [type] => 2                                           [validate] => isBool                                       )                                    [website] => Array                                       (                                           [type] => 3                                           [validate] => isUrl                                       )                                    [company] => Array                                       (                                           [type] => 3                                           [validate] => isGenericName                                       )                                    [siret] => Array                                       (                                           [type] => 3                                           [validate] => isSiret                                       )                                    [ape] => Array                                       (                                           [type] => 3                                           [validate] => isApe                                       )                                    [outstanding_allow_amount] => Array                                       (                                           [type] => 4                                           [validate] => isFloat                                           [copy_post] =>                                       )                                    [show_public_prices] => Array                                       (                                           [type] => 2                                           [validate] => isBool                                           [copy_post] =>                                       )                                    [id_risk] => Array                                       (                                           [type] => 1                                           [validate] => isUnsignedInt                                           [copy_post] =>                                       )                                    [max_payment_days] => Array                                       (                                           [type] => 1                                           [validate] => isUnsignedInt                                           [copy_post] =>                                       )                                    [active] => Array                                       (                                           [type] => 2                                           [validate] => isBool                                           [copy_post] =>                                       )                                    [deleted] => Array                                       (                                           [type] => 2                                           [validate] => isBool                                           [copy_post] =>                                       )                                    [note] => Array                                       (                                           [type] => 6                                           [validate] => isCleanHtml                                           => 65000                                           [copy_post] =>                                       )                                    [is_guest] => Array                                       (                                           [type] => 2                                           [validate] => isBool                                           [copy_post] =>                                       )                                    [id_shop] => Array                                       (                                           [type] => 1                                           [validate] => isUnsignedId                                           [copy_post] =>                                       )                                    [id_shop_group] => Array                                       (                                           [type] => 1                                           [validate] => isUnsignedId                                           [copy_post] =>                                       )                                    [id_default_group] => Array                                       (                                           [type] => 1                                           [copy_post] =>                                       )                                    [id_lang] => Array                                       (                                           [type] => 1                                           [validate] => isUnsignedId                                           [copy_post] =>                                       )                                    [date_add] => Array                                       (                                           [type] => 5                                           [validate] => isDate                                           [copy_post] =>                                       )                                    [date_upd] => Array                                       (                                           [type] => 5                                           [validate] => isDate                                           [copy_post] =>                                       )                                )                            [classname] => Customer                       )                    [update_fields:protected] =>                   [force_id] =>               )            [type] => ->           [args] => Array               (               )        )    [3] => Array       (           [file] => /var/www/vhosts/mydomain.com/modules/ets_superspeed/classes/ext/ets_hook           [line] => 67           [function] => getHookModuleExecList           [class] => HookCore           [type] => ::           [args] => Array               (                   [0] => moduleRoutes               )        )    [4] => Array       (           [file] => /var/www/vhosts/mydomain.com/override/classes/Hook.php           [line] => 41           [function] => exec16           [class] => Ets_Hook           [type] => ::           [args] => Array               (                   [0] => moduleRoutes                   [1] => Array                       (                           [id_shop] =>                       )                    [2] =>                   [3] => 1                   [4] =>                   [5] =>                   [6] =>               )        )    [5] => Array       (           [file] => /var/www/vhosts/mydomain.com/classes/Dispatcher.php           [line] => 407           [function] => exec           [class] => Hook           [type] => ::           [args] => Array               (                   [0] => moduleRoutes                   [1] => Array                       (                           [id_shop] =>                       )                    [2] =>                   [3] => 1                   [4] =>               )        )    [6] => Array       (           [file] => /var/www/vhosts/mydomain.com/override/classes/Dispatcher.php           [line] => 44           [function] => loadRoutes           [class] => DispatcherCore           [object] => Dispatcher Object               (                   [default_routes] => Array                       (                           [category_rule] => Array                               (                                   [controller] => category                                   [rule] => {id}-{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_category                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [supplier_rule] => Array                               (                                   [controller] => supplier                                   [rule] => {id}__{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_supplier                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [manufacturer_rule] => Array                               (                                   [controller] => manufacturer                                   [rule] => {id}_{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_manufacturer                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [cms_rule] => Array                               (                                   [controller] => cms                                   [rule] => content/{id}-{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_cms                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [cms_category_rule] => Array                               (                                   [controller] => cms                                   [rule] => content/category/{id}-{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_cms_category                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [module] => Array                               (                                   [controller] =>                                   [rule] => module/{module}{/:controller}                                   [keywords] => Array                                       (                                           [module] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9_-]+                                                   [param] => module                                               )                                            [controller] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9_-]+                                                   [param] => controller                                               )                                        )                                    [params] => Array                                       (                                           [fc] => module                                       )                                )                            [product_rule] => Array                               (                                   [controller] => product                                   [rule] => {category:/}{id}-{rewrite}{-:ean13}.html                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_product                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [ean13] => Array                                               (                                                   [regexp] => [0-9\pL]*                                               )                                            [category] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [categories] => Array                                               (                                                   [regexp] => [/_a-zA-Z0-9-\pL]*                                               )                                            [reference] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [manufacturer] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [supplier] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [price] => Array                                               (                                                   [regexp] => [0-9\.,]*                                               )                                            [tags] => Array                                               (                                                   [regexp] => [a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [layered_rule] => Array                               (                                   [controller] => category                                   [rule] => {id}-{rewrite}{/:selected_filters}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_category                                               )                                            [selected_filters] => Array                                               (                                                   [regexp] => .*                                                   [param] => selected_filters                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                        )                    [use_routes:protected] => 1                   [multilang_activated:protected] => 1                   [routes:protected] => Array                       (                       )                    [controller:protected] =>                   [request_uri:protected] => /?live_configurator_token=d87bddfb7cc8c7f6a0fda9b3dbe62bd2&id_employee=1&id_shop=1                   [empty_route:protected] =>                   [default_controller:protected] =>                   [use_default_controller:protected] =>                   [controller_not_found:protected] => pagenotfound                   [front_controller:protected] => 1               )            [type] => ->           [args] => Array               (                   [0] =>               )        )    [7] => Array       (           [file] => /var/www/vhosts/mydomain.com/classes/Dispatcher.php           [line] => 228           [function] => loadRoutes           [class] => Dispatcher           [object] => Dispatcher Object               (                   [default_routes] => Array                       (                           [category_rule] => Array                               (                                   [controller] => category                                   [rule] => {id}-{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_category                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [supplier_rule] => Array                               (                                   [controller] => supplier                                   [rule] => {id}__{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_supplier                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [manufacturer_rule] => Array                               (                                   [controller] => manufacturer                                   [rule] => {id}_{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_manufacturer                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [cms_rule] => Array                               (                                   [controller] => cms                                   [rule] => content/{id}-{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_cms                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [cms_category_rule] => Array                               (                                   [controller] => cms                                   [rule] => content/category/{id}-{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_cms_category                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [module] => Array                               (                                   [controller] =>                                   [rule] => module/{module}{/:controller}                                   [keywords] => Array                                       (                                           [module] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9_-]+                                                   [param] => module                                               )                                            [controller] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9_-]+                                                   [param] => controller                                               )                                        )                                    [params] => Array                                       (                                           [fc] => module                                       )                                )                            [product_rule] => Array                               (                                   [controller] => product                                   [rule] => {category:/}{id}-{rewrite}{-:ean13}.html                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_product                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [ean13] => Array                                               (                                                   [regexp] => [0-9\pL]*                                               )                                            [category] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [categories] => Array                                               (                                                   [regexp] => [/_a-zA-Z0-9-\pL]*                                               )                                            [reference] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [manufacturer] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [supplier] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [price] => Array                                               (                                                   [regexp] => [0-9\.,]*                                               )                                            [tags] => Array                                               (                                                   [regexp] => [a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [layered_rule] => Array                               (                                   [controller] => category                                   [rule] => {id}-{rewrite}{/:selected_filters}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_category                                               )                                            [selected_filters] => Array                                               (                                                   [regexp] => .*                                                   [param] => selected_filters                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                        )                    [use_routes:protected] => 1                   [multilang_activated:protected] => 1                   [routes:protected] => Array                       (                       )                    [controller:protected] =>                   [request_uri:protected] => /?live_configurator_token=d87bddfb7cc8c7f6a0fda9b3dbe62bd2&id_employee=1&id_shop=1                   [empty_route:protected] =>                   [default_controller:protected] =>                   [use_default_controller:protected] =>                   [controller_not_found:protected] => pagenotfound                   [front_controller:protected] => 1               )            [type] => ->           [args] => Array               (               )        )    [8] => Array       (           [file] => /var/www/vhosts/mydomain.com/classes/Dispatcher.php           [line] => 193           [function] => __construct           [class] => DispatcherCore           [object] => Dispatcher Object               (                   [default_routes] => Array                       (                           [category_rule] => Array                               (                                   [controller] => category                                   [rule] => {id}-{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_category                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [supplier_rule] => Array                               (                                   [controller] => supplier                                   [rule] => {id}__{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_supplier                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [manufacturer_rule] => Array                               (                                   [controller] => manufacturer                                   [rule] => {id}_{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_manufacturer                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [cms_rule] => Array                               (                                   [controller] => cms                                   [rule] => content/{id}-{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_cms                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [cms_category_rule] => Array                               (                                   [controller] => cms                                   [rule] => content/category/{id}-{rewrite}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_cms_category                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [module] => Array                               (                                   [controller] =>                                   [rule] => module/{module}{/:controller}                                   [keywords] => Array                                       (                                           [module] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9_-]+                                                   [param] => module                                               )                                            [controller] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9_-]+                                                   [param] => controller                                               )                                        )                                    [params] => Array                                       (                                           [fc] => module                                       )                                )                            [product_rule] => Array                               (                                   [controller] => product                                   [rule] => {category:/}{id}-{rewrite}{-:ean13}.html                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_product                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [ean13] => Array                                               (                                                   [regexp] => [0-9\pL]*                                               )                                            [category] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [categories] => Array                                               (                                                   [regexp] => [/_a-zA-Z0-9-\pL]*                                               )                                            [reference] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [manufacturer] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [supplier] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [price] => Array                                               (                                                   [regexp] => [0-9\.,]*                                               )                                            [tags] => Array                                               (                                                   [regexp] => [a-zA-Z0-9-\pL]*                                               )                                        )                                )                            [layered_rule] => Array                               (                                   [controller] => category                                   [rule] => {id}-{rewrite}{/:selected_filters}                                   [keywords] => Array                                       (                                           [id] => Array                                               (                                                   [regexp] => [0-9]+                                                   [param] => id_category                                               )                                            [selected_filters] => Array                                               (                                                   [regexp] => .*                                                   [param] => selected_filters                                               )                                            [rewrite] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9\pL\pS-]*                                               )                                            [meta_keywords] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                            [meta_title] => Array                                               (                                                   [regexp] => [_a-zA-Z0-9-\pL]*                                               )                                        )                                )                        )                    [use_routes:protected] => 1                   [multilang_activated:protected] => 1                   [routes:protected] => Array                       (                       )                    [controller:protected] =>                   [request_uri:protected] => /?live_configurator_token=d87bddfb7cc8c7f6a0fda9b3dbe62bd2&id_employee=1&id_shop=1                   [empty_route:protected] =>                   [default_controller:protected] =>                   [use_default_controller:protected] =>                   [controller_not_found:protected] => pagenotfound                   [front_controller:protected] => 1               )            [type] => ->           [args] => Array               (               )        )    [9] => Array       (           [file] => /var/www/vhosts/mydomain.com/index.php           [line] => 28           [function] => getInstance           [class] => DispatcherCore           [type] => ::           [args] => Array               (               )        ) ) Edited March 3, 2020 by Prestan0ob (see edit history) Link to comment Share on other sites More sharing options...
Prestag0od Posted March 26, 2020 Author Share Posted March 26, 2020 was a problem with old prestashop cookie. I delete cookies and problem solved. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now