I am trying to configure the grid and I continue to get the following error
Parse error: syntax error, unexpected '.' in
/_Samples/phpgridorg2/config.php on line 17
I believe the error comes from my configuration of the following line of code in the config file, but I feel like I have tried everything and I cannot get it to work.
define("PHPGRID_LIBPATH",dirname(__FILE__).DIRECTORY_SEPARATOR."lib".DIRECTORY_SEPARATOR);
Any help would be appreciated.
1 Answers
Your Answer