-
Phpnuke Install
Scusatemi raga ho un problemino...
non riesco ad installare nuke.
Cioè ho uppato tutta la roba nelle cartelle, ho riempito il db cn sql
e il config.php è perfetto secondo me.
Dopo mi da sempre lo stesso errore
"There seems to be a problem with the MySQL server, sorry for the inconvenience.
We should be back shortly."
-
Di sicuro non hai configurato bene il file config.php
$dbhost = "localhost";
$dbuname = "ClanPd";
$dbpass = "tuapassword";
$dbname = "my_ClanPd";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28d67-dm56w39.3a2aDS+e9";
$gfx_chk = 0;
$subscription_url = "";
prova a configurarlo così!
-