phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bugs #3722] $content too big would cause etemplt


From: Dave Hall
Subject: [Phpgroupware-tracker] [bugs #3722] $content too big would cause etemplte crash...
Date: Sun, 06 Jun 2004 19:54:00 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040602 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: phpGroupWare.

/**************************************************************************/
[bugs #3722] Latest Modifications:

Changes by: 
                Dave Hall <address@hidden>
'Date: 
                Sun 06/06/2004 at 23:52 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | Caeies







/**************************************************************************/
[bugs #3722] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=3722>
Project: phpGroupWare
Submitted by: tbsky lee
On: Wed 05/21/2003 at 18:31

Category:  eTemplates
Item Group:  0.9.14.003 release
Severity:  5 - Average
Priority:  5 - Normal
Resolution:  None
Assigned to:  Caeies
Status:  Open
Component Version:  TGZ
Platform Version:  GNU/Linux - Mandrake
Reproducibility:  Every Time


Summary:  $content too big would cause etemplte crash...

Original Submission:  hi:
  i m testing the size of $content.
  make some tbox widget and give them some value,
  ex: tbox1=msg1,tbox2=msg2, tbox3=msg3
  make a submit button and do below as call-back function
  $test[] = $content;
  $test[] = $test;
  print_r($test);

  send $content to exec and put $test to the preserv array.

  after a few submit click, $content become bigger & bigger,
  finally phpgw crash and give a blank screen.
  in my test when $content become abuot 10k, phpgw crash.
  (use db session)
  if i use php4 session, $content can bigger(strange?),
  but  finally give a blank screen.
  with php4 session i can understand, but why db session
  also give me that? i m using mandrake 9.1, which comes
  with php 4.3.1, apache 2 & mysql 4.0 

Best Regards,
tbsky


Follow-up Comments
------------------


-------------------------------------------------------
Date: Thu 07/17/2003 at 12:46       By: tbsky
hi knackw:
 i can have bigger templates now after using ur uggestion :)
i create a template with 3 columns & 45 lines, which could not be created 
before(etemplate will gave me blank screen).
 hope php4 session can be used one day. and thanks a lot for ur suggestion !!!

-------------------------------------------------------
Date: Thu 07/17/2003 at 12:45       By: tbsky
hi knackw:
 i can have bigger templates now after using ur uggestion :)
i create a template with 3 columns & 45 lines, which could not be created 
before(etemplate will gave me blank screen).
 hope php4 session can be used one day. and thanks a lot for ur suggestion !!!

-------------------------------------------------------
Date: Tue 07/15/2003 at 10:15       By: knackw
The problem is, that the field "content" is too small in the table 
"phpge_app_session" for big contents.  Change the type of the field from "TEXT" 
to "MEDIUMTEXT" or "LONGTEXT" than db session runs. 

-------------------------------------------------------
Date: Mon 07/07/2003 at 11:51       By: tbsky
hi:
  i m sorry it's still the case for me. when
$content become bigger & bigger, both db & php4 session crash(blank screen). 
and with php4 session, sometimes screen become blank even $content is not so 
big (about 5k in my case).with db session, screen never goes blank with a 
normal size $content.
i m usging 0.9.14.508. just do cvs update 2003-7-6.

-------------------------------------------------------
Date: Sun 07/06/2003 at 14:51       By: ralfbecker
Please test if this is still the case. I had that problem with php4 sessions 
and fixed it some weeks ago in .16. Hope you're developing with .16, as I 
started breaking compatibility with .14 as .16 will be availible soon.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=3722>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]