IP7 / Website-old

:books: infop7.org source code
http://www.infop7.org
MIT License
9 stars 1 forks source link

Template d'edition absent #354

Closed Aaylor closed 11 years ago

Aaylor commented 11 years ago

Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "cursus/edit.html" (looked into: /homez.614/infop/www/views/templates).' in /homez.614/infop/www/vendor/twig/twig/lib/Twig/Loader/Filesystem.php:129 Stack trace: #0 /homez.614/infop/www/vendor/twig/twig/lib/Twig/Loader/Filesystem.php(98): Twig_Loader_Filesystem->findTemplate('cursus/edit.htm...') #1 /homez.614/infop/www/vendor/twig/twig/lib/Twig/Environment.php(272): Twig_Loader_Filesystem->getCacheKey('cursus/edit.htm...') #2 /homez.614/infop/www/vendor/twig/twig/lib/Twig/Environment.php(319): Twig_Environment->getTemplateClass('cursus/edit.htm...', NULL) #3 /homez.614/infop/www/vendor/twig/twig/lib/Twig/Environment.php(295): Twig_Environment->loadTemplate('cursus/edit.htm...') #4 /homez.614/infop/www/helpers/tpl.php(147): Twig_Environment->render('cursus/edit.htm...', Array) #5 /homez.614/infop/www/controllers/cursus.php(250): tpl_render('cursus/edit.htm...', Array) #6 [internal function]: display_moderation_edit_cursus('L2') #7 /h in /homez.614/infop/www/vendor/twig/twig/lib/Twig/Loader/Filesystem.php on line 129

Par exemple : Aller sur la page L2, puis cliquer sur le bouton Editer.

bfontaine commented 11 years ago

Oui, il faut virer le bouton « Éditer », l’édition se fait via AJAX maintenant (double-clic pour éditer, ESC pour annuler). Je regarderais ce soir.