Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
Thread Tools
  #1  
Old 23rd August 2009, 06:05
gabyhackerteamcode gabyhackerteamcode is offline
Member
 
Join Date: Jun 2008
Posts: 7
Default Error executing SQL Query
Why is this my error

Click the image to open in full size.
Reply With Quote
  #2  
Old 23rd August 2009, 06:10
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
what release is this?
__________________
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/
Reply With Quote
  #3  
Old 23rd August 2009, 06:41
gabyhackerteamcode gabyhackerteamcode is offline
Member
 
Join Date: Jun 2008
Posts: 7
Default phpMyBitTorrentV2.0.3Gold
phpMyBitTorrentV2.0.3Gold
Reply With Quote
  #4  
Old 23rd August 2009, 06:51
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
never seen it not leave a error message can you check your data base make sure it did not put anything
open steps/4.php
find
PHP Code:
$db = new sql_db($db_host$db_user$db_pass$db_name$db_persistency); 
and add this after
PHP Code:
if(!$db->db_connect_id) {
        
$err $db->sql_error;
        
$errmsg $err["message"];
        die(
"<html>\n
        <head><title>phpMyBitTorrent Error</title>\n
        </head>\n
        <body>\n
        <!-- Error: 
$errmsg -->\n
        <p><center>\n
        <br /><br />\n
        <b>There seems to be a problem with the database server, sorry for the inconvenience.
        <br /><br />\n
        We should be back shortly.</b></center></p>\n
        </body>\n
        </html>"
);

and tell me the outcome of running step 4 again
__________________
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/
Reply With Quote
  #5  
Old 23rd August 2009, 09:50
gabyhackerteamcode gabyhackerteamcode is offline
Member
 
Join Date: Jun 2008
Posts: 7
Default
Thank you
Reply With Quote
Reply

Tags
error , executing , query , sql


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
help error, http error and invalid passkey thereal Torrent Strike 0 9th April 2009 02:07
URGENT !! Parse error: syntax error sharpe Torrent Strike 8 24th September 2008 15:10



All times are GMT +2. The time now is 21:02. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.