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.
-