FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Weird message gotten on every new post......
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Weird message gotten on every new post...... [message #29536] Thu, 29 December 2005 20:13 Go to next message
creamywf is currently offline  creamywf   United States
Messages: 54
Registered: April 2002
Karma: 0
Member
Out of nowhere, with no changes having been made to anything....this message starts appearing right after a new post is sent by any member....the post goes through but you end up on this error message page. Any ideas of what caused this and how to fix it????

Thanks!

Notice: Only variable references should be returned by reference in /hsphere/local/home/aag522/wf4bm.net/forum/index.php on line 169

Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/aag522/wf4bm.net/forum/index.php:169) in /hsphere/local/home/aag522/wf4bm.net/forum/theme/default/pos t.php on line 4036
Re: Weird message gotten on every new post...... [message #29545 is a reply to message #29536] Fri, 30 December 2005 14:57 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
You need to upgrade your forum to 2.7.3, it has fixed to allow it to work without warnings on PHP 4.4/5+

FUDforum Core Developer
Re: Weird message gotten on every new post...... [message #29565 is a reply to message #29545] Fri, 30 December 2005 21:12 Go to previous messageGo to next message
creamywf is currently offline  creamywf   United States
Messages: 54
Registered: April 2002
Karma: 0
Member
Thanks so much.

But...

Question....why NOW all of a sudden does this start happening out of the blue after over a year?
Re: Weird message gotten on every new post...... [message #29577 is a reply to message #29565] Sun, 01 January 2006 19:21 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Well, it would only start appearing after a PHP upgrade.

FUDforum Core Developer
Re: Weird message gotten on every new post...... [message #29857 is a reply to message #29536] Fri, 20 January 2006 15:22 Go to previous messageGo to next message
Tangaloor is currently offline  Tangaloor   United States
Messages: 20
Registered: October 2004
Location: Minneapolis, MN
Karma: 0
Junior Member
Ilia,

I got this same error after moving the forum to a new server running PHP 4.4 and upgraded to 2.7.3. Now I've got some SQL error. Have you seen this? I'm running PostgreSQL 7.4.8.

index.php?t=getfile&id=2369&private=0
  • Attachment: image001.jpg
    (Size: 19.05KB, Downloaded 1436 times)
Re: Weird message gotten on every new post...... [message #29858 is a reply to message #29857] Fri, 20 January 2006 16:01 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
I'd need to see the actual error (you can see it via the forum's error log viewer), but I suspect upgrading to 2.7.4RC1 will fix the problem.

FUDforum Core Developer
Re: Weird message gotten on every new post...... [message #29859 is a reply to message #29858] Fri, 20 January 2006 16:07 Go to previous messageGo to next message
Tangaloor is currently offline  Tangaloor   United States
Messages: 20
Registered: October 2004
Location: Minneapolis, MN
Karma: 0
Junior Member
The error log screen isn't actually working correctly, either:

Warning: fread(): Length parameter must be greater than 0. in /var/www/tanga/WilsoNet/adm/admerr.php on line 42
Re: Weird message gotten on every new post...... [message #29860 is a reply to message #29859] Fri, 20 January 2006 16:24 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Have you tried upgrading?

FUDforum Core Developer
Re: Weird message gotten on every new post...... [message #29861 is a reply to message #29536] Fri, 20 January 2006 16:37 Go to previous messageGo to next message
Tangaloor is currently offline  Tangaloor   United States
Messages: 20
Registered: October 2004
Location: Minneapolis, MN
Karma: 0
Junior Member
Well, upgrading fixed the SQL problem, but now the header we had at the top of the forum is missing, which didn't happen during the last upgrade. Did the default theme change?
Re: Weird message gotten on every new post...... [message #29862 is a reply to message #29861] Fri, 20 January 2006 17:25 Go to previous messageGo to next message
Tangaloor is currently offline  Tangaloor   United States
Messages: 20
Registered: October 2004
Location: Minneapolis, MN
Karma: 0
Junior Member
We tried to edit the default theme to add our logo and such back in, but the edit template doesn't launch a template editor any longer. Possibly because there is no language to choose from the dropdown?

[Updated on: Fri, 20 January 2006 17:28]

Report message to a moderator

Re: Weird message gotten on every new post...... [message #29863 is a reply to message #29862] Fri, 20 January 2006 17:39 Go to previous messageGo to next message
Egon is currently offline  Egon   United States
Messages: 27
Registered: October 2004
Location: Cambridge, Minnesota
Karma: 0
Junior Member
Tangaloor wrote on Fri, 20 January 2006 11:25

We tried to edit the default theme to add our logo and such back in, but the edit template doesn't launch a template editor any longer. Possibly because there is no language to choose from the dropdown?



Actually, the Theme Editor works. Trying to launch either the Template editor or the Message editor for any theme doesn't.

On the Edit Template choice screen, there's a Language dropdown below the Theme dropdown with nothing in it. My hunch is that the validation on the form is causing it to loop back to the choice screen if nothing is selected in that Lanuage dropdown.


"Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?"
Re: Weird message gotten on every new post...... [message #29891 is a reply to message #29863] Mon, 23 January 2006 14:38 Go to previous messageGo to next message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
This was a bug that is fixed in CVS, the patch can be found here:
http://cvs.prohost.org/c/index.cgi/FUDforum/chngview?cn=7511


FUDforum Core Developer
Re: Weird message gotten on every new post...... [message #29940 is a reply to message #29891] Tue, 24 January 2006 21:14 Go to previous message
Egon is currently offline  Egon   United States
Messages: 27
Registered: October 2004
Location: Cambridge, Minnesota
Karma: 0
Junior Member
That did the trick. Thanks!

"Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?"
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: How to reset Most Users Online counter.
Next Topic: easy to export database to other forums?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Sep 17 03:40:48 GMT 2024

Total time taken to generate the page: 0.02774 seconds