Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

george_png

Pioneers
  • Posts

    4
  • Joined

  • Last visited

george_png's Achievements

  1. Hello ! This is my configure file. If you see any error please say me <?php define('HTTP_SERVER', 'http://www.mypc-bg.com'); define('HTTPS_SERVER', 'https://www.mypc-bg.com'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.mypc-bg.com'); define('HTTPS_COOKIE_DOMAIN', 'www.mypc-bg.com'); 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_ICONS', DIR_WS_IMAGES . 'icons/'); 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_CATALOG', '/htdocs/mypc-bg/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', '127.0.0.1'); define('DB_SERVER_USERNAME', 'petko'); define('DB_SERVER_PASSWORD', 'alabala'); define('DB_DATABASE', 'kalinka'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?> Sorry ! I am new in osCommerce and my questions some times may seem a bit stupid. Thanks!
  2. Hello Jack ! ..again I saw my configure.php file in /catalog/includes/configure.php Everything looks fine, like post that you showed me. Do you have other suggestions on this problem? Thanks!
  3. Hi! Yes I did it. I did this steps: If the sitemaps fail to generate, then go to admin->Configuration->Google XML SEO and switch to the alternate class and try again. If the maps still fail, enable the diagnostic option in the settings and try again. If the error isn't obvious at that point, post the problem, along with the diagnostic output in the support thread. But I have error !
  4. Hello ! I have instaled osCommerce v2.3.1 and googlesitemap from Jack but when I try to open http://mydomain.com/...temap/index.php I have this error: Opening /sitemapproducts.xml FS_CAT /var/www/users/png/ Server http://mypc-bg.com Save Path / WS_CAT / ERROR: Google Product Sitemap Generation FAILED! Opening /sitemapcategories.xml FS_CAT /var/www/users/png/ Server http://mypc-bg.com Save Path / WS_CAT / ERROR: Google Category Sitemap Generation FAILED! Opening /sitemapmanufacturers.xml FS_CAT /var/www/users/png/ Server http://mypc-bg.com Save Path / WS_CAT / ERROR: Google Manufacturers Sitemap Generation FAILED! Opening /sitemapspecials.xml FS_CAT /var/www/users/png/ Server http://mypc-bg.com Save Path / WS_CAT / ERROR: Google Specials Sitemap Generation FAILED! ERROR: Google Pages Sitemap Generation FAILED! Opening /sitemapindex.xml FS_CAT /var/www/users/png/ Server http://mypc-bg.com Save Path / WS_CAT / ERROR: Google Sitemap Index Generation FAILED! Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [sTATUS] => success [NUM_ROWS] => 566 ) [CATEOGRY] => Array ( [sTATUS] => success [NUM_ROWS] => 38 ) [MANUFACTURERS] => Array ( [sTATUS] => success [NUM_ROWS] => 35 ) [sPECIALS] => Array ( [sTATUS] => success [NUM_ROWS] => 5 ) ) [sAVE_FILE_XML] => Array ( [0] => Array ( [file] => /sitemapproducts.xml [status] => failure [file_exists] => false ) [1] => Array ( [file] => /sitemapcategories.xml [status] => failure [file_exists] => false ) [2] => Array ( [file] => /sitemapmanufacturers.xml [status] => failure [file_exists] => false ) [3] => Array ( [file] => /sitemapspecials.xml [status] => failure [file_exists] => false ) [4] => Array ( [file] => /sitemapindex.xml [status] => failure [file_exists] => false ) ) ) Jack... Can You help me ? What wrong ? Thanks in advance! Sorry for my bad english :-)
×
×
  • Create New...