[Vtigercrm-commits] [vtiger development] #5255: Cannot import	more than 500 records
    vtiger development 
    vtiger-tickets at trac.vtiger.com
       
    Wed Aug  5 16:16:53 EDT 2009
    
    
  
#5255: Cannot import more than 500 records
------------------------+---------------------------------------------------
  Reporter:  prasad     |       Owner:  developer
      Type:  defect     |      Status:  reopened 
  Priority:  major      |   Milestone:  5.1.0    
 Component:  vtigercrm  |     Version:  5.1.0    
Resolution:             |    Keywords:           
------------------------+---------------------------------------------------
Changes (by thomaslinp):
  * status:  closed => reopened
  * version:  5.0.4 => 5.1.0
  * resolution:  fixed =>
Comment:
 This is still a problem in version '''5.1.0'''
 You may change the /modules/Import/ImportStep2.php line 45 from
 {{{
 $_SESSION['recordcount'] = 500;
 }}}
 to
 {{{
 $_SESSION['recordcount'] = 7000;
 }}}
 Make sure that php.ini (at least on Linux) can execute for a long and time
 and is allowed to use quite some memory:
 My /etc/php.ini
 {{{
 max_execution_time = 6000     ; Maximum execution time of each script, in
 seconds
 max_input_time = 6000   ; Maximum amount of time each script may spend
 parsing request data
 memory_limit = 2048M      ; Maximum amount of memory a script may consume
 }}}
-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5255#comment:5>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
    
    
More information about the vtigercrm-commits
mailing list