Jump to content
xt:Commerce Community Forum

XTC mit Windows 2003 Server


Recommended Posts

Hallo,

ich habe da mal ein Problem.

Ich habe jetzt einen Root Server bei Server4You und zwar ein Windows Server. Nun soweit so gut ich habe auch soweit alles eingestellt und und eine Domain angelegt wo ich per FTP auch meine XTC Shop Daten raufgeschoben habe und zum Problem bei der Installation von XTC kommt folgende meldung.

Warning: main(/includes/classes/boxes.php): failed to open stream: No such file or directory in C:\Inetpub\vhosts\lillesam.de\httpdocs\xtc_installer\includes\application.php on line 36

Fatal error: main(): Failed opening required '/includes/classes/boxes.php' (include_path='.;./includes;./pear') in C:\Inetpub\vhosts\lillesam.de\httpdocs\xtc_installer\includes\application.php on line 36


if (!defined('DIR_FS_DOCUMENT_ROOT')) {
define('DIR_FS_DOCUMENT_ROOT', $_SERVER['DOCUMENT_ROOT']);
$local_install_path=str_replace('/xtc_installer','',$_SERVER['PHP_SELF']);
$local_install_path=str_replace('index.php','',$local_install_path);
$local_install_path=str_replace('install_step1.php','',$local_install_path);
$local_install_path=str_replace('install_step2.php','',$local_install_path);
$local_install_path=str_replace('install_step3.php','',$local_install_path);
$local_install_path=str_replace('install_step4.php','',$local_install_path);
$local_install_path=str_replace('install_step5.php','',$local_install_path);
$local_install_path=str_replace('install_step6.php','',$local_install_path);
$local_install_path=str_replace('install_step7.php','',$local_install_path);
$local_install_path=str_replace('install_finished.php','',$local_install_path);
define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . $local_install_path);
}
if (!defined('DIR_FS_INC')) define('DIR_FS_INC', DIR_FS_CATALOG.'inc/')
[/HTML]

was ist da bloß falsch ich tippe mal ganz stark das es was mit dem Windows Server zu tun hat.

Danke für eure Tipps

MFG

Gunnar

Link to comment
Share on other sites

Hallo

dass habe ich gerade gefunden:

You can add $_SERVER["DOCUMENT_ROOT"] to IIS by editing the Environment

Variables of your Windows server (was tested on WinXP SP2).

Right click on My Computer >> Properties >> Advanced.

In the System variables click on 'New' and Type in the name field

'DOCUMENT_ROOT' and in the value field the path to your IIS document root

folder.

Gruß

TechWay

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...