You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After opening of downloaded file of desired export. File is corrupted and it says:
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in wp-content/plugins/torro-forms/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE.php on line 323
Solution
Change the line to ''continue 2''. I tested it and it really works with PHP ver. 7.3.1.
Installations with older PHP versions does not show this warning.
The text was updated successfully, but these errors were encountered:
Issue Overview
After opening of downloaded file of desired export. File is corrupted and it says:
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in wp-content/plugins/torro-forms/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/OLE.php on line 323
Solution
Change the line to ''continue 2''. I tested it and it really works with PHP ver. 7.3.1.
Installations with older PHP versions does not show this warning.
The text was updated successfully, but these errors were encountered: