Sargo Posted March 4, 2004 Posted March 4, 2004 When setting up the config.php file for phpnuke I dont know what info to be putting in what field. $dbhost = "localhost"; $dbuname = "<what should go here?>"; $dbpass = "<what should go here?>";"; $dbname = ""<what should go here?>";"; $prefix = "nuke"; I thought I knew but, all I get is an error message: Fatal error: Call to undefined function: message_die() in /home/okgzawfm/public_html/db/db.php on line 88and in db.php (line 88) is has: message_die(CRITICAL_ERROR, "Could not connect to the database"); Im think its just because Im putting the wrong info in the config.php file so I need help with that. How should the format look like? I think thats whats messing me up on this. Btw, yes I have the bd all setup and a user assigned to the db. Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.