Author |
Message |
The_cobra666
Hangin' Around

Joined: Oct 23, 2004
Posts: 38
Location: Belgium
|
Posted:
Fri Mar 25, 2005 3:22 am |
|
Hi all,
I've got an anyoing problem! When I try to go to the admin of the forum, I get a blank page. The link is fine. But it doens't show's a page. I've already deleted the complete forum, and reuploaded it, with no result! The only thing I was getting when I tryd to go to the forum was : You can't access this directly..., only thing that was left for me was to put the backup back.
I run Phpnuke 7.6 with Chatserv 2.9 and bb2nuke 2.0.13.
greetz |
|
|
|
 |
kguske
Site Admin

Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Sat Mar 26, 2005 7:01 am |
|
It sounds like a parsing error. A few questions:
Did you make any changes other than config.php?
Where did you download PhpNuke?
Did you check the error log?
If you identify the file in question, you can try to access the file directly to display the approximate line of the parsing error. If this isn't clear, please post the URL (without your domain) where the page is blank. |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
 |
takaharu
Client

Joined: Sep 25, 2003
Posts: 58
|
Posted:
Sat Mar 26, 2005 7:58 am |
|
|
|
 |
The_cobra666

|
Posted:
Sat Mar 26, 2005 9:54 am |
|
modules/Forums/admin/index.php
That's the path. I didn't make anychanges to phpnuke, I do run Nukesentinal 2.2.0
I downloaded phpnuke from verzijlbergh.com, but I use that version on all of my site's, always worked like a charm.
greetz |
|
|
|
 |
kguske

|
Posted:
Sat Mar 26, 2005 10:32 am |
|
There must be something else in the URL unless you're saying you can't see any admin page. |
|
|
|
 |
The_cobra666

|
Posted:
Sat Mar 26, 2005 1:20 pm |
|
No that's what it give's, and I can go into any admin page, execpt the admin of the forum
I can make an account for you if you want to see for your self. |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Sat Mar 26, 2005 2:06 pm |
|
The_cobra666 wrote: | modules/Forums/admin/index.php
That's the path. I didn't make anychanges to phpnuke, I do run Nukesentinal 2.2.0
I downloaded phpnuke from verzijlbergh.com, but I use that version on all of my site's, always worked like a charm.
greetz | Comment out all the NukeSentinel code in mainfile.php to make sure that NS is not playing into this. Then, check your server error log to see if there is anything being recorded. Did you apply Chat's v2.9 patches yourself? Did you just overwrite the nuke files or did you make the changes by hand? |
|
|
|
 |
The_cobra666

|
Posted:
Sat Mar 26, 2005 3:01 pm |
|
Just overwrite the file's. Going to see what nukesentinal give's. I only got error logs from apache.
greetz |
|
|
|
 |
The_cobra666

|
Posted:
Sat Mar 26, 2005 3:04 pm |
|
OWMYGOD THANK YOU!!!!! I comment out the code in the mainfile.php, and it shows up again , tis is what I got in the mainfile.php =
if (defined('FORUM_ADMIN')) {
@include_once("../../../includes/nukesentinel.php");
} elseif (defined('INSIDE_MOD')) {
@include_once("../../includes/nukesentinel.php");
} else {
@include_once("includes/nukesentinel.php");
} |
|
|
|
 |
Raven

|
Posted:
Sat Mar 26, 2005 3:26 pm |
|
|
|
 |
Nukeum66
Life Cycles Becoming CPU Cycles

Joined: Jul 30, 2003
Posts: 551
Location: Neurotic, State, USA
|
Posted:
Sat Mar 26, 2005 6:42 pm |
|
|
|
 |
|