ckfinder - Parse error: syntax error, unexpected T_STRING in CommandHandlerBase.php -
this question has answer here:
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
Post a Comment