Menu

Parse Error On Line 9

glenelkins
2006-05-23
2013-04-17
  • glenelkins

    glenelkins - 2006-05-23

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

     
    • repcode128

      repcode128 - 2006-05-23

      can you paste that part of the code here & we'll have a look. are you on windows or apache or something else?

       
    • glenelkins

      glenelkins - 2006-05-24

      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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.