ckfinder - Parse error: syntax error, unexpected T_STRING in CommandHandlerBase.php -


i'm installing version (2.6) of ckfinder have no problem on site , getting following error:

parse error: syntax error, unexpected t_string, expecting t_old_function or t_function or t_var or '}' in /ckfinder/core/connector/php/php5/commandhandler/commandhandlerbase.php on line 38

those lines are:

 30 class ckfinder_connector_commandhandler_commandhandlerbase  31 { 32     /** 33      * ckfinder_connector_core_connector object 34      * 35      * @access protected 36      * @var ckfinder_connector_core_connector 37      */ 38     protected $_connector; 

does have ideas why error might happening on site , not others?


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -