Jump to content

Edit History

jerome409

jerome409


changement titre

Bonjour j'ai toujours la même erreur quand j'essyer d'importer des produit...

image.png.566a147215a37561999e24d11368704f.png

 

J'ai un peu chercher les erreur et il me semble qu'il y aie un problème ici:

 

Error: Call to undefined method Tag::updateTagCount() in /home/httpd/vhosts/acrodog.ch/httpdocs/controllers/admin/AdminImportController.php:1672

 

 

Mais je ne sais pas quoi modifier...

 

dans le fichiez AdminImportController.php a la ligne 1672 j'ai

  Tag::updateTagCount();

 

Une partie du code:

 }
        $this->closeCsvFile($handle);
        if (!$validateOnly) {
            Module::processDeferedFuncCall();
            Module::processDeferedClearCache();
            Tag::updateTagCount();
        }

 

Je suis sous prestashop 1.7.8

www.acroshrimp.ch

 

merci d'avance pour votre aide

jerome409

jerome409

Bonjour j'ai toujours la même erreur quand j'essyer d'importer des produit...

image.png.566a147215a37561999e24d11368704f.png

 

J'ai un peu chercher les erreur et il me semble qu'il y aie un problème ici:

 

Error: Call to undefined method Tag::updateTagCount() in /home/httpd/vhosts/acrodog.ch/httpdocs/controllers/admin/AdminImportController.php:1672

 

 

Mais je ne sais pas quoi modifier...

 

dans le fichiez AdminImportController.php a la ligne 1672 j'ai

  Tag::updateTagCount();

 

Une partie du code:

 }
        $this->closeCsvFile($handle);
        if (!$validateOnly) {
            Module::processDeferedFuncCall();
            Module::processDeferedClearCache();
            Tag::updateTagCount();
        }

 

Je suis sous prestashop 1.7.8

www.acroshrimp.ch

 

merci d'avance pour votre aide

×
×
  • Create New...