PDA

View Full Version : NDKP tables not created



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&#58;//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)

Asia
11-25-2005, 10:42 PM
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&#58;//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)

NDKP is still in beta, and I am working on prefixed tables. however, your installation issue is a different issue.

Have you checked your Database if the tables exist? Perhaps a table called raidAttendance or attendance, if not then the installation failed and you will need to reinstall. :)

Sssin
11-28-2005, 06:05 AM
Yes I've checked the tables does not exist.
I did the installation 2 times. Anyway I will wait a stable version of the NDKP to switch from EQDKP to your system.

Keep up the good work!

a67rhf7823jn8747==