MySQL Help.

Discussion in 'Bukkit Help' started by DemonCraft, Sep 3, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    DemonCraft

    Well, I know this isn't where the help of this Plugin goes, but anyone that knows things about MySQL should be able to help.

    Here is the config in my website files.
    $db_host = 'localhost';
    $db_user = 'demon_wauser';
    $db_pass = 'The password is set';
    $db_database = 'demon_webauction';

    Here is the Config for the Plugin in the Plugins folder on my server.
    dbDatabase: demon_webauction
    dbHost: localhost
    dbPass: passwordisputin
    dbUser: demon_wauser

    Here is the error I get;
    The part you can't see is, "using password: YES"
    http://imageshack.us/f/189/errorwgq.jpg/

    I just want it to work.
    The Plugin this is for is WebAuction.
    When I try to log in to the website for this it gives me this error;
    Code:
    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/demon/public_html/webauction/login-script.php on line 11
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/demon/public_html/webauction/login-script.php:11) in /home/demon/public_html/webauction/login-script.php on line 27
    Any help on what to do?
    I think it's what I have set as the dbHost, I don't think it is post to be localhost.
    My MySQL/Website is hosted on Hostgator.
    My Server is hosted on Volt-Host.(Just saying in case them being hosted on different servers would have to do with anything.)
     
Thread Status:
Not open for further replies.

Share This Page