| Author |
Message |
ravenhawk New Member


Joined: May 29, 2004 Posts: 5
|
Posted:
Sat May 29, 2004 4:55 pm |
|
hello i installed sentinel and i did everything the readme says and itisnt working plus i also noticed that the lang files didnt work i had to add them to the admin lang and lang/lang english file to.. can someone please help me |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sat May 29, 2004 5:03 pm |
|
This usually indicates that you haven't added the include("includes/sentinel.php"); line to mainfile.php. |
|
|
|
 |
ravenhawk New Member


Joined: May 29, 2004 Posts: 5
|
Posted:
Sat May 29, 2004 5:05 pm |
|
its added right under the <?php |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sat May 29, 2004 5:09 pm |
|
Then you may have missed some of the files because if you ftp the contents of the unzipped html directory and the install file to your root nuke directory and add that line, it works right out of the box. Assuming that you ran the install file and installed the tables. |
|
|
|
 |
ravenhawk New Member


Joined: May 29, 2004 Posts: 5
|
Posted:
Sat May 29, 2004 5:24 pm |
|
yup i ran the install and everything i use wsftp 8 |
|
|
 |
 |
ravenhawk New Member


Joined: May 29, 2004 Posts: 5
|
Posted:
Sat May 29, 2004 5:41 pm |
|
oh umm should i say im cpg nuke .. |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sat May 29, 2004 6:06 pm |
|
That matters. I don't think cpg uses the same db layer. |
|
|
|
 |
ravenhawk New Member


Joined: May 29, 2004 Posts: 5
|
Posted:
Sat May 29, 2004 6:13 pm |
|
its all the same they just use different calls
global $dbi;
$result = sql_query('SELECT * FROM '.$prefix.'_users', $dbi); instead they use
global $db;
$result = $db->sql_query('SELECT * FROM '.$prefix.'_users');
sql_fetch_row was changed to $db->sql_fetchrow |
|
|
 |
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Sat May 29, 2004 8:31 pm |
|
|
|
 |
|
|
|
|