PhpBB post, login page , and logout page erroring out

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
NewfieBilko
Forum Contributor
Posts: 189
Joined: Sun Jun 06, 2004 6:45 pm
Location: Newfoundland
Contact:

PhpBB post, login page , and logout page erroring out

Post by NewfieBilko »

Hello. I have a website(phpbb message forum) that I was just about to go live with and now there seems to be a problem with phpbb. I also have been talking to my friend from HipHopHits.net and he says that he currently has the same on his phpbb as well. The problem is with the POST (topic post) page not loading, and as well a page not loading (page not found) error going on with LOGIN and LOGOUT page. Go ahead, try to make an account,it will bring u to a PAGE NOT FOUND aafter hanging on load, then if you hit BACK BACK (go to forum index) and refresh -the page actually DOES record the input from login and your logged in. but of course people arn't smart enough to do this so im getting no one able to post or login.

Please help

http://www.nlchatandmeet.com
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

make sure you have the newest versions of phpbb installed, and check through the code for any intrusions that may have happened to alter the code used on the page such that it would become unresponsive...
pilau
Forum Regular
Posts: 594
Joined: Sat Jul 09, 2005 10:22 am
Location: Israel

Post by pilau »

It might happen that some altering in your code makes those pages get into an infinite loop. When typing this i had another idea - it might be something with a template used in the three pages.
Post Reply