Author |
Message |
psychicc
New Member


Joined: Mar 24, 2005
Posts: 20
|
Posted:
Thu Jun 30, 2005 11:44 am |
|
I just installed a patch and a new version of sentenel, and now every page is blank. Can you help me?
www.psychdesigns.net |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Thu Jun 30, 2005 1:30 pm |
|
Did you test your site after the patch and before installing NukeSentinel? Did it work and then stop working after your attempt at NukeSentinel? What version of nuke? What pacth level? |
|
|
|
 |
psychicc

|
Posted:
Thu Jun 30, 2005 1:35 pm |
|
I dont think I did. The version of nuke I have is 7.5, and I was installing the 3.0 patch with the bbforum update. |
|
|
|
 |
Raven

|
Posted:
Thu Jun 30, 2005 1:56 pm |
|
Comment out the NukeSentinel code in mainfile.php and see if your site is still blank. |
|
|
|
 |
psychicc

|
Posted:
Thu Jun 30, 2005 2:09 pm |
|
now I just get this:
[quote=www.psychdesigns.net/index.php]
Fatal error: Call to a member function on a non-object in /home/psych/public_html/index.php on line 24
[/quote] |
|
|
|
 |
psychicc

|
Posted:
Thu Jun 30, 2005 4:50 pm |
|
oh, when I go to admin.phpl, it says "Access denied"... mabie that's a clue? |
|
|
|
 |
psychicc

|
Posted:
Wed Jul 06, 2005 10:07 am |
|
could you please help me, this problem has been here for five days |
|
|
|
 |
psychicc

|
Posted:
Wed Jul 06, 2005 11:43 am |
|
when I comment out this:
Quote: |
if (defined('FORUM_ADMIN')) {
@include_once("../../../includes/nukesentinel.php");
} elseif (defined('INSIDE_MOD')) {
@include_once("../../includes/nukesentinel.php");
} else {
@include_once("includes/nukesentinel.php");
}
|
then Everything is fixed, but what is that for? |
|
|
|
 |
Raven

|
Posted:
Wed Jul 06, 2005 1:12 pm |
|
That's what I told you to do back on 6/30/2005Raven wrote: | Comment out the NukeSentinel code in mainfile.php and see if your site is still blank. |
If you would have done that a week ago then you would have been up and running by now. That indicates that you haven't completed the 3.0 upgrade and/or the NukeSentinel install. Make sure that if you had an older version of NukeSentinel that you upgraded, that you remove ALL vestiges of the other version. Go back over your 3.0b instructions and then your NukeSentinel installation instructions. |
|
|
|
 |
dean
Worker


Joined: Apr 14, 2004
Posts: 193
|
Posted:
Wed Jul 06, 2005 1:33 pm |
|
I'm still working on my 3.0 patch upgrade and have the same problem. Apparently there is a bug fix to your problem on the nuke resources site that I just tried this morning. It involved adding a ) in one line to make it work again. I'm at work or I'd tell you exactly the file and line but have to get back to work. |
|
|
|
 |
chatserv
Member Emeritus

Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico
|
Posted:
Wed Jul 06, 2005 2:08 pm |
|
I can help with this but i need more detailed information. |
|
|
|
 |
psychicc

|
Posted:
Wed Jul 06, 2005 3:43 pm |
|
here is my nukesentenel.php in the includes folder.
[Admin removed. Not needed - that's not the problem] |
|
|
|
 |
psychicc

|
Posted:
Wed Jul 06, 2005 4:15 pm |
|
sorry if I was spamming, just thought it was needed. |
|
|
|
 |
psychicc

|
Posted:
Wed Jul 06, 2005 4:28 pm |
|
Raven wrote: | That's what I told you to do back on 6/30/2005Raven wrote: | Comment out the NukeSentinel code in mainfile.php and see if your site is still blank. |
If you would have done that a week ago then you would have been up and running by now. That indicates that you haven't completed the 3.0 upgrade and/or the NukeSentinel install. Make sure that if you had an older version of NukeSentinel that you upgraded, that you remove ALL vestiges of the other version. Go back over your 3.0b instructions and then your NukeSentinel installation instructions. |
sorry, I misread that as "comment out the include mainfile code" |
|
|
|
 |
psychicc

|
Posted:
Thu Jul 07, 2005 9:18 am |
|
I re-installed the patch, and sentenel, and still blank pages.
Do you think I should upgrade to 7.6, and just install the new sentenel? |
|
|
|
 |
psychicc

|
Posted:
Thu Jul 07, 2005 1:38 pm |
|
I upgraded to 7.6, and it's fixed now. I uncommented the sentenel code, and it's fixed and updated. PErfect shape, thanks for the help. |
|
|
|
 |
Raven

|
Posted:
Thu Jul 07, 2005 4:51 pm |
|
As I suspected it would Glad you're up and running! |
|
|
|
 |
sonicman
Regular


Joined: Apr 17, 2005
Posts: 64
|
Posted:
Thu Jul 21, 2005 10:02 pm |
|
My site did not go blank but I have one module that refuses to work, just wondering if I was to upgrade to nuke 7.6 would this solve my issue |
|
|
|
 |
Chip
New Member


Joined: Jan 02, 2005
Posts: 9
|
Posted:
Sun Jul 24, 2005 6:58 pm |
|
My site is now at 7.6. It was running perfectly until I decided to update my NukeSentinel. My entire site went blank too.
I deduced it down to inserting this in mainfile.phpCode:
if (defined('FORUM_ADMIN')) {
@require_once("../../../config.php");
@require_once("../../../db/db.php");
@require_once("../../../includes/custom_files/custom_mainfile.php");
@require_once("../../../includes/ipban.php");
@include_once("../../../includes/nukesentinel.php");
} elseif (defined('INSIDE_MOD')) {
@require_once("../../config.php");
@require_once("../../db/db.php");
@require_once("../../includes/custom_files/custom_mainfile.php");
@require_once("../../includes/ipban.php");
@include_once("../../includes/nukesentinel.php");
} else {
@require_once("config.php");
@require_once("db/db.php");
@require_once("includes/custom_files/custom_mainfile.php");
@require_once("includes/ipban.php");
@include_once("includes/nukesentinel.php");
}
|
Maybe a clue is the "Find" didn't match what I had. I have ChatServ's 7.6 patched 3.0b. That mainfile hasCode:if (defined('FORUM_ADMIN')) {
@require_once("../../../config.php");
@require_once("../../../db/db.php");
} elseif (defined('INSIDE_MOD')) {
@require_once("../../config.php");
@require_once("../../db/db.php");
} else {
@require_once("config.php");
@require_once("db/db.php");
}
| but the mailfile.txt file says to look for Code:if (defined('FORUM_ADMIN')) {
@require_once("../../../config.php");
@require_once("../../../db/db.php");
@require_once("../../../includes/custom_files/custom_mainfile.php");
@require_once("../../../includes/ipban.php");
} elseif (defined('INSIDE_MOD')) {
@require_once("../../config.php");
@require_once("../../db/db.php");
@require_once("../../includes/custom_files/custom_mainfile.php");
@require_once("../../includes/ipban.php");
} else {
@require_once("config.php");
@require_once("db/db.php");
@require_once("includes/custom_files/custom_mainfile.php");
@require_once("includes/ipban.php");
}
|
UPDATE I found the problem. My site doesn't have a custom_mainfile.php I added a blank one and it works fine.
UPDATE Ok, on to a new thread. My Nuke Sentinel doesn't load right now. It says I haven't inserted the mainfile code. |
|
|
 |
 |
chatserv

|
Posted:
Sun Jul 24, 2005 8:03 pm |
|
Send me your mainfile.php chip
chatserv at nukefixes dot com |
|
|
|
 |
Raven

|
Posted:
Sun Jul 24, 2005 9:13 pm |
|
Comment out all references to custom_mainfile.php. |
|
|
|
 |
Chip

|
Posted:
Mon Jul 25, 2005 6:16 am |
|
Raven we're on the same wavelength. I commented out the custom_mainfile.php.
I'm not sure when the custom_mainfile.php is made, but it doesn't look one is created on a new install.
ChatServ, the mainfile is yours from the 7.6 patched 3.0b with NukeSentinel additions. I'll send it anyway in case you want a looksee.
BTW, all is well with 7.6 patched 3.0b and NukeSentinel 2.3.2 |
|
|
|
 |
chatserv

|
Posted:
Mon Jul 25, 2005 1:26 pm |
|
Sent it back to you with corrected custom_mainfile code and a few extra fixes from NP 3.1, let me know how it goes. |
|
|
|
 |
Chip

|
Posted:
Mon Jul 25, 2005 3:22 pm |
|
All looking good so far. No blank pages. No issues getting into Admin. No issues getting into NukeSentinel.
Thanks. |
|
|
|
 |
kanjizai
New Member


Joined: Sep 04, 2005
Posts: 1
Location: Los Angeles
|
Posted:
Sun Sep 04, 2005 12:29 am |
|
I have a similar problem, I applied fixes mentioned here which fixed the error I was getting in the header yet when I go to admin panel some left blocks arent working, there is no admin content (buttons/text/links etc) and all right side blocks arent showing at all.
Any help would be appreciated.
[ nuke7.6/Patched 3.1/NukeSentinel_240a_71-78 ]
( http://livecomputers.com/ ) |
|
|
 |
 |
|