61 views
[Résolu] Bug lors d'un edit de gallerie
Guilac

17 subjects, 80 replies

donors
Unread message
Salut a tous

J'ai ce bug quand je veux éditer/upload un album de la gallerie :

Fatal error: Call to a member function lang() on a non-object in /home/ovaliesask/www/modules/gallery/controllers/admin.php on line 252

Quelqu'un vois le soucis svp ?
3 participants
4 replies
Guilac

17 subjects, 80 replies

donors
Unread message
Du coup je suis un peu coincé car je ne peut plus rien uploadé et editer sur ma gallerie.

Il faudrait que je post cette fameuse ligne 252 du fichier admin.php c'est bien ça ?

edit : voila la ligne en question : return '<span data-toggle="tooltip" title="'.timetostr($NeoFrag->lang('date_time_long'), $data['date']).'">'.time_span($data['date']).'</span>';
lionel.macheras

0 subject , 2 replies

Unread message
j'ai le même probleme :'(
eResnova

17 subjects, 875 replies

Contributors
Unread message
Nous allons regarder pour corriger cela rapidement (sur GitHub).
En attendant, vous pouvez modifier la ligne qui pose problème manuellement :

Remplacez :
return '<span data-toggle="tooltip" title="'.timetostr($NeoFrag->lang('date_time_long'), $data['date']).'">'.time_span($data['date']).'</span>';

Par :
return '<span data-toggle="tooltip" title="'.timetostr(NeoFrag::loader()->lang('date_time_long'), $data['date']).'">'.time_span($data['date']).'</span>';
lionel.macheras

0 subject , 2 replies

Unread message
merci sa marche nikel :D