Error while exporting excel from FAHP online system:
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /usr/share/php/OLE.php on line 319
sudo vim +319 /usr/share/php/OLE.php
Change "continue" to "continue 2" as follows:
default:
#chiao, 2021-12-5
# continue;
continue 2;
沒有留言:
張貼留言