Hallo, ich möchte gerne unter WAMP eine lokale Installation von Gambio vornehmen. Die Konfiguration sieht bei mir im includes/config meines Erachtens unspektakulär aus: Code: [...] define('HTTP_SERVER', 'http://localhost/domain.tld'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://localhost/domain.tld'); // eg, https://localhost - should not be empty for productive servers; [..] Wenn ich die Seite mit localhost/domain.tld im Browser aufrufe, hängt Gambio scheinbar noch ein weitere URL dran und ergänzt diese mit einem erneuten domain.tld Im Quelltext heißt es dann auch u.a.: Code: <script> window.JSEngineConfiguration = { 'environment' : "production", 'shopUrl' : 'http://localhost/domain.tld/domain.tld', 'tplPath' : 'templates/Honeygrid/', [...] Da dieser Pfad ins Nirvana führt, wird natürlich auch nix dargestellt. Hat irgendwer eine Ahnung warum das so sein könnte ? Vielen Dank. Stephan
Ich hab das in xampp so, dass der Ordner so heist, wie der Testshop (Beispiel: testshop) und in den configure-Dateien steht als Root: PHP: $t_document_root = 'C:/xampp/htdocs/'; // absolute server path required (domain root) und weiter unten dann: Code: define('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 in der url steht Code: http://localhost/testshop/
Hallo Barbara... )) Ein bißchen muss der Zauberlehrling wohl noch in Lehre gehen. Wer lesen kann, ist eindeutig im Vorteil Danke...