Moe ES Posted December 30, 2005 Report Share Posted December 30, 2005 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 Link to comment Share on other sites More sharing options...
Moe ES Posted December 31, 2005 Author Report Share Posted December 31, 2005 Habe das Problem jetzt selbst entdeckt: Der Schreibschutz der Ordner war noch aktiv. Nach dem entfernen gings. Gru? Dieter Link to comment Share on other sites More sharing options...
mbshop Posted January 3, 2006 Report Share Posted January 3, 2006 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 Link to comment Share on other sites More sharing options...
J?rg Posted January 3, 2006 Report Share Posted January 3, 2006 Hallo Mathias, versuchs mal damit http://www.xt-commerce.com/forums/index.php?showtopic=25246 Link to comment Share on other sites More sharing options...
mbshop Posted January 5, 2006 Report Share Posted January 5, 2006 hallo j?rg, danke... werde das mal ausprobieren und hoffen das ich dann da durchsteige :smile: Link to comment Share on other sites More sharing options...
hp Posted January 5, 2006 Report Share Posted January 5, 2006 Hallo mathias In deiner xtc_installer/index.php (ca zeile 120) steht wahrscheinlich ein "?>"TAG der dort nicht hingeh?rt. Gruss Hanspeter Link to comment Share on other sites More sharing options...
mbshop Posted January 5, 2006 Report Share Posted January 5, 2006 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. Link to comment Share on other sites More sharing options...
chpohl Posted January 5, 2006 Report Share Posted January 5, 2006 '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) Link to comment Share on other sites More sharing options...
mbshop Posted January 6, 2006 Report Share Posted January 6, 2006 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 Link to comment Share on other sites More sharing options...
chpohl Posted January 6, 2006 Report Share Posted January 6, 2006 downgraden ??? einfach im Xampp umswitchen .. Link to comment Share on other sites More sharing options...
mbshop Posted January 6, 2006 Report Share Posted January 6, 2006 ok... habe jetzt mal geguckt... und siehe da, ich habe was gefunden Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.