Ticket #6131 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

migration fails due to php memory limit

Reported by: joebordes Assigned to: developer
Priority: unassigned Milestone: 5.1.0
Component: vtigercrm Version: 5.1.0-rc
Keywords: migration Cc:

Description

PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /srv/www/htdocs/genus/vtlib/Vtiger/PackageImport.php on line 602, referer: http://joeshome/genus/install.php

I have my php configured to much more so I looked in the code and found the line:

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

in these two files:

HTMLtoUTF8Conversion.php

PatchApply?.php

Once commented out these line the migration worked like a charm.

Joe

TSolucio

Change History

07/14/09 11:32:05 changed by asha

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

This issue is fixed with the changeset - [12941]