Fehler nach phpBB 2.0.11 Upgrade
Verfasst: 24.11.2004 22:06
ich habe ein upgrade von 2.0.10 auf 2.0.11 gemacht, alles hat prima funktioniert, jetzt habe ich jedoch ein problem. ich denke es liegt an common.php.
auf der indexseite ist dieser fehlercode im head,
---------------------------------------------------------------------------
VOTE_USERS_TABLE', $table_prefix.'vote_voters'); ?>e redirected
'; exit; } // Behave as per HTTP/1.1 spec for others header('Location: ' . $server_protocol . $server_name . $server_port . $script_name . $url); exit; } ?>E; if( !($result = $db->sql_query($sql)) ) { message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql); } while ( $row = $db->sql_fetchrow($result) ) { $board_config[$row['config_name']] = $row['config_value']; } if (file_exists('install') || file_exists('contrib')) { message_die(GENERAL_MESSAGE, 'Please ensure both the install/ and contrib/ directories are deleted'); } // // Show 'Board is disabled' message if needed. // if( $board_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") ) { message_die(GENERAL_MESSAGE, 'Board_disable', 'Information'); } ?>
---------------------------------------------------------------------------
ich kann auch nicht mehr als admin einwählen, vielleicht kann mir jemand helfen das problem zu lösen?.
http://beta.admins.li/common.txt
auf der indexseite ist dieser fehlercode im head,
---------------------------------------------------------------------------
VOTE_USERS_TABLE', $table_prefix.'vote_voters'); ?>e redirected
'; exit; } // Behave as per HTTP/1.1 spec for others header('Location: ' . $server_protocol . $server_name . $server_port . $script_name . $url); exit; } ?>E; if( !($result = $db->sql_query($sql)) ) { message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql); } while ( $row = $db->sql_fetchrow($result) ) { $board_config[$row['config_name']] = $row['config_value']; } if (file_exists('install') || file_exists('contrib')) { message_die(GENERAL_MESSAGE, 'Please ensure both the install/ and contrib/ directories are deleted'); } // // Show 'Board is disabled' message if needed. // if( $board_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") ) { message_die(GENERAL_MESSAGE, 'Board_disable', 'Information'); } ?>
---------------------------------------------------------------------------
ich kann auch nicht mehr als admin einwählen, vielleicht kann mir jemand helfen das problem zu lösen?.
http://beta.admins.li/common.txt