Simple Machines Community Forum

SMF Support => Language Specific Support => Français (French) => Aiheen aloitti: myloux - helmikuu 27, 2011, 07:39:13 IP

Otsikko: erreur après installation de Language Drop Down 1.5.3
Kirjoitti: myloux - helmikuu 27, 2011, 07:39:13 IP
J'ai installer Language Drop Down 1.5.3 et j'ai se bug

if (!function_exists('template_language_select')) { // Generate the Language Drop Down.. function template_language_select() { global $context, $txt, $scripturl; // Obtain our languages if they are missing. if (empty($context['languages'])) getLanguages(); ksort($context['languages']); // Hopefully We always have something to show for ourselves. if (!empty ($context['languages'])) { echo '

'; } // No languages we can find! elseif (empty ($context['languages'])) echo 'LanguageDrop: ' . $txt['no_matches']; // If this occurs we are in trouble. else echo 'LanguageDrop: ' . $txt['error_occured']; } }

Fatal error: Call to undefined function template_language_select() in /home/myloux/domains/jesussauve.wahost.org/public_html/Sources/Load.php(2214) : eval()'d code on line 239
Otsikko: Re: erreur après installation de Language Drop Down 1.5.3
Kirjoitti: maximus23 - helmikuu 28, 2011, 07:36:14 AP
Bonjour,

Le mod a été mal installé il manque des morceaux il faut tout revérifier manuellement :)