Jump to content

Erreur Authentification


Recommended Posts

bonjour

j'ai une erreur et je ne vois pas d'ou ca vien lors de la connexion ou du passage d'une commande.

si quelqu'un voit. (je suis en 1.6.1.4 mais j'avais la meme chose avec les anciennes versions)

merci

---------------------------------------------------------------------------------------

Notice: Undefined index: validate in /home/magestia/www/classes/ObjectModel.php on line 1341

Notice: Undefined index: validate in /home/magestia/www/classes/ObjectModel.php on line 1342

[PrestaShopException]

Validation function not found.
at line 1342 in file classes/ObjectModel.php

1337.             if (!in_array($field, $required_fields)) {1338.                 continue;1339.             }1340. 1341.             if (!method_exists('Validate', $data['validate'])) {1342.               throw new PrestaShopException('Validation function not found. '.$data['validate']);1343.            }1344. 1345.            $value = Tools::getValue($field);1346. 1347.             if (empty($value)) {
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...