Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Feb 2014
    Posts
    7
    Tokens
    71

    Default [URGENT] RadiPanel Help!

    I recently installed RadiPanel to my site in order to use it for a Radio DJ Panel.

    I keep getting a persistent error that the MySQL information is incorrect. I have made a database over and over to try to accommodate to this error. Can anyone help?

  2. #2
    Join Date
    Oct 2011
    Location
    Melbourne
    Posts
    637
    Tokens
    1,376

    Default

    Quote Originally Posted by TrentW View Post
    I recently installed RadiPanel to my site in order to use it for a Radio DJ Panel.

    I keep getting a persistent error that the MySQL information is incorrect. I have made a database over and over to try to accommodate to this error. Can anyone help?
    You've set details correctly, right? The MySQL username/password and database etc..

  3. #3
    Join Date
    Feb 2014
    Posts
    7
    Tokens
    71

    Default

    @Blinger I believe so.

    - - - Updated - - -

    Quote Originally Posted by Blinger View Post
    You've set details correctly, right? The MySQL username/password and database etc..
    I believe so. *

  4. #4
    Join Date
    Oct 2011
    Location
    Melbourne
    Posts
    637
    Tokens
    1,376

    Default

    What is the exact error then?

  5. #5
    Join Date
    Feb 2014
    Posts
    7
    Tokens
    71

    Default

    Quote Originally Posted by Blinger View Post
    What is the exact error then?
    Error
    Your MySQL server information seems to be invalid.
    ........

  6. #6
    Join Date
    Oct 2011
    Location
    Melbourne
    Posts
    637
    Tokens
    1,376

    Default

    How good with PHP are you? Maybe make a new PHP file like this to test your connection and get a proper error message.

    PHP Code:
    <?php
    // Generally just change the mysql_user and mysql_password
    if (!$link) {
        die(
    'Not connected : ' mysql_error());
    }

    // Change foo to whatever the database is. Radipanel?
    $db_selected mysql_select_db('foo'$link);
    if (!
    $db_selected) {
        die (
    'Can\'t use foo : ' mysql_error());
    }
    ?>
    Last edited by Blinger; 17-02-2014 at 07:56 PM.

  7. #7
    Join Date
    Feb 2014
    Posts
    7
    Tokens
    71

    Default

    Quote Originally Posted by Blinger View Post
    How good with PHP are you? Maybe make a new PHP file like this to test your connection and get a proper error message.

    PHP Code:
    <?php
    // Generally just change the mysql_user and mysql_password
    if (!$link) {
        die(
    'Not connected : ' mysql_error());
    }

    // Change foo to whatever the database is. Radipanel?
    $db_selected mysql_select_db('foo'$link);
    if (!
    $db_selected) {
        die (
    'Can\'t use foo : ' mysql_error());
    }
    ?>
    I'm embarassed to say I don't even know where to enter that.. haha. Command line?

  8. #8
    Join Date
    Oct 2011
    Location
    Melbourne
    Posts
    637
    Tokens
    1,376

    Default

    Quote Originally Posted by TrentW View Post
    I'm embarassed to say I don't even know where to enter that.. haha. Command line?
    Okay.

    use this

    Create a new PHP file using whatever editor you use (maybe notepad will be simple enough for this). Change the words mysql_user and mysql_password to your MySQL details.
    Log in to CPanel of FTP into your host and upload the file you just edited. Go to that page (yourhost.com/connect.php) and see what happens

  9. #9
    Join Date
    Feb 2014
    Posts
    7
    Tokens
    71

    Default

    Nevermind. I put it in a php file. Nothing has helped. Do you have a Skype?

  10. #10
    Join Date
    Oct 2011
    Location
    Melbourne
    Posts
    637
    Tokens
    1,376

    Default

    Yes i guess so... @TrentW;

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •