Jump to content

Recommended Posts

Bonjour,

Je travaille sur la refonte complète de mon site avec Prestashop 8.0.4
J'étais sur le point d'avoir terminé à 100% et je me retrouve avec une erreur 500 quand je souhaite me rendre dans "Statistique".
Dans le debug j'ai l'information suivant :

array_map(): Argument #2 ($array) must be of type array, bool given

in controllers/admin/AdminStatsTabController.php (line 179)

    protected function getModules()

    {

        return array_map(

            function ($moduleArray) {return ['name' => $moduleArray['module']]; },

            Hook::getHookModuleExecList('displayAdminStatsModules')

        );

    }

    public function displayStats()

    {

Quelqu'un aurait une idée de la raison de cette erreur et comment la corriger ?

Merci d'avance.
Amicalement, Adiance.

Screenshot 2023-07-28 at 17-12-06 array_map() Argument #2 ($array) must be of type array bool given (500 Internal Server Error).png

Edited by Adiance07 (see edit history)
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...