Menu

Need help with install

culleoka
2004-10-29
2013-04-17
  • culleoka

    culleoka - 2004-10-29

    I am tring to install on a windows 2000 pc
    This is my error:

    Warning: main(genieConfiguration.inc.php) [function.main]: failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\web\index.php on line 1

    Warning: main() [function.include]: Failed opening 'genieConfiguration.inc.php' for inclusion (include_path='C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\app\settings"') in C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\web\index.php on line 1

    Warning: main(INC_LOGIN_PAGE) [function.main]: failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\web\index.php on line 24

    Warning: main() [function.include]: Failed opening 'INC_LOGIN_PAGE' for inclusion (include_path='C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\app\settings"') in C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\web\index.php on line 24

    This is my genieConfiguration.inc.php

    session_start();
       define("URL_ADDRESS","http://localhost/phpCodeGenie3.0.2/web");

      
       // Windows Server
       define("SITE_PATH","C:\\apachefriends\\xampp\\htdocs\\phpCodeGenie3.0.2");   // no trailing slashes
       define("FILE_SEPARATOR", "\\");
       // win or nix
       define("OS_TYPE","win");

       define("WEB_SEPARATOR","/");
       define("APP_PATH",SITE_PATH.FILE_SEPARATOR."app");
       define("WEB_PATH",SITE_PATH.FILE_SEPARATOR."web");   
       
       // Specify the language that you want to use phpCodeGenie in
       // You can make your own language file if it does exist yet
       // and send your contribution back to phpCodeGenie
       define("LANGUAGE_FILE",APP_PATH.FILE_SEPARATOR."language".FILE_SEPARATOR."lang_english.inc.php"); 
         
       define("CONFIG_COMPONENT",APP_PATH.FILE_SEPARATOR."settings");
       define("CONFIG_FILE",CONFIG_COMPONENT.FILE_SEPARATOR."definitions.inc.php");  
       include_once(CONFIG_FILE);  

    This is my .htaccess file located in root of phpGenie dir.
    php_value include_path "C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\app\settings\"

    I know it has to be something simple cause it works on my linux box. Thanks for a great program.

     
    • James Savage

      James Savage - 2005-04-07

      I am having the same problem.
      If you solved this please post the solution.
      Many thanks,

      James

       

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.