Hello,
Im trying to [font=“Times”][size=“3”][color=“#000000”]Generate XLS file fro “Price List” AddOn and getting the following error[/color][/size][/font]
[color=#000000][font=Times][size=1]"Generating XLS. Please, be patient…[/size][/font][/color]
Fatal error[color=#000000][font=Times][size=1]: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1277 bytes) in [/size][/font][/color]/home/lalineec/public_html/lalinebody/core/fn.images.php[color=#000000][font=Times][size=1] on line [/size][/font][/color]855"
i tried looking in the fn.images.php file but couldn’t get any success
Regards,
Ilan Barbi
www.lalinebody.com
The error says your server ran out of memory while performing the operation.
[quote name='ibarbi' timestamp='1366533799' post='160336']
Hello,
Im trying to [font=Times][size=3][color=#000000]Generate XLS file fro “Price List” AddOn and getting the following error[/color][/size][/font]
[color=#000000][font=Times][size=1]"Generating XLS. Please, be patient…[/size][/font][/color]
Fatal error[color=#000000][font=Times][size=1]: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1277 bytes) in [/size][/font][/color]/home/lalineec/public_html/lalinebody/core/fn.images.php[color=#000000][font=Times][size=1] on line [/size][/font][/color]855"
i tried looking in the fn.images.php file but couldn't get any success
Regards,
Ilan Barbi
www.lalinebody.com
[/quote]
try increasing the memory in config.local.php from 48m to something higher like 128. at this line here
@ini_set('memory_limit', '48M');
Also when exporting try exporting to server first then download from there.
john