MrHighKick Posted February 20, 2013 Share Posted February 20, 2013 Bonjour, alors voila j'ai créé un module, l'installation se passe bien mais lorsque j'essaie de l'activer cela me retourne une page blanche sans aucun module puis quand je réactualise l'ensemble des modules réapparaissent. Avez vous une solution ? Merci. Link to comment Share on other sites More sharing options...
jeckyl Posted February 20, 2013 Share Posted February 20, 2013 Bonjour, affichez déjà les erreurs php pour comprendre le soucis. Link to comment Share on other sites More sharing options...
MrHighKick Posted February 20, 2013 Author Share Posted February 20, 2013 (edited) Merci pour la réponse l'érreur est la suivante : Call to a member function l() on a non-object in ...... Le bout de code concerné est le suivant : $this->_columns = array( array( 'id' => 'id_acheteur', 'header' => $this->module->l('Identifiant Acheteur'), 'dataIndex' => 'id_acheteur' ), Edited February 20, 2013 by MrHighKick (see edit history) Link to comment Share on other sites More sharing options...
l2c2 Posted February 20, 2013 Share Posted February 20, 2013 C'est pas $this->l('Identifiant Acheteur'), plutôt ? -- Fabien 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