caos Posted June 28, 2005 Report Share Posted June 28, 2005 Morgen. Ich habe ein paar verdammte fehler. Habe Xammp laufen. Shop steht online und soll nun auch offline laufen um Daten einzugebenl. Habe die dantebank runtergeladen und eingerichtet. PHP Version auf 4 geswitch. Und denn shop unter htdocs/shop kopiert nun bekomme ich diese Fehlermeldungen: Warning: main(pfad_zum_counter/counter.php): failed to open stream: No such file or directory in C:\xampp\htdocs\shop\index.php on line 2 Warning: main(): Failed opening 'pfad_zum_counter/counter.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\shop\index.php on line 2 Warning: main(/homepages/23/d112677259/htdocs/includes/filenames.php): failed to open stream: No such file or directory in C:\xampp\htdocs\shop\includes\application_top.php on line 58 Fatal error: main(): Failed opening required '/homepages/23/d112677259/htdocs/includes/filenames.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\shop\includes\application_top.php on line 58 kann wer helfen ich wei? nicht was es sein soll Link to comment Share on other sites More sharing options...
polkhigh33 Posted June 28, 2005 Report Share Posted June 28, 2005 pfad_zum_counter/counter.php du musst die richtigen pfade eintragen... Link to comment Share on other sites More sharing options...
caos Posted June 28, 2005 Author Report Share Posted June 28, 2005 was hei?t denn richtigen pfad angeben meinst du das stand in zeile 58 require(DIR_WS_INCLUDES . 'filenames.php'); durch das zu ersetzen require(DIR_WS_INCLUDES . 'xammp/htdocs/shop/includes/filenames.php'); oder wo soll ich den pfad angeben Link to comment Share on other sites More sharing options...
polkhigh33 Posted June 28, 2005 Report Share Posted June 28, 2005 ? es geht um den pfad zum counter.... die counter.php liegt wohl kaum im ordner "pfad_zum_counter".... das hat doch mit der application_top nix zu tun, du musst den counter doch irgendwie irgendwo eingebaut haben. Link to comment Share on other sites More sharing options...
caos Posted June 28, 2005 Author Report Share Posted June 28, 2005 welchen counter ich verstehe gerade gar nichts Link to comment Share on other sites More sharing options...
caos Posted June 28, 2005 Author Report Share Posted June 28, 2005 welchen counter ich verstehe gerade gar nichts Link to comment Share on other sites More sharing options...
polkhigh33 Posted June 28, 2005 Report Share Posted June 28, 2005 Warning: main(pfad_zum_counter/counter.php): failed to open stream: No such file or directory in C:\xampp\htdocs\shop\index.php on line 2 das ist doch nicht original in der index.php, da hast du doch selber den code eingebaut, oder ? Link to comment Share on other sites More sharing options...
caos Posted June 28, 2005 Author Report Share Posted June 28, 2005 lol jezze raffe ich es Link to comment Share on other sites More sharing options...
Hubi Posted June 28, 2005 Report Share Posted June 28, 2005 Du hast in den configures noch die falschen Pfade drin. Da sind noch die vom Webserver drin. Hast den Shop per FTP runtergeladen, woll? Link to comment Share on other sites More sharing options...
caos Posted June 28, 2005 Author Report Share Posted June 28, 2005 so nun habe ich nur noch denn felher in der application_top.php Link to comment Share on other sites More sharing options...
caos Posted June 28, 2005 Author Report Share Posted June 28, 2005 ja habe ich Link to comment Share on other sites More sharing options...
caos Posted June 28, 2005 Author Report Share Posted June 28, 2005 h?ren diese Fehler denn nie auf nachdem ich die configure angeglichen habe kommt das auch noch Warning: mysql_connect(): Unknown MySQL Server Host 'db413.1und1.de' (11001) in C:\xampp\htdocs\shop\inc\xtc_db_connect.inc.php on line 24 Unable to connect to database server! Link to comment Share on other sites More sharing options...
polkhigh33 Posted June 28, 2005 Report Share Posted June 28, 2005 ist ja klar, das ist noch der datenbank zugang von 1&1... du musst in den configures nat?rlich auch noch die daten der lokalen db eintragen, bei xammp meist localhost, user: root, pw: keins. diese musst du n?t?rlich vorher angelegt haben. Link to comment Share on other sites More sharing options...
caos Posted June 28, 2005 Author Report Share Posted June 28, 2005 super man du bist ne granaten nur eins habe ich immer noch obwohl ich den shop schon sehe Warning: session_start(): open(/tmp\sess_25501a8ed16bf00e50d7dfc70c9a4b5a, O_RDWR) failed: No such file or directory (2) in C:\xampp\htdocs\shop\includes\application_top.php on line 239 Warnung: XT-Commerce kann in die Konfigurationsdatei schreiben: C:/xampp/htdocs/shop/includes/configure.php. Das stellt ein m?gliches Sicherheitsrisiko dar - bitte korrigieren Sie die Benutzerberechtigungen zu dieser Datei! Link to comment Share on other sites More sharing options...
polkhigh33 Posted June 28, 2005 Report Share Posted June 28, 2005 na, gleich haben wirs.... jetzt noch ein verzeichnis c:/tmp anlegen, beachten das es beschreibbbar ist, und die laube sollte fertig sein. datein die wg berechtigungen angemeckert werden, per rechtsklick mit schreibschutz versehen. Link to comment Share on other sites More sharing options...
caos Posted June 28, 2005 Author Report Share Posted June 28, 2005 habe ich auch gemacht aber wir haben es wohl immer noch nicht. Der shop ist kein bild nichts zu sehen keien linie nichts. nur text Link to comment Share on other sites More sharing options...
caos Posted June 28, 2005 Author Report Share Posted June 28, 2005 ich glaube auch ich wei? was noch anders mu?: Wenn das in der configure drin steht define('HTTP_SERVER', 'http://www.sport-greifenberg.de/'); define('HTTPS_SERVER', 'https://www.sport-greifenberg.de/'); dann sehe ich den shop nur ist er dann online verlinkt. Schreib ich define('HTTP_SERVER', 'http://localhost'); define('HTTPS_SERVER', 'https://localhost'); dann sehe ich nichts. Als nur den Text ohne bilder Link to comment Share on other sites More sharing options...
polkhigh33 Posted June 28, 2005 Report Share Posted June 28, 2005 dann musst du noch die restlichen eintr?ge anpassen... zb sodefine('HTTP_SERVER', 'http://localhost'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://localhost'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('DIR_WS_CATALOG', '/xxx/'); // absolute path required define('DIR_FS_DOCUMENT_ROOT', 'E:/apachefriends/xampp/htdocs/xxx/'); define('DIR_FS_CATALOG', 'E:/apachefriends/xampp/htdocs/xxx/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ORIGINAL_IMAGES', DIR_WS_IMAGES .'product_images/original_images/'); define('DIR_WS_THUMBNAIL_IMAGES', DIR_WS_IMAGES .'product_images/thumbnail_images/'); define('DIR_WS_INFO_IMAGES', DIR_WS_IMAGES .'product_images/info_images/'); define('DIR_WS_POPUP_IMAGES', DIR_WS_IMAGES .'product_images/popup_images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES',DIR_FS_DOCUMENT_ROOT. 'includes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_FS_CATALOG . 'lang/'); define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/'); xxx = shopverzeichnis rest entsprechend deinem system. Link to comment Share on other sites More sharing options...
caos Posted June 28, 2005 Author Report Share Posted June 28, 2005 jo nun geht der shop super nur nach dem admin login macht er mal wieder ein prob aber das d?rft nun nichts gro?es mehr sein Warning: main(/homepages/23/d112677259/htdocs/inc/xtc_db_connect.inc.php): failed to open stream: No such file or directory in C:\xampp\htdocs\shop\admin\includes\application_top.php on line 199 Fatal error: main(): Failed opening required '/homepages/23/d112677259/htdocs/inc/xtc_db_connect.inc.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\shop\admin\includes\application_top.php on line 199 Link to comment Share on other sites More sharing options...
polkhigh33 Posted June 28, 2005 Report Share Posted June 28, 2005 jupp, die configure.php in admin/includes noch anpassen und dann die 100 punkte abholen sieh zu das es geht, bin jetzt weg bis heute abend gruss thomas Link to comment Share on other sites More sharing options...
caos Posted June 28, 2005 Author Report Share Posted June 28, 2005 danke danke. Es geht noch ein pob aber das werde ich auch alleine hinbekomme. Die bilder und logos im shop sind nicht zu sehen. aber es geth alles super danke. Link to comment Share on other sites More sharing options...
leov Posted June 29, 2005 Report Share Posted June 29, 2005 XT-Commerce3.0.1 ist LOCAL installiert(lauft WIN XPpro, Apache 2.0.54, PHP5.04, MySQL 5.07) aber wenn clickt man button "CATALOG", bekomme ich: Warning: main(includes/configure.php) [function.main]: failed to open stream: No such file or directory in C:\apache2\htdocs\xtcommerce\includes\application_top.php on line 41 Warning: main() [function.include]: Failed opening 'includes/configure.php' for inclusion (include_path='C:\php\pear;C:\php\pear;c:\php\pear;.:/php/includes') in C:\apache2\htdocs\xtcommerce\includes\application_top.php on line 41 Warning: main(DIR_WS_INCLUDESfilenames.php) [function.main]: failed to open stream: No such file or directory in C:\apache2\htdocs\xtcommerce\includes\application_top.php on line 57 Fatal error: main() [function.require]: Failed opening required 'DIR_WS_INCLUDESfilenames.php' (include_path='C:\php\pear;C:\php\pear;c:\php\pear;.:/php/includes') in C:\apache2\htdocs\xtcommerce\includes\application_top.php on line 57 Ich habe filenames.php und configure.php in diese und alle m?gliche Verzeichnisse eingef?gt, verz. c:\tmp vorhanden, define('HTTP_SERVER', 'http://localhost') , in php.ini error_reporting = E_ERROR, alles kleingeschrieben, auch -nicht geholfen. Wer KANN mir helfen? Link to comment Share on other sites More sharing options...
chpohl Posted June 29, 2005 Report Share Posted June 29, 2005 ... sorry, falscher Text Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.