Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   SQL Error Table 'bans' doesn't exist (http://www.bvlist.com/showthread.php?t=4002)

peugeottech 15th December 2009 20:42

SQL Error Table 'bans' doesn't exist
 
Hi all i hope i have put this in the right place , sorry if not :)

i have a problem when installing torrentstrike

i get to the bit that says sql/fullymodded.sql file successfully installed...

then i get to the part that says register a sysop account now when i click it i get this error

Code:

SQL Error Table ***.bans doesnt exist in home/***/www/include/bittorrent.php,line 203
if someone can help me with this error and how to fix it then that would be great

thanks alot for your time guys/girls :)

Timisoreanul 16th December 2009 01:31

Code:

--
-- Table structure for table `bans`
--

CREATE TABLE `bans` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `added` datetime NOT NULL default '0000-00-00 00:00:00',
  `addedby` int(10) unsigned NOT NULL default '0',
  `comment` varchar(255) collate latin1_general_ci NOT NULL default '',
  `first` int(11) default NULL,
  `last` int(11) default NULL,
  PRIMARY KEY  (`id`),
  KEY `first_last` (`first`,`last`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=1 ;

--
-- Dumping data for table `bans`
--

Add this in phpmyadmin , at your tracker database ;)

networe 17th December 2009 15:10

The server load is very high at the moment. Retrying, please wait...
Whats the prob O.o?

Tony 17th December 2009 21:07

networe buy a better server lol

If you get that after just installing torrentstrike then it either a free host your using or a very cheap shared host imho

nako75018 18th December 2009 02:37

Quote:

Originally Posted by networe (Post 18419)
The server load is very high at the moment. Retrying, please wait...
Whats the prob O.o?

you change sql to mysql


All times are GMT +2. The time now is 20:44.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.