Menu

genieConfiguration.inc.php

mcasagra
2007-04-18
2013-04-17
  • mcasagra

    mcasagra - 2007-04-18

    i need help

    i´m working with VertrigoServ
    and Win XP Pro

    my genieConfiguration.inc.php is:

    <?
       session_start();
       define("URL_ADDRESS","http://localhost/phpCodeGenie3/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:\Arquivos de programas\VertrigoServ\www\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);  

    ?>

    ****************************************************************************************
                                             
                                          the massage

    "***************************************************************************************
    Warning: include_once(genieConfiguration.inc.php) [function.include-once]: failed to open stream: No such file or directory in C:\Arquivos de programas\VertrigoServ\www\phpCodeGenie3\web\common\invokeGenie.php on line 1

    Warning: include_once() [function.include]: Failed opening 'genieConfiguration.inc.php' for inclusion (include_path='C:\Arquivos de programas\VertrigoServ\www\phpCodeGenie3\app\settings"') in C:\Arquivos de programas\VertrigoServ\www\phpCodeGenie3\web\common\invokeGenie.php on line 1

    Warning: include_once(CLASS_DATABASE_CONNECTION_POOL) [function.include-once]: failed to open stream: No such file or directory in C:\Arquivos de programas\VertrigoServ\www\phpCodeGenie3\web\common\invokeGenie.php on line 2

    Warning: include_once() [function.include]: Failed opening 'CLASS_DATABASE_CONNECTION_POOL' for inclusion (include_path='C:\Arquivos de programas\VertrigoServ\www\phpCodeGenie3\app\settings"') in C:\Arquivos de programas\VertrigoServ\www\phpCodeGenie3\web\common\invokeGenie.php on line 2

    Fatal error: Class 'databaseConnectionPool' not found in C:\Arquivos de programas\VertrigoServ\www\phpCodeGenie3\web\common\invokeGenie.php on line 13

    *****************************************************************************************

    please...

     
    • freakazoid3

      freakazoid3 - 2007-04-19

      mcasagra

      Your genieConfiguration.inc.php file must be in your C:\Arquivos de programas\VertrigoServ\www\phpCodeGenie3\app\settings directory as that is where the include path is.
          

       

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.