Page 1 of 1

To Some Website Guru...

Posted: Tue Jan 25, 2005 3:03 am
by Klytos
Here, this happened, thought you might want to know.

Image

Posted: Tue Jan 25, 2005 3:06 am
by Swift
Yeah, I get that too. What's wrong with the forums?

Posted: Tue Jan 25, 2005 4:06 am
by navynuke04
I see it as well. I'm not sure what is happening, but I've submitted a trouble ticket to the domain server. I believe they were going to upgrade php today, so it might have something to do with that. I checked at the phpBB site, and found that if you upgrade php, you'll have to do some modifications to the board as well. Hopefully this is what is going on. I'm awaiting reply from the domain server before I do anything.

Posted: Tue Jan 25, 2005 4:43 am
by Klytos
Cool.

Posted: Tue Jan 25, 2005 6:06 am
by Boogeyman
We're still better off than QuestStudios which no longer seems to have a forum!

Posted: Tue Jan 25, 2005 1:49 pm
by Gronagor
Like many people have said to me before: www.Google.com is your friend.
The problem is that you need to set the PHP\sessiondata directory to read/write.
In other words... one of the folders is probably not attributed correctly.

Posted: Tue Jan 25, 2005 2:01 pm
by Radiant
Last time I had a similar error, it was because of a single space (or blankline) between two ?> and <? tags. Certain things in PHP have to be done before the page's text begins, and whitespace starts at text. It can be as insidious as a superfluous line break at the end of a file.

Posted: Tue Jan 25, 2005 2:23 pm
by Pidgeot
It's annoying, yes, but there are ways around that even if you can't find where it happens. PHP has functions for output buffering, which prevent the "header information already sent" errors.

Actually, it's worse if you use the shortcut to the newest post - the page will then ONLY show

Code: Select all

Warning: Unknown(/home/agdiforu/public_html/forum/viewtopic.php): failed to open stream: Permission denied in Unknown on line 0

Warning: Cannot modify header information - headers already sent in /home/agdiforu/public_html/forum/includes/functions.php on line 787
and nothing else.

I'm pretty sure Gronagor is right, though, based on the first error - there is no line 0 in a document, so it must be referring to something that happens automatically - namely a session file.

Posted: Tue Jan 25, 2005 3:48 pm
by Jafar
It looks like it's fixed now. W00T! :)

Posted: Tue Jan 25, 2005 4:35 pm
by MusicallyInspired
Boogeyman wrote:We're still better off than QuestStudios which no longer seems to have a forum!
What exactly are you talking about. QuestStudios' forum is working fine.

Posted: Tue Jan 25, 2005 8:34 pm
by Charlemagne
Jafar wrote:It looks like it's fixed now. W00T! :)
The PHP errors may be fixed, but now all our custom titles have vanished.

Posted: Wed Jan 26, 2005 2:07 am
by navynuke04
The domain host "repatched the board" for me while I was at work. I'm sure he probably copied over a file that contained the custom title mod I installed. I'll see about getting that fixed.

Posted: Tue Apr 05, 2005 4:09 am
by New England Patriots
Thats Odd, all I see Is one of those picture errors, you know the ones with the red X's and when I refresh, I still dont see it...Hmmmm 8o

Posted: Tue Apr 05, 2005 7:23 am
by Erpy
I doubt it's relevant anyway. Look at the date of the post...it's from januari.

Image

Posted: Fri Apr 22, 2005 3:46 am
by anathoth8
This isn't exactly the same topic, but I think it can apply here.

I've gotten in the habit of previewing my posts when I use tags to make sure that everything turned out the way I want it before I post it. But why is it that the option to include my signature doesn't appear on the preview screen, i.e. when I push the preview button after typing my post, my signature is shown in the preview. However, there isn't a check box to attach the signature in that screen, so when I actually post, my signature doesn't show up.

Posted: Sun Apr 24, 2005 3:21 pm
by Angelus3K
I noticed that too, its annoying as you have to edit your post to add your sig!