Fehler bei meeting_1_3_15
Verfasst: 29.05.2007 01:30
Grüße zusammen.
Hab vorhin mir meeting_1_3_15 installiert und bekomme den fehler
if (defined('IN_MEETING')) { // Get the meeting config $sql = "SELECT * FROM " . MEETING_CONFIG_TABLE; if( !($result = $db->sql_query($sql)) ) { message_die(CRITICAL_ERROR, "Could not query meeting config information", "", __LINE__, __FILE__, $sql); } while ( $row = $db->sql_fetchrow($result) ) { $board_config[$row['config_name']] = $row['config_value']; } }
angezeigt. Weiss jemand rat dies zu beheben ?
Hab vorhin mir meeting_1_3_15 installiert und bekomme den fehler
if (defined('IN_MEETING')) { // Get the meeting config $sql = "SELECT * FROM " . MEETING_CONFIG_TABLE; if( !($result = $db->sql_query($sql)) ) { message_die(CRITICAL_ERROR, "Could not query meeting config information", "", __LINE__, __FILE__, $sql); } while ( $row = $db->sql_fetchrow($result) ) { $board_config[$row['config_name']] = $row['config_value']; } }
angezeigt. Weiss jemand rat dies zu beheben ?