Ankündigung

Einklappen
Keine Ankündigung bisher.

css werden bei der startseite nicht geladen....kurios

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    #16
    Zitat von amatoris Beitrag anzeigen
    Nun musste beim Schreiben auch noch mein Rechner n update machen. Toll, da fragt man sich warum man gfragt werden möchte. Nur so am Rande.


    Ändere doch mal
    Code:
    [COLOR=#FF8000][FONT=monospace]// Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
      // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
      [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]define[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'HTTP_SERVER'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'http://www.software-project-management.de/shop/'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]);
      [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]define[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'HTTPS_SERVER'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'https://ssl-id.de/software-project-management.de/shop/'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]);[/FONT][/COLOR]
    in
    Code:
    [COLOR=#FF8000][FONT=monospace]// Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
      // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
      [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]define[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'HTTP_SERVER'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'http://www.software-project-management.de'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]);
      [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]define[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'HTTPS_SERVER'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'https://ssl-id.de/software-project-management.de'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]);[/FONT][/COLOR]
    so ist shop weg und das / zuviel auch.
    Das sind genau die Eionstellungen mit denen es nicht funktioniert.
    Mein letzter Post beschreibt die Lösung (die zumindest für mich passt)

    nämlich
    Code:
    [COLOR=#FF8000][FONT=monospace]// Define the webserver and path parameters
      // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
      // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
      [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]define[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'HTTP_SERVER'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'http://www.software-project-management.de/shop/'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]);
      [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]define[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'HTTPS_SERVER'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'https://ssl-id.de/software-project-management.de/shop/'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]);[/FONT][/COLOR]
    und für den define SHOP nur ''
    Zuletzt geändert von rsagb; 19.08.2012, 18:49. Grund: Problem gelöst....

    Kommentar

    Info zu diesem Forenarchiv:
    Mit Release von 1.5.7 wurde die deutsche Zen Cart Version auf eine reine DIY-Lösung umgestellt.
    Für einen Support via Forum stehen keine personellen und zeitlichen Ressourcen mehr zur Verfügung.
    Dieses Supportforum bleibt im Nur-Lesen-Modus als Wissensarchiv noch online verfügbar.
    PM Funktionalität, Registrierung und Posten neuer Beiträge sind deaktiviert.
    Zugriff auf Anhänge in den Postings ist auch ohne Registrierung/Einloggen möglich.
    FAQ und Downloadbereich des Forums wurden in die neue umfangreiche Knowledgebase auf der zen-cart-pro.at Website übernommen.

    Das Development der deutschen Zen Cart Version geht wie bisher auf Github weiter.
    Wir werden auch weiterhin neue Versionen bereitstellen und die Onlinedokumentation/Knowledgebase aktualisieren.
    Fehler in der Software können auf Github als Issues gemeldet werden.
    Follow us
    aktuelle version
    Zen Cart 1.5.7g deutsch
    vom 12.12.2023
    [Download]
    Lädt...
    X