Hi
Everything is setup, the only error im getting is:
Parse error: parse error in C:\Program Files\EasyPHP1-8\www\phpCodeGenie3.0.2\app\settings\genieConfiguration.inc.php on line 9
Now if you look at line 9 and the surrounding code, youll see there is no error in the code, whats going on here??
can you paste that part of the code here & we'll have a look. are you on windows or apache or something else?
Im on windows
The code with the Supposed error:
// Windows Server define("SITE_PATH","C:\Program Files\EasyPHP1-8\www\phpCodeGenie3.0.2"); // no trailing slashes define("FILE_SEPARATOR", "\"); // win or nix define("OS_TYPE","win"); <----- LINE 9
define("WEB_SEPARATOR","/"); define("APP_PATH",SITE_PATH.FILE_SEPARATOR."app"); define("WEB_PATH",SITE_PATH.FILE_SEPARATOR."web");
Log in to post a comment.
Hi
Everything is setup, the only error im getting is:
Parse error: parse error in C:\Program Files\EasyPHP1-8\www\phpCodeGenie3.0.2\app\settings\genieConfiguration.inc.php on line 9
Now if you look at line 9 and the surrounding code, youll see there is no error in the code, whats going on here??
can you paste that part of the code here & we'll have a look. are you on windows or apache or something else?
Im on windows
The code with the Supposed error:
// Windows Server
define("SITE_PATH","C:\Program Files\EasyPHP1-8\www\phpCodeGenie3.0.2"); // no trailing slashes
define("FILE_SEPARATOR", "\");
// win or nix
define("OS_TYPE","win"); <----- LINE 9
define("WEB_SEPARATOR","/");
define("APP_PATH",SITE_PATH.FILE_SEPARATOR."app");
define("WEB_PATH",SITE_PATH.FILE_SEPARATOR."web");