Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 21

CurtisOdenTinoHartungTorbjornericgilletteevdlealf349141590 +14 guests

Installation Error

I have installed Vanilla on a server running PHP 4.4.0 and MySQL 4.0.25. I have all permissions set correctly and the database info is correct (triple checked all this - ran the installation twice to be sure). When i try to go to the forum, I get this error: A fatal, non-recoverable error has occurred Technical information (for support personel): Error Message: The connection to the database failed. Affected Elements: Database.OpenConnection(); Database queries run prior to error Any ideas? Thanks

Comments

  • Posts: 5,574
    did you use the automatic installer.php or a manual setup? if you used the installer, did it run through glitch free?
  • Posts: 7
    Yes, I used the installer.php file and everything went fine. The only error I got was when I tried to go to index.php or signin.php (after installation).
  • Posts: 5,574
    Have you been into the database and checked that it all looks complete? Can you paste the related parts of your appg/settings.php file (with your password blanked) for us to quadruple check it all looks ok?
  • Posts: 7
    yeah, the database was created successfully. 18 tables in it. Here are my settings: // Database Settings define("dbHOST", "localhost"); define("dbNAME", "fbcbhmo_forum"); define("dbUSER", "fbcbhmo_forum"); define("dbPASSWORD", "*********"); // Path Settings define("agAPPLICATION_PATH", "/home/fbcbhmo/public_html/forum/"); define("sgLIBRARY", agAPPLICATION_PATH."library/"); define("agEXTENSIONS", agAPPLICATION_PATH."extensions/"); define("agLANGUAGES", agAPPLICATION_PATH."languages/"); Here is the URL to the forum: http://www.fbcbhm.org/forum/
  • Posts: 5,574
    Hmm.. that really is rather odd. Have you tried re-uploading the files (except your appg folder) incase some of them got garbled on the way up?
  • Posts: 7
    Yeah, just re-upped everything and still nothing.
  • Posts: 5,574
    hmm. thats rather baffling. Just try uploading a php file containing <? $db = mysql_connect ("localhost", "fbcbhmo_forum", "password") or die ('I cannot connect to the database because: ' . mysql_error()); ?> and browse to it - see if it errors.
  • Posts: 7
    Interesting. Must have been a problem with that username. Created a new one and it worked like a champ. Thanks!
  • Posts: 5,574
    um...ok. How very odd. Glad its working anyway!
This discussion has been closed.