Ticket #5255 (closed defect: fixed)

Opened 5 months ago

Last modified 2 months ago

Cannot import more than 500 records

Reported by: prasad Assigned to: developer
Priority: major Milestone: 5.1.0
Component: vtigercrm Version: 5.0.4
Keywords: Cc:

Description

When trying to import 800 records, the screen goes blank but I see only 500 records imported and is shown in the list view.

Attachments

vtiger-504-import-records.patch (1.7 kB) - added by prasad on 04/04/08 09:32:06.
vtiger-504-import-records.patch

Change History

04/04/08 09:28:12 changed by prasad

The number of records import at one time is defined in modules/Import/ImportStep2.php

$_SESSIONrecordcount? = 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.

04/04/08 09:32:06 changed by prasad

  • attachment vtiger-504-import-records.patch added.

vtiger-504-import-records.patch

04/04/08 09:32:37 changed by prasad

I have found the fix for this issue and have attached vtiger-504-import-records.patch this ticket. Kindly validate it further.

04/23/08 08:53:06 changed by carlo.beschi

I applied the patch to two different 504 installations today. The fix seems to work fine :-)

06/25/08 06:40:17 changed by asha

  • status changed from new to closed.
  • resolution set to fixed.

This issue has been fixed and integrated. Please refer to the changeset #12068