Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 131072 bytes) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 4399
And this error on trying to import the xls file:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 78 bytes) in /home/estate/public_html/shop/system/PHPExcel/Classes/PHPExcel/CachedObjectStorage/Memory.php on line 55
I can export the smaller sheets eg. category
I updated to this version from the older version of the export/import tool, which was working but suddenly started returning the same errors.
I am using OC v 1.5.6.4
The following errors are recorded in the Error log:
2015-01-21 11:15:27 - PHP Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 131072 bytes) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 4399
2015-01-21 11:15:27 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/estate/public_html/shop/admin/model/tool/export_import.php:4399) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 49
2015-01-21 11:15:27 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/estate/public_html/shop/admin/model/tool/export_import.php:4399) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 50
2015-01-21 15:23:59 - PHP Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 131072 bytes) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 4399
2015-01-21 15:23:59 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/estate/public_html/shop/admin/model/tool/export_import.php:4399) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 49
2015-01-21 15:23:59 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/estate/public_html/shop/admin/model/tool/export_import.php:4399) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 50
2015-01-21 15:31:49 - PHP Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 131072 bytes) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 4399
2015-01-21 15:31:49 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/estate/public_html/shop/admin/model/tool/export_import.php:4399) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 49
2015-01-21 15:31:49 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/estate/public_html/shop/admin/model/tool/export_import.php:4399) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 50
2015-01-21 15:32:53 - PHP Fatal Error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 131072 bytes) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 4399
2015-01-21 15:32:53 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/estate/public_html/shop/admin/model/tool/export_import.php:4399) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 49
2015-01-21 15:32:53 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/estate/public_html/shop/admin/model/tool/export_import.php:4399) in /home/estate/public_html/shop/admin/model/tool/export_import.php on line 50
Any ideas? Many thanks