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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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", "\\");
// 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");
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?
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
<?
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", "\\");
// 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);
?>
Please refer to the thread just before urs.. similar problem..