PHPNuke help

6 replies [Last post]
dr4cula
Offline
Joined: Feb 2005
Posts:

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

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
PHPNuke help

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]

dr4cula
Offline
Joined: Feb 2005
Posts:
PHPNuke help

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

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
PHPNuke help

That just means that your database is empty.
You have to install PHPNuke before you can use it.

dr4cula
Offline
Joined: Feb 2005
Posts:
PHPNuke help

I installed it Confused

dr4cula
Offline
Joined: Feb 2005
Posts:
PHPNuke help

How can I install it ?

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
PHPNuke help