PHPNuke help
Hi everyone,
Can you guys help me with PHPNuke ? I Hope you can, because here is the problem: Why it says: Theres seems to be a problem with MySQL server, we would be back shortly. You can see it with you're own eyse at http://fandf.excessiveplus.net . There is a problem in config.php file ? There has mysql stuff in it, but i dont know how to fill them:
$dbhost = "localhost";
$dbuname = "";
$dbpass = "";
$dbname = "";
$prefix = "";
$user_prefix = "";
$dbtype = "";
$sitekey = "";
$gfx_chk = 0;
$subscription_url = "";
What I got to write there ? Please help me as soon as you can.
Thanks
dr4cula
Use confixx to create a MySQL database, change the password for it.
Then you can use:
[code:1]$dbhost = "localhost";
$dbuname = "web14";
$dbpass = "yourpassword";
$dbname = "usr_web14_1";[/code:1]
That just means that your database is empty.
You have to install PHPNuke before you can use it.
ok, I got it, but there are some other problems now.
What does that this mean:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /srv/www/htdocs/web14/html/includes/sql_layer.php on line 286
And how can I get rid of it ?
And why it says: this module isn't active !, How can I activate it ?
http://fandf.excessiveplus.net