En effet si je pointe sur un lien d'un topic qui a été supprimé j'ai cette erreur PHP:
- Code: Tout sélectionner
Warning: strtr() [function.strtr]: The second argument is not an array in /********/**********/www/includes/session.php on line 2278
Warning: strtr() [function.strtr]: The second argument is not an array in /********/**********/www/includes/functions.php on line 4922
Fatal error: template->_tpl_load_file(): File /message_body.html does not exist or is empty in /********/**********/www/includes/functions_template.php on line 63
Aucun des deux logs d'erreurs n'affiche quoi que ce sois donc,
j'ai donc regardé les lignes qui correspondent:
Session.php ligne 2278:
- Code: Tout sélectionner
return strtr(@gmdate($date_cache[$format]['format_long'], $gmepoch + $zone_offset), $date_cache[$format]['lang']);
Function.php ligne 4922:
- Code: Tout sélectionner
'S_TIMEZONE' => (AUTOMATIC_DST_ISDST) ? sprintf($user->lang['AUTOMATIC_DST_DISPLAY'], strtr(AUTOMATIC_DST_TIMEZONE, $user->lang['automatic_dst_timezones']), $user->lang['tz']['dst']) : sprintf($user->lang['AUTOMATIC_DST_DISPLAY'], strtr(AUTOMATIC_DST_TIMEZONE, $user->lang['automatic_dst_timezones']), ''),
J'imagine donc que c'est lié au mod Automatic DST en conflit avec SEO d'apres mes recherche sur google... J'espère donc que vous pourrez m'aider a corriger ce bug
Amicalement.

Français |
Anglais


