Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

peehdee

Pioneers
  • Posts

    10
  • Joined

  • Last visited

Everything posted by peehdee

  1. i found the right define('HTTP_COOKIE_DOMAIN', '.XXX.com'); define('HTTPS_COOKIE_DOMAIN', '.XXX.com'); now it works fine thank you so much for support! greets peehdee
  2. thx 4 the tip i take a look i have check my admin/includes/configure.php and includes/configure.php and it looks like the configures from the clean osc version "2.2 Release Candidate 2a", where i had install the "2.2d-7" too. :huh: admin/includes/configure define('HTTP_SERVER', 'http://XXX'); define('HTTP_CATALOG_SERVER', 'http://XXX'); define('HTTPS_CATALOG_SERVER', 'https://XXX'); define('ENABLE_SSL_CATALOG', 'true'); define('DIR_FS_DOCUMENT_ROOT', '/XXX/'); define('DIR_WS_ADMIN', '/admin/'); define('DIR_FS_ADMIN', '/XXX/catalog/admin/'); define('DIR_WS_CATALOG', '/'); define('DIR_FS_CATALOG', '/XXX/catalog/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_FS_CATALOG_IMAGES_MEDIUM', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_IMAGES_LARGE', DIR_FS_CATALOG . '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_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CACHE_XSELL', DIR_WS_INCLUDES . 'tmp/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); define('DB_SERVER', 'XXX'); define('DB_SERVER_USERNAME', 'XXX'); define('DB_SERVER_PASSWORD', 'XXX'); define('DB_DATABASE', 'XXX'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); includes/configure define('HTTP_SERVER', 'http://XXX'); define('HTTPS_SERVER', 'https://XXX'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'http://XXX'); define('HTTPS_COOKIE_DOMAIN', 'https://XXX'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_IMAGES_MEDIUM', 'images/'); define('DIR_WS_IMAGES_LARGE', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_QUANTITY_ICONS', DIR_WS_ICONS . 'qicons/'); 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_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CACHE_XSELL', 'tmp/'); define('DIR_FS_CATALOG', '/XXX/catalog/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', 'XXX'); define('DB_SERVER_USERNAME', 'XXX'); define('DB_SERVER_PASSWORD', 'XXX'); define('DB_DATABASE', 'XXX'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql');
  3. dear jack, thank for support. i have made a mistake. i use the "Ultimate SEO 2-2.2d-7" not the Version "2.1d". :-" Prevent Spider Sessions is on "True" first i have installed the 2.2d-7 on a clear osc-Shop and the session is not shown in the URLS. but the upgrade in my actually shop shows the osCsid >_<
  4. Hello jack mcs, today I have upgrade my SEO URLs from Version "2.0b" to "Ultimate Seo Urls 2.1d STABLE FINAL r172". The output of the categories and products as well as manufacturers does work fine. But I have problems to hide/delete the sessions in the URL. I have checked the Ultimate SEO URLs contribution documentation many times and i found no mistakes. maybe is there anything in the database from the older version? I had uninstall the Version 2.0b before i install the new version. Do you have any idea what my problem is??? :'(
  5. try this one: require(DIR_FS_ADMIN . '/fckeditor/fckeditor.php'); fckeditor not FCKeditor ^^
  6. hi jack, thank you for your answer. Before i have wrote this post, i have searched for solutions. my english is not so good and its hard for me to find the right post, because this thread is over 36 sites long. maybe you or anyone else can give me a link to the right post. in the meantime of course i search a solution in this forum. ;-) peehdee
  7. hi jack, first i have to thank you for this great contribution. i have installed Header Tags SEO Version 3.0.4 with no errors, but i have a problem to show the categories and manufacturers name in the title. the title tags are saved in the db after i have made fill tags in the admin section but it doesnt show in the storefront. My OSC version based on rc2. I have installed only 1 contribution named Ultimate SEO URLs. Thats all. do you have any idea, where i make a false in the installation or where i can search the failure? thanks for help. peehdee
×
×
  • Create New...