#1 (permalink)  
Alt 30.12.2005, 19:44
 
Registriert seit: 26.12.2005
Beiträge: 39
Standard

Hallo,
bin nun schon ein paar Tage am probieren, xampp mit xt:commerce auf meinem Rechner zum laufen zu bringen. Das Forum hat mich auch schon ein wenig weitergebracht. Ich bin jetzt so weit, das ich den xtc_installer aufrufen m?chte, bekomme dann aber nur die Fehlermeldung:

Warning: main(DIR_WS_INCLUDESfilenames.php): failed to open stream: No such file or directory in C:\Programme\xampp\htdocs\shop\xtcommerce\includes \application_top.php on line 57

Fatal error: main(): Failed opening required 'DIR_WS_INCLUDESfilenames.php' (include_path='.;C:\Programme\xampp\php\pear\') in C:\Programme\xampp\htdocs\shop\xtcommerce\includes \application_top.php on line 57


Wo liegt den mein Problem? Habe im Forum nichts ?ber diese Fehlermeldung gefunden oder habe sie ?bersehen. Hoffentlich kann mir jemand helfen.

Vielen dank im vorraus, Dieter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 31.12.2005, 13:48
 
Registriert seit: 26.12.2005
Beiträge: 39
Standard

Habe das Problem jetzt selbst entdeckt:

Der Schreibschutz der Ordner war noch aktiv. Nach dem entfernen gings.

Gru? Dieter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 03.01.2006, 14:11
 
Registriert seit: 02.01.2006
Beiträge: 6
Standard

hallo,

habe auch probleme bei der instalation, habe mir gestern xampp herunter geladen aber bei der installation komt folgende fehlermeldung:

'; } if (!is_writeable(DIR_FS_CATALOG . 'includes/configure.org.php')) { $error_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'includes/configure.org.php
'; } if (!is_writeable(DIR_FS_CATALOG . 'admin/includes/configure.php')) { $error_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'admin/includes/configure.php
'; } if (!is_writeable(DIR_FS_CATALOG . 'admin/includes/configure.org.php')) { $error_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'admin/includes/configure.org.php
'; } $status='OK'; if ($error_flag==true) $status='ERROR'; $ok_message.='FILE Permissions .............................. '.$status.'
'; // smarty folders $folder_flag==false; if (!is_writeable(DIR_FS_CATALOG . 'templates_c/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'templates_c/
'; } if (!is_writeable(DIR_FS_CATALOG . 'cache/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'cache/
'; } // image folders if (!is_writeable(DIR_FS_CATALOG . 'images/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/
'; } if (!is_writeable(DIR_FS_CATALOG . 'images/categories/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/categories/
'; } if (!is_writeable(DIR_FS_CATALOG . 'images/banner/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/banner/
'; } if (!is_writeable(DIR_FS_CATALOG . 'images/product_images/info_images/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/product_images/info_images/
'; } if (!is_writeable(DIR_FS_CATALOG . 'images/product_images/original_images/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/product_images/original_images/
'; } if (!is_writeable(DIR_FS_CATALOG . 'images/product_images/popup_images/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/product_images/popup_images/
'; } if (!is_writeable(DIR_FS_CATALOG . 'images/product_images/thumbnail_images/')) { $error_flag=true; $folder_flag=true; $message .= 'WRONG PERMISSION on '.DIR_FS_CATALOG . 'images/product_images/thumbnail_images/
'; } $status='OK'; if ($folder_flag==true) $status='ERROR'; $ok_message.='FOLDER Permissions .............................. '.$status.'
'; // check PHP-Version $php_flag==false; if (xtc_check_version()!=1) { $error_flag=true; $php_flag=true; $message .='ATTENTION!, your PHP Version is to old, XT-Commerce requires atleast PHP 4.1.3.

Your php Version:

XT-Commerce wont work on this server, update PHP or change Server.'; } $status='OK'; if ($php_flag==true) $status='ERROR'; $ok_message.='PHP VERSION .............................. '.$status.'
'; $gd=gd_info(); if ($gd['GD Version']=='') $gd['GD Version']='ERROR NO GDLIB FOUND!'; $status=$gd['GD Version'].'
if GDlib Version < 2+ , klick here for further instructions'; // display GDlibversion $ok_message.='GDlib VERSION .............................. '.$status.'
'; if ($gd['GIF Read Support']==1 or $gd['GIF Support']==1) { $status='OK'; } else { $status='ERROR
You don\'t have GIF support within your GDlib, you won\'t be able to use GIF images, and GIF overlayfunctions in XT-Commerce!'; } $ok_message.='GDlib GIF-Support .............................. '.$status.'
'; if ($error_flag==true) { ?>


darin steht das die phpversion zu alt sei... habt ihr das problem auch schon mal gehabt?

gru?,

mathias
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 03.01.2006, 15:00
Benutzerbild von J?rg
xt:C Sponsor
 
Registriert seit: 15.11.2005
Ort: Kreis Göppingen
Beiträge: 203
Standard

Hallo Mathias,

versuchs mal damit

http://www.xt-commerce.com/forums/in...howtopic=25246
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 05.01.2006, 10:19
 
Registriert seit: 02.01.2006
Beiträge: 6
Standard

hallo j?rg,

danke... werde das mal ausprobieren und hoffen das ich dann da durchsteige :smile:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 05.01.2006, 14:59
hp hp ist offline
xt:C Sponsor
 
Registriert seit: 30.05.2004
Beiträge: 124
Standard

Hallo mathias

In deiner xtc_installer/index.php (ca zeile 120) steht wahrscheinlich ein "?>"TAG der dort nicht hingeh?rt.


Gruss
Hanspeter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 05.01.2006, 15:33
 
Registriert seit: 02.01.2006
Beiträge: 6
Standard

so ich habe es jetzt wieder mal versucht zu installieren, aber wieder gibt es fehlermeldungen:

'; // check PHP-Version $php_flag==false; if (xtc_check_version()!=1) { $error_flag=true; $php_flag=true; $message .='ATTENTION!, your PHP Version is to old, XT-Commerce requires atleast PHP 4.1.3.

Your php Version:

XT-Commerce wont work on this server, update PHP or change Server.'; } $status='OK'; if ($php_flag==true) $status='ERROR'; $ok_message.='PHP VERSION .............................. '.$status.'
'; $gd=gd_info(); if ($gd['GD Version']=='') $gd['GD Version']='ERROR NO GDLIB FOUND!'; $status=$gd['GD Version'].'
if GDlib Version < 2+ , klick here for further instructions'; // display GDlibversion $ok_message.='GDlib VERSION .............................. '.$status.'


woran kann es liegen? wie kann die version zu alt sein wenn ich beides am selben tag heruntergeladen habe (xtcommerce von dieser hp sowie xampp von deren hp...)? eine firewall die in der anleitung als hinderlich beschrieben wird, habe ich hier nicht auf dem rechner...

...was mir jedoch komisch vorkommt, dass wenn ich die installation von xt:commerce durchlaufen lasse kommen keine beschreibungen. d.h. das nur das xt: logo dort steht sowie der cancel und continue bottom (u.?.) sichtbar sind... erst zum schluss kommen dann diese fehlerbeschreibungen.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #8 (permalink)  
Alt 05.01.2006, 16:08
Benutzerbild von chpohl
Erfahrener Benutzer
 
Registriert seit: 22.04.2004
Beiträge: 5.920
Standard

Zitat:
'ATTENTION!, your PHP Version is to old, XT-Commerce requires atleast PHP 4.1.3
in der Fehlermeldung geht es um die PHP-Version deines Servers

Welche PHP-Version hast du denn?

Der neue Xampp hat PHP-Version 5.x .... XT 2.0. l?uft nicht mit PHP-Version 5 ... du kannst aber umswitchen auf PHP 4.x

Vielleicht l?st das dein Problem. (ohne Gew?hr ... habe nur die Fehlermeldung interpretiert, hatte so eine noch nie)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #9 (permalink)  
Alt 06.01.2006, 08:08
 
Registriert seit: 02.01.2006
Beiträge: 6
Standard

Zitat:
Originally posted by chpohl@Jan 5 2006, 06:08 PM
in der Fehlermeldung geht es um die PHP-Version deines Servers
gute frage, habs ja lokal auf dem win2000 rechner installiert... muss ich wohl mal downgraden :huh:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #10 (permalink)  
Alt 06.01.2006, 10:15
Benutzerbild von chpohl
Erfahrener Benutzer
 
Registriert seit: 22.04.2004
Beiträge: 5.920
Standard

Zitat:
downgraden
???

einfach im Xampp umswitchen ..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
ausfrbar, xtcinstaller

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus



Alle Zeitangaben in WEZ +1. Es ist jetzt 05:11 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand