View Single Post
  #21  
Old 12th October 2009, 02:06
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by TheArcadeMaster View Post
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

what database type are you using?

Quote:
Originally Posted by get_fire View Post
help me help you, but now you explain to me why I have again error in taketorrent.php?
Code:
Catchable fatal error: Object of class php4DOMDocument could not be converted to string in / usr / local / www / xak / upload / taketorrent.php on line 174
is this a internal or external torrent?
can I get you to PM me a copy of the torrent you are trying to upload?
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/

Last edited by joeroberts; 12th October 2009 at 03:04.
Reply With Quote