Jump to content

Recommended Posts

Bonjour 

j'ai une erreur 500 http sur mon site du a cet erreur mais je ne sais pas comment la régler 

[Sat Dec 21 09:11:18.659474 2019] [:error] [pid 135715:tid 140235173902080] [client 89.2.204.162:49922] FastCGI: server "/home/clients/b2511732a018f6608c3a5e25e08d71be/.config/apache/macpcboutique.fr/.fpm/php5.external" stderr: PHP message: PHP Warning: Invalid argument supplied for foreach() in /home/clients/b2511732a018f6608c3a5e25e08d71be/web/prestashop_1/modules/presmobiccategoriesmenu/presmobiccategoriesmenu.php on line 236, referer: http://pk123zdxt.preview.infomaniak.website/

 

  }
        $linkimages = new Link();
        $listcate_menu = array();
        foreach ($allcate as $key => $value) {
            foreach ($value as $key1 => $value1) {
                $listcate_menu[$key1] = $value1;
                $img = $linkimages->getCatImageLink('category', $value1['id_category']);
                $listcate_menu[$key1]['link_img'] = strstr($img, 'img/c');
            }
        }

 

Si quelqu'un peu m'aider sa saurait super gentil

 

J'espère être au bon endroit 

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...