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

Home » FUDforum Development » Bug Reports » v2.6.0RC10 - Timeout when trying to edit large post
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
v2.6.0RC10 - Timeout when trying to edit large post [message #15194] Fri, 05 December 2003 12:48 Go to next message
BugLaden is currently offline  BugLaden   United States
Messages: 216
Registered: February 2002
Location: Westminster, MD
Karma: 0
Senior Member
This thread
http://www.ccgworkshop.com/forum/index.php?t=msg&th=1734&start=0

will return this message

Fatal error: Maximum execution time of 30 seconds exceeded in /home/ccgwork/public_html/forum/theme/CCGW2/post.php on line 624

when I or the post's owner clicks the first post's edit button. Other threads do not exhibit this behavior.


-=BugLaden
Re: v2.6.0RC10 - Timeout when trying to edit large post [message #15195 is a reply to message #15194] Fri, 05 December 2003 12:51 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
Tried going to specified URL and recieved "You've followed an invalid link" message.

FUDforum Core Developer
Re: v2.6.0RC10 - Timeout when trying to edit large post [message #15196 is a reply to message #15194] Fri, 05 December 2003 12:56 Go to previous messageGo to next message
BugLaden is currently offline  BugLaden   United States
Messages: 216
Registered: February 2002
Location: Westminster, MD
Karma: 0
Senior Member
Ah, thats in a restricted forum too. Register and I'll give you access. Sorry.

-=BugLaden
Re: v2.6.0RC10 - Timeout when trying to edit large post [message #15197 is a reply to message #15196] Fri, 05 December 2003 12: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
Could you please tell me what server is this (cpu/memory etc...) and how big is the actual post (length in bytes if possible)?



FUDforum Core Developer
Re: v2.6.0RC10 - Timeout when trying to edit large post [message #15199 is a reply to message #15194] Fri, 05 December 2003 13:00 Go to previous messageGo to next message
BugLaden is currently offline  BugLaden   United States
Messages: 216
Registered: February 2002
Location: Westminster, MD
Karma: 0
Senior Member
This is a rack server running RedHat 7.2. Where can I find this info?

-=BugLaden
Re: v2.6.0RC10 - Timeout when trying to edit large post [message #15200 is a reply to message #15199] Fri, 05 December 2003 13:03 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
cat /proc/cpuinfo will return you detailed information about your processor
/proc/meminfo will do the same about memory.


FUDforum Core Developer
Re: v2.6.0RC10 - Timeout when trying to edit large post [message #15202 is a reply to message #15194] Fri, 05 December 2003 13:07 Go to previous messageGo to next message
BugLaden is currently offline  BugLaden   United States
Messages: 216
Registered: February 2002
Location: Westminster, MD
Karma: 0
Senior Member
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 7
model name      : AMD Duron(tm) processor
stepping        : 0
cpu MHz         : 1000.043
cache size      : 64 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow
bogomips        : 1992.29




        total:    used:    free:  shared: buffers:  cached:
Mem:  261263360 246865920 14397440    61440  9404416 155295744
Swap: 1077501952 311861248 765640704
MemTotal:       255140 kB
MemFree:         14060 kB
MemShared:          60 kB
Buffers:          9184 kB
Cached:          38536 kB
SwapCached:     113120 kB
Active:          81744 kB
Inact_dirty:     77156 kB
Inact_clean:      2000 kB
Inact_target:    65536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       255140 kB
LowFree:         14060 kB
SwapTotal:     1052248 kB
SwapFree:       747696 kB


-=BugLaden
Re: v2.6.0RC10 - Timeout when trying to edit large post [message #15203 is a reply to message #15202] Fri, 05 December 2003 13:10 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've registered on your forum (ilia) please give me the access needed to view the message in question.

Judjing by your hardware I can't imagine that there would be such a problem UNLESS the system was already under a heavy load at the time when the error had occured.


FUDforum Core Developer
Re: v2.6.0RC10 - Timeout when trying to edit large post [message #15206 is a reply to message #15194] Fri, 05 December 2003 13:30 Go to previous messageGo to next message
BugLaden is currently offline  BugLaden   United States
Messages: 216
Registered: February 2002
Location: Westminster, MD
Karma: 0
Senior Member
Ok, I've added to to the forum

Here is the post:
http://www.ccgworkshop.com/forum/index.php?t=msg&th=2591&start=0

Thanks greatly for taking a look at it.


-=BugLaden
Re: v2.6.0RC10 - Timeout when trying to edit large post [message #15211 is a reply to message #15206] Fri, 05 December 2003 14:18 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
Replace your post_proc.inc.t with the one attached and rebuild the theme, the problem will go away.

FUDforum Core Developer

[Updated on: Fri, 05 December 2003 14:27]

Report message to a moderator

Re: v2.6.0RC10 - Timeout when trying to edit large post [message #15215 is a reply to message #15194] Fri, 05 December 2003 15:28 Go to previous message
BugLaden is currently offline  BugLaden   United States
Messages: 216
Registered: February 2002
Location: Westminster, MD
Karma: 0
Senior Member
That fixed it! Many thanks!

-=BugLaden
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Problem with enabling RDF in RC7
Next Topic: usage of url tag fails with relative links
Goto Forum:
  

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

Current Time: Sun Sep 29 02:19:37 GMT 2024

Total time taken to generate the page: 0.12708 seconds