Sssin
11-25-2005, 09:14 AM
Hello, today I've installed the NDKP.
Following step by step what is listed in the instruction page, like you can see the ndpk site were installed:
http://www.samasgildae.it/sg/ndkp/
but tables doesnt exist and I havent get any errors during the installation path.
This means that I can't add player, login in the admin pannel and so on... :(
I don't know what to think, because I did something similar many times with different php/db installation tools.
I think there is something wrong in the way you are going to create tables on a DB, in my previous experience over installing vBulletin forum, Subdreamer site and eqdkp site in my www.samasgildae.it guild portal, the first ting common to any of those different web based application is a "table prefix" that you don't let to apply while installing your NDKP site.
In my opion it's a needed option, In my mySQL, tables prefix are fundamental to keep each argument (site/forum/eqdkp) separated.
Anyway, back to the point here are my site siteSettings.php after the installation:
<?php
//set Site Vars
$url = 'http://www.samasgildae.it/sg/ndkp/';
$dir = '/sg/ndkp';
$path = '/storage/vhosts/www.boeme.com/www/sg/ndkp/';
$template = 'default';
//set Database Vars
$dbServer = 'websql.**whatever**.it';
$dbUser = '*********';
$dbPassword = '*********';
$dBase = '**whatever**';
//set Other Vars
$siteName = 'NDKP v. 2.04b by Nurfed';
$attendanceInterval = '42';
NOTE1: yes, this file is chmod 0777
NOTE2: domains samasgildae.it and boeme.com have the same server domain (it's because I've changed housing , and the new one set it over another domain, anyway it's not there the problem of my db unistalled tables, mainly because db is hosted not on the same server but on a different dedicated one)
Following step by step what is listed in the instruction page, like you can see the ndpk site were installed:
http://www.samasgildae.it/sg/ndkp/
but tables doesnt exist and I havent get any errors during the installation path.
This means that I can't add player, login in the admin pannel and so on... :(
I don't know what to think, because I did something similar many times with different php/db installation tools.
I think there is something wrong in the way you are going to create tables on a DB, in my previous experience over installing vBulletin forum, Subdreamer site and eqdkp site in my www.samasgildae.it guild portal, the first ting common to any of those different web based application is a "table prefix" that you don't let to apply while installing your NDKP site.
In my opion it's a needed option, In my mySQL, tables prefix are fundamental to keep each argument (site/forum/eqdkp) separated.
Anyway, back to the point here are my site siteSettings.php after the installation:
<?php
//set Site Vars
$url = 'http://www.samasgildae.it/sg/ndkp/';
$dir = '/sg/ndkp';
$path = '/storage/vhosts/www.boeme.com/www/sg/ndkp/';
$template = 'default';
//set Database Vars
$dbServer = 'websql.**whatever**.it';
$dbUser = '*********';
$dbPassword = '*********';
$dBase = '**whatever**';
//set Other Vars
$siteName = 'NDKP v. 2.04b by Nurfed';
$attendanceInterval = '42';
NOTE1: yes, this file is chmod 0777
NOTE2: domains samasgildae.it and boeme.com have the same server domain (it's because I've changed housing , and the new one set it over another domain, anyway it's not there the problem of my db unistalled tables, mainly because db is hosted not on the same server but on a different dedicated one)