Als ich das Update von GX2 auf GX3 (V.3.4.0.0) gemacht habe und dann unter spiel-viel.spiel-spiele.com den Shop mit Honeygrid im Frontend und Backend getestet habe, funktionierte alles einwandfrei. Nun habe ich gerade den Shop auf spiel-viel.de mit SSL-Verschlüsselung umgestellt und man kann unter Honeygrid keine Waren in den Warenkorb legen, ebenso funktioniert der Merkzettel nicht und die Icons (Warenkorb, etc.) sind auch nicht vorhanden. Wenn ich aber auf das Template Eyecandy umstelle, kann ich Waren in den Warenkorb legen. Komischerweise aber erst beim 2. Klick - was auch schon komisch ist. Was ist hier das Problem??? Danke schön.
Ja, ich habe es genau nach Anleitung gemacht. Mir wurde diese Anleitung auch noch einmal in einem Ticket beschrieben. Ich probiere es nachher noch einmal aus. Danke.
für mich sieht das so aus als hättest du die configure Dateien nicht richtig angepasst, und Außerdem gibt es für diese Domain wie oben angegeben (spiel-viel.de) kein SSL Zertifikat.
Richtig. Ich habe das SSL-Zertifikat zwischenzeitlich wieder deaktiviert, da der Nutzer keine Waren mehr in den Warenkorb legen konnte. Jetzt habe ich noch einmal alles nach Anleitung durchgeführt und trotzdem funktioniert es nicht. Einige Icons wie "Warenkorb, nach oben Pfeil, Kontaktformular und Suchen Icon" sind auch weg. Mal tauchen Sie wie durch ein Wunder auf, aber in den meisten Fällen nicht und wie geschrieben, ich kann nichts mehr in den Warenkorb legen. Es ist wie verhext.
Auf was genau wurde das SSL Zertifikat beantragt. Hatte so einen ähnlichen Fall Vorgestern bei einem Kunden und er hatte das SSL Zertifikat ohne www beantragt obwohl die Domain mit www ausgeschrieben wurde.
Ich glaube es nicht! Nach deinem Tipp mit und ohne www. wollte ich gerade die configure.php in spiel-viel.de ohne www. anpassen und sehe, dass ich tatsächlich in der configure.php unter /includes einmal das www. bei spiel-viel.de vergessen habe und schon kam es zu den o. a. Fehlern. Vielen, vielen Dank. Jetzt funktioniert alles wieder. Man sieht echt manchmal den Wald vor lauter Bäumen nicht.
Hallo zusammen, nachdem ich die beiden configure bearbeitet habe hat in meinem Beitrag: (Link nur für registrierte Nutzer sichtbar.) das Layout wieder gestimmt. Leider habe ich jetzt aber wie alfredfrey das Problem das ich keine Waren in den Warenkorb legen kann Hier der Code für die includes\configure.php Code: <?php /* -------------------------------------------------------------- configure.php 2016-05-11 Gambio GmbH http://www.gambio.de Copyright (c) 2016 Gambio GmbH Released under the GNU General Public License (Version 2) [http://www.gnu.org/licenses/gpl-2.0.html] -------------------------------------------------------------- based on: (c) 2000-2001 The Exchange Project (earlier name of osCommerce) (c) 2002-2003 osCommerce (configure.php,v 1.13 2003/02/10); www.oscommerce.com (c) 2003 XT-Commerce - community made shopping http://www.xt-commerce.com Released under the GNU General Public License ---------------------------------------------------------------------------------------*/ $t_document_root = '/www/htdocs/w00d/gambio-shop'; // absolute server path required (domain root) if(realpath($t_document_root) !== false) { $t_document_root = realpath($t_document_root) . '/'; } $t_document_root = str_replace('\\', '/', $t_document_root); if($t_document_root == '//') { $t_document_root = '/'; } $t_dir_fs_frontend = dirname(dirname(__FILE__)); if(basename(dirname(__FILE__)) == 'local') { $t_dir_fs_frontend = dirname($t_dir_fs_frontend); } $t_dir_fs_frontend = str_replace('\\', '/', $t_dir_fs_frontend) . '/'; $t_dir_ws_catalog = substr($t_dir_fs_frontend, strlen($t_document_root) - 1); // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'https://www.jb-s-petit-prix.de'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.jb-s-petit-prix.de'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // SSL: true = active, false = inactive define('DIR_WS_CATALOG', $t_dir_ws_catalog); // absolute url path required define('DIR_FS_DOCUMENT_ROOT', $t_dir_fs_frontend); // absolute server path required define('DIR_FS_CATALOG', $t_dir_fs_frontend); // absolute server path required 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/'); unset($t_document_root); unset($t_dir_fs_frontend); unset($t_dir_ws_catalog); Hier der Code für die admin\includes\configure.php Code: <?php /* -------------------------------------------------------------- configure.php 2016-05-11 Gambio GmbH http://www.gambio.de Copyright (c) 2016 Gambio GmbH Released under the GNU General Public License (Version 2) [http://www.gnu.org/licenses/gpl-2.0.html] -------------------------------------------------------------- based on: (c) 2000-2001 The Exchange Project (earlier name of osCommerce) (c) 2002-2003 osCommerce (configure.php,v 1.14 2003/02/21); www.oscommerce.com (c) 2003 XT-Commerce - community made shopping http://www.xt-commerce.com Released under the GNU General Public License ---------------------------------------------------------------------------------------*/ $t_document_root = '/www/htdocs/w00d/gambio-shop'; // absolute server path required (domain root) if(realpath($t_document_root) !== false) { $t_document_root = realpath($t_document_root) . '/'; } $t_document_root = str_replace('\\', '/', $t_document_root); if($t_document_root == '//') { $t_document_root = '/'; } $t_dir_fs_backend = dirname(dirname(__FILE__)); $t_dir_fs_frontend = dirname(dirname(dirname(__FILE__))); if(basename(dirname(__FILE__)) == 'local') { $t_dir_fs_backend = dirname($t_dir_fs_backend); $t_dir_fs_frontend = dirname($t_dir_fs_frontend); } $t_dir_fs_backend = str_replace('\\', '/', $t_dir_fs_backend) . '/'; $t_dir_fs_frontend = str_replace('\\', '/', $t_dir_fs_frontend) . '/'; $t_dir_ws_catalog = substr($t_dir_fs_frontend, strlen($t_document_root) - 1); // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'https://www.jb-s-petit-prix.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'https://www.jb-s-petit-prix.de'); define('HTTPS_CATALOG_SERVER', 'https://www.jb-s-petit-prix.de'); define('ENABLE_SSL_CATALOG', 'true'); // SSL: 'true' = active, 'false' = inactive define('DIR_FS_DOCUMENT_ROOT', $t_dir_fs_frontend); // where the pages are located on the server define('DIR_WS_ADMIN', $t_dir_ws_catalog . 'admin/'); // absolute url path required define('DIR_FS_ADMIN', $t_dir_fs_backend); // absolute server path required define('DIR_WS_CATALOG', $t_dir_ws_catalog); // absolute url path required define('DIR_FS_CATALOG', $t_dir_fs_frontend); // absolute server path required define('DIR_WS_IMAGES', 'images/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_ORIGINAL_IMAGES', DIR_FS_CATALOG_IMAGES . 'product_images/original_images/'); define('DIR_FS_CATALOG_THUMBNAIL_IMAGES', DIR_FS_CATALOG_IMAGES . 'product_images/thumbnail_images/'); define('DIR_FS_CATALOG_INFO_IMAGES', DIR_FS_CATALOG_IMAGES . 'product_images/info_images/'); define('DIR_FS_CATALOG_POPUP_IMAGES', DIR_FS_CATALOG_IMAGES . 'product_images/popup_images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_CATALOG_ORIGINAL_IMAGES', DIR_WS_CATALOG_IMAGES . 'product_images/original_images/'); define('DIR_WS_CATALOG_THUMBNAIL_IMAGES', DIR_WS_CATALOG_IMAGES . 'product_images/thumbnail_images/'); define('DIR_WS_CATALOG_INFO_IMAGES', DIR_WS_CATALOG_IMAGES . 'product_images/info_images/'); define('DIR_WS_CATALOG_POPUP_IMAGES', DIR_WS_CATALOG_IMAGES . 'product_images/popup_images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); 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_WS_CATALOG. 'lang/'); define('DIR_FS_LANGUAGES', DIR_FS_CATALOG. 'lang/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/'); unset($t_document_root); unset($t_dir_fs_backend); unset($t_dir_fs_frontend); unset($t_dir_ws_catalog); Was fehlt bei mir oder ist falsch? Was muss ich noch ändern?
Also ich kann bei Dir problemlos Artikel in den WK legen. Liegt es bei Dir vielleicht am Browsercache?