[wp-trac] Re: [WordPress Trac] #3572: IIS RTE not loading in 2.1

WordPress Trac wp-trac at lists.automattic.com
Tue Feb 6 06:00:31 GMT 2007


#3572: IIS RTE not loading in 2.1
----------------------------------------------+-----------------------------
 Reporter:  sunburntkamel                     |        Owner:  anonymous
     Type:  defect                            |       Status:  new      
 Priority:  high                              |    Milestone:  2.1.1    
Component:  Administration                    |      Version:  2.1      
 Severity:  normal                            |   Resolution:           
 Keywords:  tinyMCE RTE rich text editor IIS  |  
----------------------------------------------+-----------------------------
Comment (by rchennau):

 I was having the exact same problem.   I commented out the entire // Check
 for gzip header or northon internet securities section from 131 - 145.

 That led to out of memory error to which I added:

  ini_set("memory_limit","12M");

 after the first require.  It now works.  I'm not sure I fixed anything but
 if memory serves me correctly from my old C programming days leaking
 memory is never good but if you are going to leak assign a big buffer to
 your array...   ;)  That way your problem will happen much later and may
 never crop up if the process gets terminated/reset before you run out of
 memory.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3572#comment:19>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list