Version de phpBB utilisée :2.0.21
Nom de mon hébergeur : jexiste
Liste des mods installés :Birthday,Last visit,Catégorie Hiérarchie, gender, Advenced Group color management, Shoutbox , Quick post, NewBBcode
Adresse de mon forum :http://mjs.jexiste.fr/phpbb/
Identifiant du compte test : pas créé (car pas d'accés)
Message d'erreur complet:
phpBB : Erreur Critique
Could not open template config file
DEBUG MODE
Line : 518
File : functions.php
voila les lignes en question funtions.php
$sql = "SELECT *
FROM " . THEMES_TABLE . "
WHERE themes_id = $style";
if ( !($result = $db->sql_query($sql)) )
{
message_die(CRITICAL_ERROR, 'Could not query database for theme info');
}
if ( !($row = $db->sql_fetchrow($result)) )
{
message_die(CRITICAL_ERROR, "Could not get theme data for themes_id [$style]");
}
$template_path = 'templates/' ;
$template_name = $row['template_name'] ;
$template = new Template($phpbb_root_path . $template_path . $template_name);
*/
//-- add
global $config, $user, $themes;
$themes_exists = true;
if ( empty($themes) )
{
$themes = new themes();
$themes->read();
$themes_exists = false;
}
$row = $themes->data[$style];
merci pour vos réponses
