5
我想用phpExcel,但當運行該腳本,我得到這個錯誤:致命錯誤在線34 phpExcel
Fatal error: Uncaught exception 'PHPExcel_Exception' with message 'Multibyte function overloading in PHP must be disabled for string functions (2).' in D:\Apache\htdocs\phpExcel\Classes\PHPExcel\Autoloader.php:34 Stack trace: #0 D:\Apache\htdocs\phpExcel\Classes\PHPExcel.php(32): require() #1 D:\Apache\htdocs\phpExcel\index.php(19): include('D:\Apache\htdoc...') #2 {main} thrown in D:\Apache\htdocs\phpExcel\Classes\PHPExcel\Autoloader.php on line 34
我怎樣才能解決呢?
感謝
非常感謝你。 我編輯'mbstring.func_overload = 2'到'mbstring.func_overload = 0' – Abdukhafiz