伺服器一直無法正常運做
Error retrieving service info:
Invalid AMF message
Fatal error: Uncaught exception 'VerboseException' with message 'Cannot modify header information - headers already sent by (output started at C:\AppServ\www\amfphp\services\webExamine.php:1)' in C:\AppServ\www\amfphp\core\amf\app\Gateway.php:191
Stack trace:
#0 [internal function]: amfErrorHandler(2, 'Cannot modify h...', 'C:\AppServ\www\...', 191, Array)
#1 C:\AppServ\www\amfphp\core\amf\app\Gateway.php(191): header('Content-type: a...')
#2 C:\AppServ\www\amfphp\gateway.php(155): Gateway->service()
#3 {main}
thrown in C:\AppServ\www\amfphp\core\amf\app\Gateway.php on line 191
這其實就是php檔要存成 utf8-NO-BOM
AMFPHP錯誤,代表該PHP檔案存檔時的檔案格式錯誤,
回覆刪除用記事本修改PHP類別檔案後,以另存新檔方式進行存檔,
並將存檔視窗下方的"編碼"選為ANSI,AMFPHP的問題應該就可解決。