Menu

I did it! Finally!

bgo01
2005-02-13
2013-04-17
  • bgo01

    bgo01 - 2005-02-13

    I started everything from scratch again, removed genie and reinstalled it again.

    Changed my .htaccess and genieConfig accordingly.
    But did nothing to my include_path.

    Here are my genieConfig and .htaccess files

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

       /*
       // Linux Server
         define("SITE_PATH","/usr/local/apache/htdocs/phpCodeGenie3.0");
         define("FILE_SEPARATOR", "/");
         // win or nix
         define("OS_TYPE","nix");
        */

     
      
       // Windows Server
       define("SITE_PATH","c:\\Program Files\\EasyPHP1-7\\www\\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);  

    ?>

    .htaccess file

    php_value include_path "c:/Program Files/EasyPHP1-7/www/phpCodeGenie3.0.2/app/settings/"

    For those who are still stuck with the installation I hope this will help.

    And finally I can move on.

     
    • CharliSalsa

      CharliSalsa - 2005-03-05

      http://localhost/install.php when a run this i got this error:

      Notice: Use of undefined constant DOCUMENT_ROOT - assumed 'DOCUMENT_ROOT' in D:\Inetpub\wwwroot\phpCodeGenie3\install.php on line 10

      Notice: Undefined index: DOCUMENT_ROOT in D:\Inetpub\wwwroot\phpCodeGenie3\install.php on line 10

      "Start phpCodeGenie3!!
      when i do click on "Start phpCodeGenie3"
      i get this other errors:

      Warning: main(genieConfiguration.inc.php) [function.main]: failed to open stream: No such file or directory in D:\Inetpub\wwwroot\phpCodeGenie3\index.php on line 1

      Warning: main() [function.include]: Failed opening 'genieConfiguration.inc.php' for inclusion (include_path=''.') in D:\Inetpub\wwwroot\phpCodeGenie3\index.php on line 1

      Notice: Use of undefined constant HAVE_AUTHENTICATION - assumed 'HAVE_AUTHENTICATION' in D:\Inetpub\wwwroot\phpCodeGenie3\index.php on line 21

      Notice: Use of undefined constant INC_LOGIN_PAGE - assumed 'INC_LOGIN_PAGE' in D:\Inetpub\wwwroot\phpCodeGenie3\index.php on line 24

      Warning: main(INC_LOGIN_PAGE) [function.main]: failed to open stream: No such file or directory in D:\Inetpub\wwwroot\phpCodeGenie3\index.php on line 24

      Warning: main() [function.include]: Failed opening 'INC_LOGIN_PAGE' for inclusion (include_path=''.') in D:\Inetpub\wwwroot\phpCodeGenie3\index.php on line 24
      I'm newby and trying to put thits to work already
      for 2 days. any idea thanks in anticipation.

       

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.