Author |
Message |
Fallen_Angel
New Member


Joined: Dec 04, 2005
Posts: 10
|
Posted:
Sun Dec 04, 2005 12:08 am |
|
where i go to www.mydomain.com i got that error and i check the config.php and i dont know whats is wrong
$dbhost = "localhost";
$dbuname = "heavenly_angels";
$dbpass = "********";
$dbname = "heavenly_phpnuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "123456";
$gfx_chk = "0";
$subscription_url = "";
$admin_file = "admin";
$tipath = "images/topics/";
$display_errors = "false"; |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Sun Dec 04, 2005 1:11 am |
|
Can you post a link to your site please? |
|
|
|
 |
Fallen_Angel

|
Posted:
Sun Dec 04, 2005 1:26 am |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Sun Dec 04, 2005 4:34 am |
|
An Internal Server Error means an error in either Apache httpd.conf or .htaccess. |
|
|
|
 |
Fallen_Angel

|
Posted:
Sun Dec 04, 2005 10:16 am |
|
|
|
 |
Fallen_Angel

|
Posted:
Sun Dec 04, 2005 10:24 am |
|
ok so now i go the MySQL server Configuration Table - It's missing. error but the the information that i added in the config.php (above) is it correct? if not how to "load" ravennuke.sql.tar.gz correctly load as in upload or..? |
|
|
|
 |
Raven

|
Posted:
Sun Dec 04, 2005 10:29 am |
|
As per the README, you need to create a database according to your Host's instructions. Then you update your config.php file with the settings from the database that you created. Then you ftp all of the contents of the html folder from the distro. Then you run the installSQL file as per the instructions. |
|
|
|
 |
Fallen_Angel

|
Posted:
Sun Dec 04, 2005 10:35 am |
|
i check the config like million of time you can say but i still get the error
what shd i do? |
|
|
|
 |
Raven

|
Posted:
Sun Dec 04, 2005 10:37 am |
|
If it says it's missing, then it's missing. Something is not correct in the
$dbhost, $dbanme, and/or $dbuname, $dbpass settings, or the permissions for the user are not correct. |
|
|
|
 |
Fallen_Angel

|
Posted:
Sun Dec 04, 2005 10:45 am |
|
for $dbhost am i support to use ths shared ip provided by the webhoster...? |
|
|
|
 |
Raven

|
Posted:
Sun Dec 04, 2005 10:46 am |
|
Here again, I cannot answer that. It is HOST specific. Usually it is localhost. But, your host has to tell you that. You can try an IP. It won't hurt anything. |
|
|
|
 |
Fallen_Angel

|
Posted:
Sun Dec 04, 2005 10:51 am |
|
use my ip - not allowed to connect but the missing table error is gone
use shared ip - error gone but wrong password which is surely correct if not my forum wont be working as well |
|
|
|
 |
Raven

|
Posted:
Sun Dec 04, 2005 10:54 am |
|
This is a local issue to your setup, not the distro. Something is wrong between the $dbname, $dbuname, $dbpass . |
|
|
|
 |
Fallen_Angel

|
Posted:
Sun Dec 04, 2005 11:07 am |
|
|
|
 |
|