Ho provato ad installare SMF MEDIA GALLERY 2.0.5 nel mio ultimo aggiornamento del forum (vers 2.02) e durante l'installazione della mod mi dice che ha fallito il test su ./Sources/Subs.php
Questo:
Codice: (Trova) [Seleziona]
'mlist' => array(
Codice: (Aggiungi prima) [Seleziona]
'mgallery' => array(
'title' => $txt['mgallery_gallery'] . (empty($user_info['mgal_unseen']) || $user_info['mgal_unseen'] == -1 ? '' : ' [<b>' . $user_info['mgal_unseen'] . '</b>]'),
'href' => $scripturl . '?action=mgallery',
'show' => allowedTo('mgallery_access'),
'sub_buttons' => empty($user_info['mgal_unseen']) || $user_info['mgal_unseen'] == -1 ? array() : array(
'mgallery_home' => array(
'title' => $txt['mgallery_home'],
'href' => $scripturl . '?action=mgallery',
'show' => true,
),
'mgallery_unseen' => array(
'title' => $txt['mgallery_unseen'],
'href' => $scripturl . '?action=mgallery;sa=unseen',
'show' => true,
),
),
),
Dove posso correggere manualmente?
http://www.simplemachines.org/community/index.php?topic=464728.0
P.S.
Subs.php non ha subito modifiche con l'ultimo aggiornamento, quindi trattasi di altro mod che hai installato precedentemente, oppure di un errore del mod stesso.