Parse error: syntax error, unexpected 'define' (T_STRING) i
Im heaving the same problem described in topic:
https://forum.radsystems.io/index.php?topic=124.0
The error message is:
Parse error: syntax error, unexpected 'define' (T_STRING) in C:\Program Files\NetMake\v9\wwwroot\phprad\config.php on line 53
and my config PHP is :
__cloudinaryconfig
// Application Page Settings
define("DEFAULT_PAGE","index"); //Default Controller Class
define("DEFAULT_PAGE_ACTION","index"); //Default Controller Action
define('DEFAULT_LAYOUT',LAYOUTS_DIR . 'main_layout.php');
define('HOME_PAGE','__defaultpage');
define("DEFAULT_LANGUAGE","__defaultlanguage"); //Default Language
This problem is OK ? made i some mistake ?