//* 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", "\\");
// win or nix
define("OS_TYPE","win");
// 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");
"***************************************************************************************
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
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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", "\\");
// 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...
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.