标签: cakephp-2.0
我在网上上传文件时遇到错误。调试工具突然出现了一些问题。
解析错误:语法错误,意外的T_FUNCTION /home3/beauface/public_html/cosmeticsurgeryph/inventory/app/Plugin/DebugKit/Controller/Component/ToolbarComponent.php 在第179行
当我在localhost上运行时,一切运行顺利。
请赐教:(
答案 0 :(得分:0)
将PHP版本更改为5.3或更高版本。
因为ToolbarComponent.php使用的Anonymous Functions仅支持5.3 +