bugphpGroupWare - Bugs: bug #8254, Problem when editing a page of...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #8254: Problem when editing a page of more than ~65535 characters.

Submitter:  None
Submitted:  Mon 22 Mar 2004 10:28:49 PM UTC
   
 
Category:  wiki Item Group:  0.9.16.000 release
Severity:  3 - Normal Priority:  7 - High
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
Component Version:  SVN Operating System:  GNU/Linux - RedHat/Fedora
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Sat 01 May 2004 09:42:04 AM UTC, comment #2: 

I will try to look into this one

Dave Hall <skwashd>
Group administrator
Wed 24 Mar 2004 09:13:22 AM UTC, comment #1: 

Did you allow post of this size ? there is in wiki/action/save.php, line 80 this :

  // Silently trim string to $MaxPostLen chars.

  $document = substr($document, 0, $MaxPostLen);
  $document = str_replace("\r", "", $document);

Not sure if this is your problem because $MaxPostLen = 204800; by default.

Need to investigate, perhaps need to assign that to fipsfuchs ?

Caeies

Caeies <Caeies>
Group administrator
Mon 22 Mar 2004 10:28:49 PM UTC, original submission:  

I posted a page of ~67k of text, and it goes into the wiki fine. When i come to edit that page, it only seems to put
the first 65535 charcters from the original into the edit box.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by skwashd (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-03-06 skwashd Assigned toskwashd None
    2004-05-01 skwashd Assigned toNone skwashd

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code