faq:troubleshooting:errors_directory:parse-errors:t_encapsed_and_whitespace
syntax error, unexpected ''..(T_ENCAPSED_AND_WHITESPACE)
PHP Parse error: syntax error, unexpected ''{$text_key_here}' (T_ENCAPSED_AND_WHITESPACE), expecting ')' in /public_html/ow_pluginfiles/base/lang_{$langID_here}.php on line {$line_number_here}
Where:
- {$text_key_here} points to a lone where unexpected syntax error appeared. Ex: syntax error, unexpected ''base+suspend_notificat' (T_ENCAPSED_AND_WHITESPACE)
- {$langID_here} points to a language file where error appeared. Ex: lang_1.php
- Common cause: system was not able to finish writing into specified lang.php file due to memory limits or server downtimes/fatal errors.
- Known to happen during: software updates and site cache re-generation via DEV mode.
- Solution: enable DEV mode to re-generate language cache( OW_DEV_MODE’, 8;)
faq/troubleshooting/errors_directory/parse-errors/t_encapsed_and_whitespace.txt · Last modified: 2017/06/07 09:11 by 127.0.0.1