| Author |
Message |
deca New Member


Joined: Mar 16, 2004 Posts: 23
|
Posted:
Wed Jul 28, 2004 4:41 am |
|
Fatal error: Call to undefined function: abget_configs() in /home/bnet/public_html/nuke/admin/modules/sentinel.php on line 28
sorry if this was posted twice, but ur Search module isnt activated.
this is a fresh install of Sentinel 2.0. I added the SQL tables, uploaded the files, added the includes to the mainfile.php also ran the nsnst.php file, it said it was Successful, but once i pressed the Icon in the Admin menu, i go that error.
~thx |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed Jul 28, 2004 5:04 am |
|
That almost always means there is an error in your mainfile includes statement, possibly a typo. Make sure it is placed right after the opening <? tag (next line) and that you typed it correctly. |
|
|
|
 |
deca New Member


Joined: Mar 16, 2004 Posts: 23
|
Posted:
Wed Jul 28, 2004 3:50 pm |
|
<?php
("includes/sentinel.php");
is what i have, n it still doesnt work. |
|
|
|
 |
deca New Member


Joined: Mar 16, 2004 Posts: 23
|
Posted:
Wed Jul 28, 2004 4:33 pm |
|
i tried to reinstall it, and got this when running nsnt.php
- Create nuke_nsnst_admins failed
- Import into nuke_nsnst_admins succeeded
- Import into nuke_nsnst_admins succeeded
- Create nuke_nsnst_blockers failed
- Add field nuke_nsnst_blockers failed
- Add field nuke_nsnst_blockers failed
- Add field nuke_nsnst_blockers failed
- Add field nuke_nsnst_blockers failed
- Add field nuke_nsnst_blockers failed
- Add field nuke_nsnst_blockers failed
- Add field nuke_nsnst_blockers failed
- Add field nuke_nsnst_blockers failed
- Add field nuke_nsnst_blockers failed
- Add field nuke_nsnst_blockers failed
- Create nuke_nsnst_ips failed
- Create nuke_nsnst_config failed
- Add field nuke_nsnst_config failed
- Add field nuke_nsnst_config failed
- Add field nuke_nsnst_config failed
- Add field nuke_nsnst_config succeded
- Add field nuke_nsnst_config failed
- Add field nuke_nsnst_config failed
- Add field nuke_nsnst_config failed
- Add field nuke_nsnst_config failed
- Add field nuke_nsnst_config failed
- Add field nuke_nsnst_config failed
- Add field nuke_nsnst_config failed
- Add field nuke_nsnst_config failed
- Adjust Order nuke_nsnst_config succeded |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed Jul 28, 2004 4:37 pm |
|
You can't rerun the install script. The includes statement should read
include ("includes/sentinel.php"); |
|
|
|
 |
deca New Member


Joined: Mar 16, 2004 Posts: 23
|
Posted:
Wed Jul 28, 2004 4:56 pm |
|
|
|
 |
|
|
|
|