|
7.5 patched MYSLQ problem, please help this n00b
Config.php is
$dbhost = "localhost";
$dbuname = "rituaali_root";
$dbpass = "*****";
$dbname = "nuke1";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "********";
$gfx_chk = 0;
$subscription_url = "";
$display_errors = 0;
-
and connectest.php said
phpinfo
If everything looks good, but you still have problems, get the analyzer from NukeCops
Connection Test Script connected to your MySQL server successfully!
$dbuname = "rituaali_root";
$dbtype = "MySQL";
$prefix = "nuke";
$user_prefix = "nuke";
However, the "nuke1" database does not exist. If that is not the correct name, then put in the correct name for
$dbname ="nuke1"; (in your config.php)
If you have not created the database yet, then create it. If you are not the server, then ask your web host to create it for you.
Then, get the appropriate Web Installer from nukeresources.com
But I got it there, im sure. rituaali_nuke1 it is. I have tried to change those names iun every possible way, what to do?
|