Menu

installing on XAMPP + APACHE

Anonymous
2004-08-16
2004-08-16
  • Anonymous

    Anonymous - 2004-08-16

    hey guys,
    i was trying to install genie on my XAMPP local host server but i kept on getting loads of errors:

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

    Warning: main(): Failed opening 'genieConfiguration.inc.php' for inclusion (include_path='http://localhost/genie/phpCodeGenie3/app/settings/genieConfiguration.inc.php') in C:\apachefriends\xampp\htdocs\genie\phpCodeGenie3\index.php on line 1

    Warning: main(INC_MAIN_PAGE): failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\genie\phpCodeGenie3\index.php on line 2

    Warning: main(): Failed opening 'INC_MAIN_PAGE' for inclusion (include_path='http://localhost/genie/phpCodeGenie3/app/settings/genieConfiguration.inc.php') in C:\apachefriends\xampp\htdocs\genie\phpCodeGenie3\index.php on line 2

    ive changed the htaccess file in the root directory but i cant figure out what else is wrong can ne one help?

     
    • Anonymous

      Anonymous - 2004-08-16

      also this is my config.ini.php file:

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

      Warning: main(): Failed opening 'genieConfiguration.inc.php' for inclusion (include_path='http://localhost/genie/phpCodeGenie3/app/settings/genieConfiguration.inc.php') in C:\apachefriends\xampp\htdocs\genie\phpCodeGenie3\index.php on line 1

      Warning: main(INC_MAIN_PAGE): failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\genie\phpCodeGenie3\index.php on line 2

      Warning: main(): Failed opening 'INC_MAIN_PAGE' for inclusion (include_path='http://localhost/genie/phpCodeGenie3/app/settings/genieConfiguration.inc.php') in C:\apachefriends\xampp\htdocs\genie\phpCodeGenie3\index.php on line 2

       
      • Anonymous

        Anonymous - 2004-08-16

        <?
           session_start();
           define("URL_ADDRESS","http://localhost/genie/phpCodeGenie/web/");
        /*
           // Linux Server
           define("SITE_PATH","/path/to/phpCodeGenie");   // no trailing slashes
           define("FILE_SEPARATOR", "/");
           // win or nix
           define("OS_TYPE","nix");
        */
          

           // Windows Server
           define("SITE_PATH","C:\apachefriends\xampp\htdocs\genie\phpCodeGenie3");   // no trailing slashes
           define("FILE_SEPARATOR", "\\&quot;);
           // 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);  

        ?>

         
    • Nilesh Dosooye

      Nilesh Dosooye - 2004-08-16

      Please refer to the thread just before urs.. similar problem..

       

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.