Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pedrodriguez11

Pioneers
  • Posts

    4
  • Joined

  • Last visited

Everything posted by pedrodriguez11

  1. Hi Jim, after updating to a new theme with theme roller jquery updated to ui-1.9.1 and jquery 1.8.2 and the output code got mixed up. Thanks to your above changes in bm_categories_accordeon.php the line break disappeared and your contrib works fine again. Thank you so much!!! ;)
  2. Hi Jan, thanks for you contribution. works fine with OsC 2.3.1 and save me a lot of space. Only one problem with emailing the file: Email send error: Failed to connect to smtp.1and1.com:587 [sMTP: Failed to connect socket: Connection refused (code: -1, response: )] My smtp host requires authentication: "(To send e-mail using the SMTP-Server, activate SMTP Authentication. Please do not use the Secure Password Authentication (SPA) option. Optionally, port 587 can also be used in addition to the default port (25) RFC 2476.).". How can I activate that in the script of mail_backups.php? - Thanks.
  3. Yes, and I checked them both... /includes/database_tables.php: ... define('TABLE_ZONES', 'zones'); /*** Begin Header Tags SEO ***/ define('TABLE_HEADERTAGS', 'headertags'); define('TABLE_HEADERTAGS_CACHE', 'headertags_cache'); define('TABLE_HEADERTAGS_DEFAULT', 'headertags_default'); define('TABLE_HEADERTAGS_SEARCH', 'headertags_search'); define('TABLE_HEADERTAGS_SILO', 'headertags_silo'); /*** End Header Tags SEO ***/ ?> and admin/includes/database_tables.php: ... define('TABLE_ZONES', 'zones'); /*** Begin Header Tags SEO ***/ define('TABLE_HEADERTAGS', 'headertags'); define('TABLE_HEADERTAGS_CACHE', 'headertags_cache'); define('TABLE_HEADERTAGS_DEFAULT', 'headertags_default'); define('TABLE_HEADERTAGS_KEYWORDS', 'headertags_keywords'); define('TABLE_HEADERTAGS_SEARCH', 'headertags_search'); define('TABLE_HEADERTAGS_SILO', 'headertags_silo'); /*** End Header Tags SEO ***/ ?> But I still get this error. Where else can the mistake be???
  4. Hi, Thanks for your great contribution. I installed Header Tags SEO V 3.2.8 on Osc v2.3.1,everything seems working fine. Now I have a problem.when I realize a search on the site I get the following error: 1146 - Table 'db420072642.TABLE_HEADERTAGS_KEYWORDS' doesn't exist select 1 FROM TABLE_HEADERTAGS_KEYWORDS where keyword = 'dorado' and language_id = 2 [TEP STOP] I have read all the posts and doublechecked database_tables.php in catalog/includes and admin/includes, the advances_search_results.php and all the other changed files... Can't find any mistake there, but in my database if I check the headertags_keywords I get MySQL has returned an empty value Uninstalled and installed the headertags_seo_..., Fill the tags with result: 2951 Category tags have been filled. 2951 Manufacturer tags have been filled. 2951 Product tags have been filled. languages in the Header Tags table are: 2 ( Espanol ). Test is OK, No errors of Permission Settings... What else can be wrong???
×
×
  • Create New...