lafi-business-group / lafi-sa.issues

Issue only repo for public. Please report all issues of lafi-sa.com in this repo
https://www.lafi-sa.com
0 stars 0 forks source link

Item file Export to excel failure #4

Closed majeedpalakkal closed 4 years ago

majeedpalakkal commented 4 years ago

https://www.lafi-sa.com/new_test/manage

Item file export to excel is is a failure To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://www.lafi-sa.com/new_test/manage'
  2. Click on 'Items/Manage'
  3. Select the Products/Category/Model, then Filter & Seach
  4. 5 Export to excel

Expected behavior The excel file downloads, but when it try to open, it shows an error message in excel sheet

image

azharakbar commented 4 years ago

It was a bug in PHPExcel module which is a 3rd party code that we use to prepare excel sheets with PHP This issue were reported earlier by other people also https://myprestamodules.com/faqs/solutions-of-modules-errors/php-fatal-error-break-not-in-the-loop-or-switch-context.html

Illegal use break is removed from the vendor code

majeedpalakkal commented 4 years ago

Thanks, we can close this issue