安裝symfony的2.6和執行將顯示一條錯誤消息時後:未定義類常量「FOLLOW_SYMLINKS
FatalErrorException in DirectoryResource.php line 82:
Error: Undefined class constant 'FOLLOW_SYMLINKS'
錯誤是在包:kriswallsmith
請幫助我。
感謝您提前
安裝symfony的2.6和執行將顯示一條錯誤消息時後:未定義類常量「FOLLOW_SYMLINKS
FatalErrorException in DirectoryResource.php line 82:
Error: Undefined class constant 'FOLLOW_SYMLINKS'
錯誤是在包:kriswallsmith
請幫助我。
感謝您提前
類常量,FOLLOW_SYMLINKS,是RecursiveDirectoryIterator,其中根據PHP.net手冊頁,在5.3.1加入,也5.2的一部分。 11。由於之前版本中存在各種問題,通常建議或需要至少5.3.9版本的各種框架。
PHP的哪個版本在哪裏運行? 5.2
?
這聽起來非常相似,這個問題的報告:https://github.com/caefer/sfImageTransformExtraPlugin/issues/5