| Author |
Message |
deeporl New Member


Joined: Sep 26, 2005 Posts: 18
|
Posted:
Mon Sep 26, 2005 8:40 am |
|
Ok so I patched phpNUKE 7.5 to patched 3.1. I got all the small things fixed. The blocks now show up on the right hand side. ECT ECT ECT. The one thing I can not get done is the forums. They work but I cannot get to the admin page. If I click the link it shows a blank white page. Any suggestions? I've tried overwritting all the files for the forum module. It still doesn't do it right. the website is |
|
|
|
 |
chatserv The Mouse Is Extension Of Arm

Joined: May 02, 2003 Posts: 1393
|
Posted:
Mon Sep 26, 2005 10:42 am |
|
The first thing to try, open the forum's config.php file and change its contents to:
| Code: | <?php
define('PHPBB_INSTALLED', true);
?> |
|
|
|
|
 |
deeporl New Member


Joined: Sep 26, 2005 Posts: 18
|
Posted:
Mon Sep 26, 2005 12:58 pm |
|
Ok did it still have the problem though. I'm sure this could become a quickly complex thing so chatserv if you'd like I can grant you admin abilities and what not so you can see how things are and what not. Let me know. Oh I won't be around until late tonight or early tomorrow just let me know what you think or continue with suggestions. |
|
|
|
 |
dc_ross_dark New Member


Joined: Sep 28, 2005 Posts: 2
|
Posted:
Wed Sep 28, 2005 9:41 am |
|
i have the exact same problem. Did you find a solution? |
|
|
|
 |
mrstevens New Member


Joined: Oct 01, 2005 Posts: 3
|
Posted:
Sat Oct 01, 2005 12:15 pm |
|
I just joined this site so I could post that EXACT same question.
Fresh install
phpnuke 7.5
chatserv patch 3.1
nsn your account 750_330
I placed a line of text at the bottom of the modules/forums/admin/index.php and it did return a parse error. At least I know that file is running. |
|
|
|
 |
mrstevens New Member


Joined: Oct 01, 2005 Posts: 3
|
Posted:
Sun Oct 02, 2005 6:07 pm |
|
I wiped everything clean and doanloaded Nuke 7.5 Final from your site. Installed with clean database and everything works. As soon as I install NSN_Your_Account_750_330 none of the admins buttons work after that. It says illeagal file or something. I just simple want the features from the NSN You Account is to limit the themes and mail hack it. It's also nice to search by it.
Any recommendations as to what else provides these features? |
|
|
|
 |
dc_ross_dark New Member


Joined: Sep 28, 2005 Posts: 2
|
Posted:
Wed Oct 05, 2005 1:13 pm |
|
this is a pagestart.php problem. In modules/Forums/admin/pagestart.php find:
Code:
if (!defined('IN_PHPBB'))
{
die("Hacking attempt");
}
define('IN_ADMIN', true);
and after add:
Code:
define('FORUM_ADMIN', true);
I think that the bbtonuke2.0.12 upgrade assumes that chatservs 2.9 patches are installed and the patches include the line I told you to add. |
|
|
|
 |
jt99 New Member


Joined: Oct 15, 2005 Posts: 1
|
Posted:
Sat Oct 15, 2005 3:36 pm |
|
Same problem here, nuke 7.5 fresh install, patched to 3.1 with no other modifications whatsoever. Forum worked fine, patched, now I'm unable to get to forum admin panel.. blank page.
I've seen quite a few fixes with the information above, and this version appears to already have those in it.. ie defining FORUM_ADMIN fixes. |
|
|
|
 |
Senator New Member


Joined: Jan 01, 2006 Posts: 1
|
Posted:
Mon Jan 02, 2006 4:54 pm |
|
| dc_ross_dark wrote: | this is a pagestart.php problem. In modules/Forums/admin/pagestart.php find:
Code:
if (!defined('IN_PHPBB'))
{
die("Hacking attempt");
}
define('IN_ADMIN', true);
and after add:
Code:
define('FORUM_ADMIN', true);
I think that the bbtonuke2.0.12 upgrade assumes that chatservs 2.9 patches are installed and the patches include the line I told you to add. |
This worked for me, thank you very much! |
|
|
|
 |
|
|
|
|