| Error creating tables [message #1430] |
Thu, 25 October 2007 10:44  |
easyups  Messages: 4 Registered: October 2007 |
Leecher |
|
|
I've uploaded all files to my server, and tried to install the script, it went well till i got to installing database
something is wrong, but i can't get my hands on it
now the database is new, and it's embty
Checking PHP Version - 5.2.3 - OK
Checking Zlib - OK
Checking MySQL - OK - 5.0.15
Checking installed DOM XML - OK
Testing outgoing connections - OK
Checking Operating System - Linux
but i get this error
Step 4: Installing Database
Notice: Undefined property: sql_db::$query_result in /****/setup/udl/mysql.php on line 206
Checking files...OK
Creating table bans...
Error executing SQL Query CREATE TABLE `torrent_bans` ( `id` int
(11) unsigned NOT NULL auto_increment, `ipstart` int(10)
unsigned NOT NULL default '0', `ipend` int(10) unsigned NOT
NULL default '0', `reason` varchar(255) NOT NULL default '',
`date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY
KEY (`id`), UNIQUE KEY `ip_unique` (`ipstart`,`ipend`) )
TYPE=MyISAM;
Error ID: 1050
Error Message: Table 'torrent_bans' already exists
Notice: Undefined property: sql_db::$query_result in /****/setup/udl/mysql.php on line 206
A fatal error occurred during setup. Please fix the above error and try running Setup again, or refreshing your browser.
Notice: Undefined property: sql_db::$query_result in /****/setup/udl/mysql.php on line 206
Notice: Undefined property: sql_db::$query_result in /****/setup/udl/mysql.php on line 154
any ideas?
[Updated on: Thu, 25 October 2007 10:45] Report message to a moderator
|
|
|
|
|
|
|
| Re: Error creating tables [message #1438 is a reply to message #1437] |
Thu, 25 October 2007 13:34   |
|
Are you using php>=5 and trying to upload a external torrent? (If so it well not work as PMBT does not support this at this time.)
PMBT only supports local torrents for this at this time as xml does not support the text generated by the scrape.
php>=5 uses xml
php4 uses dom xml
if you can down grade to php4
[Updated on: Thu, 25 October 2007 13:37] Report message to a moderator
|
|
|
|
|
|
|
|
|