View Single Post
  #20  
Old 11th October 2009, 23:51
TheArcadeMaster TheArcadeMaster is offline
xBTiT
 
Join Date: Oct 2008
Posts: 32
Default help
all i get is

Code:
Step 4: Installing Database

Checking files...OK

Creating table addedrequests...
Error executing SQL Query -- phpMyAdmin SQL Dump -- version 2.11.9.4 -- phpMyAdmin -- -- Host: localhost -- Generation Time: Aug 16, 2009 at 03:22 PM -- Server version: 5.0.75 -- PHP Version: 5.2.6-3ubuntu4.1 -- -- Database: `phpMyBitTorrent` -- -- -------------------------------------------------------- -- -- Table structure for table `addedrequests` -- CREATE TABLE `phpmybittorrent_addedrequests` ( `id` int(10) unsigned NOT NULL auto_increment, `requestid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`id`), KEY `userid` (`userid`) ) ENGINE=MyISAM ;
Error ID: 
Error Message:

A fatal error occurred during setup. Please fix the above error and try running Setup again, or refreshing your browser.
and cant go no further with set up
Reply With Quote