junior admin
Geplaatst: 05 mei 2006, 13:57
ik heb de mod junior admin toegevoegd weet iemand waarom ik niet in het admin paneel kan komen ik heb namelijk de mods helemaal uitgevoerd en de instal die er bij zat ook
Code: Selecteer alles
<?php
/***************************************************************************
* $RCSfile: nivisec_install.php,v $
* -------------------
* copyright : (C) 2003 Nivisec.com
* email : support@nivisec.com
*
* $Id: nivisec_install.php,v 1.2 2003/08/01 10:54:30 nivisec Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
define('IN_PHPBB', TRUE);
define('PHPBB_VERSION_USED', '2.0.5');
define('REQUIRED_PHP', '4.0.1');
$error_msg = '';
$info_msg = '';
$mode_list = array(
'Install' => 'nivisec_schema/nivisec_install.sql',
'Update 2.0.0 Beta -> 2.0.1 Beta' => 'nivisec_schema/nivisec_update_200x201.sql'
);
Code: Selecteer alles
Could not query forums information
DEBUG MODE
SQL Error : 1146 Table 'onzefret_wen13.POSTS_TABLE' doesn't exist
SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, u.user_level, u.user_whosonline_color FROM (( phpbb_forums f LEFT JOIN POSTS_TABLE p ON p.post_id = f.forum_last_post_id ) LEFT JOIN phpbb_users u ON u.user_id = p.poster_id ) ORDER BY f.cat_id, f.forum_order
Line : 171
File : index.php
Code: Selecteer alles
Found phpbb root path at ./.
Using sql queue list file nivisec_schema/nivisec_install.sql.
Found php version 4.4.2.
Found phpbb version 2.0.19.
Warning: This hack was designed on phpbb version 2.0.5. It may or may not work for your version of phpbb!
[FAILED] :: CREATE TABLE `phpbb_jr_admin_users` ( `user_id` mediumint(9) NOT NULL default '0', `user_jr_admin` longtext NOT NULL, `start_date` int(10) unsigned NOT NULL default '0', `update_date` int(10) unsigned NOT NULL default '0', `admin_notes` text NOT NULL, `notes_view` tinyint(1) NOT NULL default '0', PRIMARY KEY (`user_id`) ) TYPE=MyISAM
Reason:Table 'phpbb_jr_admin_users' already exists
Analysis:This is considered a duplicate entry and can be ignored as a failure because the needed information is already inserted.
Please delete this file (nivisec_install.php) and nivisec_schema/*.* for security reasons!