Forums

Discussion in 'The Living Room' started by Dedicated, Jun 7, 2003.

  1. #1
    Dedicated

    Dedicated LPA Addict LPA Addict

    Joined:
    Jan 18, 2003
    Messages:
    15,038
    Likes Received:
    86



    On my Invasion Power Board this error comes up when I try to go on it:

    Warning: Access denied for user: 'forums@localhost' (Using password: NO) in /sites/forums/forum_randomsoun/sources/Drivers/mySQL.php on line 64

    Warning: MySQL Connection Failed: Access denied for user: 'forums@localhost' (Using password: NO) in /sites/forums/forum_randomsoun/sources/Drivers/mySQL.php on line 64

    Warning: Supplied argument is not a valid MySQL-Link resource in /sites/forums/forum_randomsoun/sources/Drivers/mySQL.php on line 67
    ERROR: Cannot find database
    Warning: Supplied argument is not a valid MySQL-Link resource in /sites/forums/forum_randomsoun/sources/Drivers/mySQL.php on line 100



    There appears to be an error with the database.
    You can try to refresh the page by clicking here, if this does not fix the error, you can contact the board administrator by clicking here

    Error Returned

    mySQL query error: DELETE FROM sessions WHERE running_time < 1055020301 or ip_address='80.193.27.148'

    mySQL error: Access denied for user: 'forums@localhost' (Using password: NO)
    mySQL error code: 1045
    Date: Saturday 07th of June 2003 10:11:41 PM

    Does any one know how I can fix it?
     
  2. #2
    image_distort

    image_distort Well-Known Member

    Joined:
    Aug 4, 2002
    Messages:
    343
    Likes Received:
    1



    Where have you hosted the site?
    I mean, when you setup your forums, some hosts accept localhost as in the localhost bar, but some require different names (eg- host_db_uk).

    If it's anything other than that, then I don't know, but giving the link will surely help.

    :rolleyes:
     
  3. #3
    elie

    elie Well-Known Member

    Joined:
    Feb 9, 2003
    Messages:
    942
    Likes Received:
    0



    Did you touch or edit anything within the admin CP? Tell me, either way, it's fixable...just gotta give me more information on what you did...if not...we can fix it also...just tell me more...
     
  4. #4
    Dedicated

    Dedicated LPA Addict LPA Addict

    Joined:
    Jan 18, 2003
    Messages:
    15,038
    Likes Received:
    86


  5. #5
    Cal

    Cal LPA Super Member LPA Super Member

    Joined:
    Apr 9, 2003
    Messages:
    5,636
    Likes Received:
    37



    i changed a setting so u dont have to validate every member, then a couple mins later the scripting for the forums collapsed like that
     
  6. #6
    elie

    elie Well-Known Member

    Joined:
    Feb 9, 2003
    Messages:
    942
    Likes Received:
    0



    So you have access to PHPMYADMIN? Or is that site that's hosting you do all that for you?
     
  7. #7
    Cal

    Cal LPA Super Member LPA Super Member

    Joined:
    Apr 9, 2003
    Messages:
    5,636
    Likes Received:
    37



    u mean the Admin CP?
     
  8. #8
    elie

    elie Well-Known Member

    Joined:
    Feb 9, 2003
    Messages:
    942
    Likes Received:
    0



    Yeah, and PHPMYADMIN and your ftp...
     
  9. #9
    Dedicated

    Dedicated LPA Addict LPA Addict

    Joined:
    Jan 18, 2003
    Messages:
    15,038
    Likes Received:
    86



    Ok I can get into the PHPMYADMIN
     
  10. #10
    elie

    elie Well-Known Member

    Joined:
    Feb 9, 2003
    Messages:
    942
    Likes Received:
    0



    Ok, repair the sessions table. BTW, did you have any recent backups of your forum?
     
  11. #11
    Cal

    Cal LPA Super Member LPA Super Member

    Joined:
    Apr 9, 2003
    Messages:
    5,636
    Likes Received:
    37



    the forums were up for about 30 mins then they went down

    he cant repair it

    he didnt put the forums up, it is preinstalled on Forum Hoster
     
  12. #12
    Dedicated

    Dedicated LPA Addict LPA Addict

    Joined:
    Jan 18, 2003
    Messages:
    15,038
    Likes Received:
    86



    Ok i just downloaded the version off the site and had to upload every file onto antsclan.com :angry:



    What do I do with it now? I'm so confused :wacko:
     
  13. #13
    Cal

    Cal LPA Super Member LPA Super Member

    Joined:
    Apr 9, 2003
    Messages:
    5,636
    Likes Received:
    37



    leme look
     
  14. #14
    d0dGy MiKE

    d0dGy MiKE Well-Known Member

    Joined:
    Aug 1, 2002
    Messages:
    231
    Likes Received:
    0



    that whole error basically says that your login details for the database is incorrect . recently did you change the password to your mysql database?
    you can have a check to se whether the database login details are correct by going into conf_global.php and looking for the lines:
    Code:
    $INFO['sql_host'] 	=	'localhost';
    $INFO['sql_database'] 	=	'database name';
    $INFO['sql_pass'] 	=	'password';
    $INFO['sql_port'] 	=	'';
    $INFO['sql_tbl_prefix'] 	=	'ibf_';
    $INFO['sql_user'] 	=	'username';
    
    check those values are actually correct to your details. if they are not then change them and re upload the file.
     
  15. #15
    Dedicated

    Dedicated LPA Addict LPA Addict

    Joined:
    Jan 18, 2003
    Messages:
    15,038
    Likes Received:
    86



    I think i'm gonna make another forum ^_^


    Thanks for the help from everyone ^_^
     

Share This Page