Menu

#4 Running PHPCodeGenie in XP

Unstable (example)
open
nobody
None
5
2006-02-17
2006-02-17
Anonymous
No

I have trouble running the PhpCodegenie in my
computer running Windows XP. The following error
appears when i run it in my browser:

Directory Listing Denied
This Virtual Directory does not allow contents to be
listed.

Please help me with the problem above, what should be
done to run the phpcodegenie in my computer...

My configuration is set below:
<?
session_start();
define
("URL_ADDRESS","http://localhost/phpCodeGenie3.0.2/web
/");
/*****************

// Windows Server
define
("SITE_PATH","C:\\Inetpub\\wwwroot\\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".FI
LE_SEPARATOR."lang_english.inc.php");

define
("CONFIG_COMPONENT",APP_PATH.FILE_SEPARATOR."settings"
);
define
("CONFIG_FILE",CONFIG_COMPONENT.FILE_SEPARATOR."defini
tions.inc.php");
include_once(CONFIG_FILE);

?>

Discussion

  • repcode128

    repcode128 - 2006-02-17

    Logged In: YES
    user_id=1225871

    hi
    you have under
    // Windows Server
    define
    ("SITE_PATH","C:\\Inetpub\\wwwroot\\phpCodeGenie3.0.2\\");
    // no trailing slashes
    try:
    ("SITE_PATH","C:\\Inetpub\\wwwroot\\phpCodeGenie3.0.2"); //
    no trailing slashes
    without those last 2 slashes

     
  • Nobody/Anonymous

    Logged In: NO

    Tnx for the reply, repcode128 i will try that....

     
  • Nobody/Anonymous

    Logged In: NO

    Hi repcode128 Tnx for the previous reply. I still have
    trouble running it. when i type
    http://localhost/phpCodegenie3.0.2/web i get nothing but
    blank screen in the IE explorer...

    Tnx....

     

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.