| Author |
Message |
protegechris
Nuke Soldier


Joined: Jan 06, 2006
Posts: 31
|
Posted:
Fri Feb 03, 2006 1:31 pm |
  |
Whenever you go to a forum that is restricted to registered users, try to post in a registered only forum, etc. insteado f showing the login page like normal phpBB would, you get simply a blank page after your header/left side columns.. how do I make it show the login screen, or is there a mod out to do this? |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12403
|
Posted:
Tue Feb 07, 2006 3:38 pm |
  |
|
     |
 |
protegechris
Nuke Soldier


Joined: Jan 06, 2006
Posts: 31
|
Posted:
Tue Feb 07, 2006 3:59 pm |
  |
http://indiebandradio.com/modules.php?name=Forums&file=posting&mode=reply&t=1800
There's an example.
Here's the only errors showing, I get these on any forums page (and happens with a lot of scripts now in the newer versions of PHP)
| Quote: |
Warning: Cannot modify header information - headers already sent by (output started at /usr/home/UO/public_html/header.php:32) in /usr/home/UO/public_html/includes/sessions.php on line 239
Warning: Cannot modify header information - headers already sent by (output started at /usr/home/UO/public_html/header.php:32) in /usr/home/UO/public_html/includes/sessions.php on line 240
Warning: Cannot modify header information - headers already sent by (output started at /usr/home/UO/public_html/header.php:32) in /usr/home/UO/public_html/modules/Forums/posting.php on line 365 |
Thanks for your help, it's appreciated  |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12403
|
Posted:
Tue Feb 07, 2006 4:31 pm |
  |
|
     |
 |
protegechris
Nuke Soldier


Joined: Jan 06, 2006
Posts: 31
|
Posted:
Tue Feb 07, 2006 6:49 pm |
  |
The NukePatched code is quite a bit different than the code it's mentioning to replace, happen to know if I need to take any special care when replacing it?
BTW, In case you were wondering, all other forum functions are fine (even though they output the error) |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12403
|
Posted:
Wed Feb 08, 2006 6:00 pm |
  |
|
     |
 |
protegechris
Nuke Soldier


Joined: Jan 06, 2006
Posts: 31
|
Posted:
Wed Feb 08, 2006 6:06 pm |
  |
Fixed the output_buffering issue, however the login page still isn't showing (just blank).
I might want to mention my nuke specs:
PHP-Nuke 7.6
NukePatched 3.1 from Chatserv (with included phpbb 2.0.17) |
|
|
   |
 |
Evaders99
Site Admin


Joined: Aug 17, 2003
Posts: 12403
|
Posted:
Wed Feb 08, 2006 6:22 pm |
  |
|
     |
 |
protegechris
Nuke Soldier


Joined: Jan 06, 2006
Posts: 31
|
Posted:
Fri Feb 10, 2006 9:23 am |
  |
It's going to whatever page you're not supposed to be able to access.
For instance, before I made private messages only visible to members, instead of getting a login screen you got the header, left modules, just nothing in the content area.
Same with posting.
For instance, let's say you came to NukeCops to reply to this. When you click New Reply, it takes you here:
http://nukecops.com/modules.php?name=Forums&file=posting&mode=reply&t=51150
If you are logged in, the page shows and you can type in your post as usual. If you first logout, then click new reply.. you are instead sent to:
http://nukecops.com/modules.php?name=Your_Account&redirect=posting&mode=reply&t=49979
My forum is missing that functionality completely. It sends you directly to the posting page, but if you're not logged in, it shows no content. |
|
|
   |
 |
|
|