Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: sever path issue

    jey

    • Frisch an Board
    • Beiträge: 92
    • Geschlecht:
    sever path issue
    am: 12. April 2012, 10:12:00
    we uploaded our webshop in live server it is working fine but product info page and admin page path is not working.

    Please check it the config file and let me know how to solve this issue

    Code: PHP  [Auswählen]
      define('HTTP_SERVER', 'http://www.shop.com/'); // eg, http://localhost - should not be empty for productive servers
      define('HTTPS_SERVER', 'https://www.shop.com/'); // eg, https://localhost - should not be empty for productive servers
      define('ENABLE_SSL', false); // secure webserver for checkout procedure?
      define('DIR_WS_CATALOG', ''); // absolute path required
      define('DIR_FS_DOCUMENT_ROOT', '');
      define('DIR_FS_CATALOG', '');
      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/');

    // define our database connection
      define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
      define('DB_SERVER_USERNAME', 'xxxx');
      define('DB_SERVER_PASSWORD', 'xxxx');
      define('DB_DATABASE', 'xxxx');
      define('USE_PCONNECT', 'false'); // use persistent connections?
      define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

     


    Linkback: https://www.modified-shop.org/forum/index.php?topic=19447.0
    Templateshop - Eine große Auswahl an neuen und modernen Templates für die modified eCommerce Shopsoftware

    GTB

    • modified Team
    • Gravatar
    • Beiträge: 6.306
    • Geschlecht:
    Re: sever path issue
    Antwort #1 am: 12. April 2012, 10:36:51
    Pleas use the installer script to write the new configure.php

    Regards, Gerhard
    Modulshop - Eine große Auswahl an neuen und hilfreichen Modulen für die modified eCommerce Shopsoftware
    2 Antworten
    3829 Aufrufe
    15. Februar 2012, 14:23:03 von jey
    2 Antworten
    3929 Aufrufe
    06. November 2013, 13:50:54 von noRiddle (revilonetz)
    3 Antworten
    3783 Aufrufe
    15. Februar 2012, 12:47:45 von Matt
    0 Antworten
    2068 Aufrufe
    22. August 2013, 08:39:20 von jey