I am tring to install on a windows 2000 pc
This is my error:
Warning: main(genieConfiguration.inc.php) [function.main]: failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\web\index.php on line 1
Warning: main() [function.include]: Failed opening 'genieConfiguration.inc.php' for inclusion (include_path='C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\app\settings"') in C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\web\index.php on line 1
Warning: main(INC_LOGIN_PAGE) [function.main]: failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\web\index.php on line 24
Warning: main() [function.include]: Failed opening 'INC_LOGIN_PAGE' for inclusion (include_path='C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\app\settings"') in C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\web\index.php on line 24
// Windows Server
define("SITE_PATH","C:\\apachefriends\\xampp\\htdocs\\phpCodeGenie3.0.2"); // 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");
I am tring to install on a windows 2000 pc
This is my error:
Warning: main(genieConfiguration.inc.php) [function.main]: failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\web\index.php on line 1
Warning: main() [function.include]: Failed opening 'genieConfiguration.inc.php' for inclusion (include_path='C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\app\settings"') in C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\web\index.php on line 1
Warning: main(INC_LOGIN_PAGE) [function.main]: failed to open stream: No such file or directory in C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\web\index.php on line 24
Warning: main() [function.include]: Failed opening 'INC_LOGIN_PAGE' for inclusion (include_path='C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\app\settings"') in C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\web\index.php on line 24
This is my genieConfiguration.inc.php
session_start();
define("URL_ADDRESS","http://localhost/phpCodeGenie3.0.2/web");
// Windows Server
define("SITE_PATH","C:\\apachefriends\\xampp\\htdocs\\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);
This is my .htaccess file located in root of phpGenie dir.
php_value include_path "C:\apachefriends\xampp\htdocs\phpCodeGenie3.0.2\app\settings\"
I know it has to be something simple cause it works on my linux box. Thanks for a great program.
I am having the same problem.
If you solved this please post the solution.
Many thanks,
James