Menu

installation problem

2004-12-12
2013-04-17
  • luisella consumi

    Hi,
    I read forum messagges but nothing...: I don't work.
    That is message:
    Warning: Failed opening 'SITE_PATHFILE_SEPARATORappFILE_SEPARATORsettingsFILE_SEPARATORdefinitions.inc.php' for inclusion (include_path='C:/Programmi/EasyPHP/www/phpCodeGenie3/app/settings') in C:\Programmi\EasyPHP\www\phpCodeGenie3\app\settings\genieConfiguration.inc.php on line 35

    Warning: Failed opening 'INC_MAIN_PAGE' for inclusion (include_path='C:/Programmi/EasyPHP/www/phpCodeGenie3/app/settings') in c:\programmi\easyphp\www\phpcodegenie3\index.php on line 2

    Can somebody help me? Thanks

    This is my .htaccess
    php_value include_path "C:/Programmi/EasyPHP/www/phpCodeGenie3/app/settings"

    This is my genieconfiguration.inc
    <?
       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:\\Programmi\\EasyPHP\\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);  

    ?>

     
    • bbranham3

      bbranham3 - 2004-12-27

      I too am having the same issue.  I would believe it would be related to config file setup but not sure.

      My specs: PHPdev (PHP apache MySQL)
      put config in the includes directory. edited as needed

       
    • nicoba

      nicoba - 2004-12-28

      I just tried same installation, I just got same error!

       
    • nicoba

      nicoba - 2004-12-28

      Ops...
      The windows configuration is commented in original config file... :)

       

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.