Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

maiardes

Pioneers
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Real Name
    maia

maiardes's Achievements

  1. i did everything form your tutorial and all works ok exept my admin page where , when i try to enter it apears me on the page this: // Function to reset SEO URLs database cache entries // Ultimate SEO URLs v2.2d function tep_reset_cache_data_seo_urls($action){ switch ($action){ case 'reset': case 'uninstall': tep_db_query("DELETE FROM cache WHERE cache_name LIKE '%seo_urls%'"); tep_db_query("UPDATE configuration SET configuration_value='false' WHERE configuration_key='SEO_URLS_CACHE_RESET'"); if ($action == 'reset') break; tep_db_query("DELETE FROM configuration_group WHERE configuration_group_title LIKE '%seo_urls%'"); tep_db_query("DELETE FROM configuration WHERE configuration_key LIKE 'SEO%' OR configuration_key LIKE 'USE_SEO%'"); break; default: break; } # The return value is used to set the value upon viewing # It's NOT returining a false to indicate failure!! return 'false'; }
×
×
  • Create New...