zyx0814 / dzzoffice

dzzoffice
GNU Affero General Public License v3.0
3.88k stars 810 forks source link

dzzoffice2.02.1_SC_UTF8 在安装时http500报错 Array and string offset access syntax with curly braces is no longer supported #202

Open chermy opened 3 years ago

chermy commented 3 years ago

根据身边某程序员大佬指点, 新版php不再支持大括号数组. 如$arr{0}, 所以将/install/index.php 第215行的大括号{}改为中括号[]即可. 215 if(strpos($tablepre, '.') !== false || intval($tablepre[0])) {