Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Error executing SQL Query (http://www.bvlist.com/showthread.php?t=3262)

gabyhackerteamcode 23rd August 2009 06:05

Error executing SQL Query
 
Why is this my error

http://i27.tinypic.com/153oaxg.jpg

joeroberts 23rd August 2009 06:10

what release is this?

gabyhackerteamcode 23rd August 2009 06:41

phpMyBitTorrentV2.0.3Gold
 
phpMyBitTorrentV2.0.3Gold

joeroberts 23rd August 2009 06:51

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
        \n
        <b>There seems to be a problem with the database server, sorry for the inconvenience.
        \n
        We should be back shortly.</b></center></p>\n
        </body>\n
        </html>"
);


and tell me the outcome of running step 4 again

gabyhackerteamcode 23rd August 2009 09:50

Thank you:drink:


All times are GMT +2. The time now is 15:20.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.