mercredi 1 octobre 2014

[JOOMLA] [composant] ereur 500 - Affichage introuvable

Message type : 500 - Affichage introuvable [NOM, TYPE, PREFIX] contact,html,contactView

Ma solution : Dans la partie admin/views j'ai fait une erreur dans le default.php, en effet si l'on regarde le fichier helloworld du tutoriel on voit ceci :

<form action="index.php?option=com_helloworld&view=helloworlds" method="post" id="adminForm" name="adminForm">

que j'ai remplacer par ceci :

<form action="<?php echo JRoute::_('index.php?option=com_helloworld'); ?>" method="post" name="adminForm" id="adminForm">

Aucun commentaire:

Enregistrer un commentaire