[Vtigercrm-commits] [vtiger development] #5255: Cannot import more than 500 records
vtiger development
vtiger-tickets at trac.vtiger.com
Fri Apr 4 11:28:12 EDT 2008
#5255: Cannot import more than 500 records
------------------------+---------------------------------------------------
Reporter: prasad | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.1.0
Component: vtigercrm | Version: 5.0.4
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by prasad):
The number of records import at one time is defined in
modules/Import/ImportStep2.php
$_SESSION['recordcount'] = 500;
File: modules/Import/ImportStep3.php deletes the data file used for
importing after
reading the contents first time. So the second invocation of import will
fail to import any more data.
The data file used for import should be deleted only in the last step.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5255#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list