View Single Post
  #116  
Old 30th April 2012, 08:45
ferdis's Avatar
ferdis ferdis is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 50
Default
PHP Code:
Step 4Installing Database

 

Checking files
...OK

Creating table addedrequests
...
Error executing SQL Query -- phpMyAdmin SQL Dump -- version 2.11.9.4 -- http://www.phpmyadmin.net -- -- 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 `torrent_addedrequests` -- CREATE TABLE `torrent_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 setupPlease fix the above error and try running Setup again, or refreshing your browser
I have this error, no error message. What i can fix that ?
__________________
just a beginner in the art of programming
Reply With Quote