>>
Site Map
>>
Forums
>>
Installation [nCo Mod]
Forum module - topics in forum:
Installation [nCo Mod] - Installation Questions and Discussion
blank index
I installed nCo ultra followin the instructions in your "first time install" totorial but whe I go th my site the screen is blank what do I do to fix it
check it out
It would seem some of the database tables may be missing. Delete all the tables and reinstall them also double check your conf/settings.php file and make sure you put the correct information for the database into it.....
thanks that was fast I appreciate it I'll try thatand let you know
now I get a MySQL error as far as I can tell everything is right except I'm not sure what the user_prefix is or how to check it
All you have to do is look at any table in the database lets use the authors tables as an example it would be something like this prefix_authors. If you left it default which in all likelihood you did since you don't know what it is then I would take a good educated guess at your prefix being nuke.
However I took a look at your site. That isn't a sql error... it's telling me that you aren't connecting to your database here is a sample of what the settings.php file should look like:
| Code: : |
$dbhost = "localhost";
$dbuname = "nukecode_blah";
$dbpass = "dkfjddsdss908";
$dbname = "nukecode_blah";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 7;
$subscription_url = "";
$admin_file = "admin";
// PHP-Nuke Patched series
$patched = "2.9"; |
Use this as a guide just replace my settings with yours.
as far as I can tell everything does match
maybe I'll just use the auto intalled version on cpanel
Won't learn anything that way... but suit yourself
you're right I'm gonna start from scratch without changing anything I don't actually have to 