Author |
Message |
Carryconcealed
Hangin' Around
![](modules/Forums/images/avatars/4007acbd401e698d1fbdc.jpg)
Joined: Jan 31, 2004
Posts: 35
|
Posted:
Mon Aug 09, 2004 10:34 pm |
|
I just downloaded and installed Sentinal 2.0.1 into Nuke 7.2
When I click the icon in the admin to configure Sentinal I get the following:
Fatal error: Call to undefined function: abget_configs() in /home/carryco/public_html/admin/modules/sentinel.php on line 29
Any help? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
GeekyGuy
Client
![](modules/Forums/images/avatars/455145a540d60199e57fd.gif)
Joined: Jun 03, 2004
Posts: 302
Location: Huber Heights Ohio
|
Posted:
Mon Aug 09, 2004 10:40 pm |
|
Be sure to add the include("includes/sentinel.php"); line to your mainfile.php |
_________________ "The Daytona 500 is ours! We won it, we won it, we won it!", Dale Earnhardt, February 15th, 1998, Daytona 500 |
|
![ICQ Number ICQ Number](themes/RavenIce/forums/images/lang_english/icon_icq_add.gif) |
![](themes/RavenIce/forums/images/spacer.gif) |
Carryconcealed
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 09, 2004 11:02 pm |
|
Hmm,
I don't see where I would add that, does it go anywhere? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
GeekyGuy
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 09, 2004 11:05 pm |
|
Right at the topCode:<?php
include("includes/sentinel.php");
|
Right after the <?php |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
Site Admin/Owner
![](modules/Forums/images/avatars/45030c033f18773153cd2.gif)
Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Tue Aug 10, 2004 12:29 am |
|
Carryconcealed wrote: | Hmm,
I don't see where I would add that, does it go anywhere? | This is detailed in the README. if you have not already read the README, you need to, as there are several other script changes that you need to make to have Sentinel work correctly. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Carryconcealed
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 10, 2004 6:07 am |
|
Ahh,
I only followed the instrucions in the User Guide.
OK, I have done all of that and it seems to work ok now. The only problem is #4:
4. Your Account Bug
-------------------
In Your Account's index.php file you will find 4 placements of:
getusrinfo($user);
if (($userinfo[username] != $cookie[1]) AND ($userinfo[user_password] != $cookie[2])) {
You should replace it with:
cookiedecode($user);
getusrinfo($user);
if ((is_user($user)) AND ($userinfo[username] == $cookie[1]) AND ($userinfo[user_password] == $cookie[2])) {
Do I replace each of these 4 placements with this new language? I did, I hope I was right.
Also,
Do i need to change any of the settings in Sentinal now? Or is it good to go as installed? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Raven
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 10, 2004 9:29 am |
|
Yes on the 4 places.
You need to set ALL of Sentinel's settings. Just go down one by one and set them. There some other posts in here about recommended settings. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|