Warning: syntax error, unexpected '(' in W:\xampp\htdocs\Joomla\BrabantvoorJezus\administrator\components\com_chronoforms6\chronoforms\locales\nl_NL.ini on line 1 in W:\xampp\htdocs\Joomla\BrabantvoorJezus\libraries\cegcore2\libs\lang.php on line 73
Warning: array_merge(): Argument #2 is not an array in W:\xampp\htdocs\Joomla\BrabantvoorJezus\libraries\cegcore2\libs\lang.php on line 74
Since the update to 6.0.7 i got this strange messages above my forms.. Is it a bug ?
Warning: array_merge(): Argument #2 is not an array in W:\xampp\htdocs\Joomla\BrabantvoorJezus\libraries\cegcore2\libs\lang.php on line 74
Since the update to 6.0.7 i got this strange messages above my forms.. Is it a bug ?
Hi sonofsundyata,
They are PHP warnings, not errors and can be hidden by changing the Site Error Reporting to System Default or to None. This particular problem is a little bug in the language translation file administrator\components\com_chronoforms6\chronoforms\locales\nl_NL.ini To fix it you need to change the comment markers in the first few lines. If I recall correctly the # (hash) marker is no longer valid in the latest PHP releases and it has to be ; (semi-colon) instead.
Bob
They are PHP warnings, not errors and can be hidden by changing the Site Error Reporting to System Default or to None. This particular problem is a little bug in the language translation file administrator\components\com_chronoforms6\chronoforms\locales\nl_NL.ini To fix it you need to change the comment markers in the first few lines. If I recall correctly the # (hash) marker is no longer valid in the latest PHP releases and it has to be ; (semi-colon) instead.
Bob
This topic is locked and no more replies can be posted.
