Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

spleen

Archived
  • Posts

    11
  • Joined

  • Last visited

Everything posted by spleen

  1. seems like you dropped the cache table in your database. try to access the db via phpmyadmin and check it out manually if its really "gone" if: execute following SQL string: CREATE TABLE `cache` ( `cache_id` varchar(32) NOT NULL default '', `cache_language_id` tinyint(1) NOT NULL default '0', `cache_name` varchar(255) NOT NULL default '', `cache_data` mediumtext NOT NULL, `cache_global` tinyint(1) NOT NULL default '1', `cache_gzip` tinyint(1) NOT NULL default '1', `cache_method` varchar(20) NOT NULL default 'RETURN', `cache_date` datetime NOT NULL default '0000-00-00 00:00:00', `cache_expires` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`cache_id`,`cache_language_id`), KEY `cache_id` (`cache_id`), KEY `cache_language_id` (`cache_language_id`), KEY `cache_global` (`cache_global`) ) TYPE=MyISAM; not sure if its the standard cache table - maybe i already extended it with a contrib. good luck
  2. Well i made the right changes - 100% without ADMIN ACCESS LEVEL its working fine - it just adds stuff to the general.php. So no worries about installing SEO right (was working perfectly before the admin thing - and i installed ONLY the admin thing befor the error occured). and to the include of the categories.php - in you install file it says shouldnt it be inserted after the if (tep_not_null($action)) { ? greets marcel
  3. Hi there! noticed the same Problem: Well for me it just appears if i install "Admin Access with Level 2.3" I searched everywhere - cant find the problem :( It seems that claroques cDynamic Tags are working fine with the reset method. and another thing: in the install manual its adding stuff in categories.php BEFORE the "if (tep_not_null($action)) {" - the latest cDynamic Tags version changed the installer to add it INSIDE the IF. shouldnt it be the same for SEO? best regards marcel
  4. the latest version: only the meta_tags.php files are changed right?! well if i overwrite them its no longer working.... havent found the time yet to check the changes. caching is off for me.
  5. well just gave the additional infos a try - well i can duplicate all of your infos. but if there is no "Desc to add to all" there will be the last slash (only if you add teh fix you posted some posts before) . the trailing one will always be there if you are not on product_info or index (main). well im using Ultimate SEO aswell and some other modifications but cant see the reason in there. i will try it on a clean store aswell soonish. @kslager - i didnt get it working aswell :( you might better use Header Tags Controller contrib...
  6. hehe yeah i understand ;) seemed for me like beeing a small bug that the seperator will be added even if there is no second attribute. well ill give it a try when im back from holidays ;)
  7. hi there! well index.php is fine now! but DVD category: <META NAME="Description" Content="- DVD Filme from osCommerce -"> there is still the trailign slash and now another ending one...
  8. its a clean OSC install - i switch to product listing (DVD category) got this as desc: <META NAME="Description" Content="- DVD Filme from osCommerce"> there is the trailing "-" even if i enter some stuff for the HEAD_DESC_TAG_INDEX i got "- test" as desc. (thanks that those variables are working now!) the double thing is fixed aswell - thanks! ah and nevermind about the STS... i dont use it anymore - but i didnt replace the title on first installation. so maybe its working aswell - but maybe there are probelms with head tas controller code inside the STS (its merged in latest version)
  9. another little thingy... well in the installation it says but i had to REPLACE the original <title> tag to get it working. and the "default" values for index/all in meta_tags.php do not work properly. if i add an additional desc it adds it twice. for index.php its not working at all. and on product listing i got an additional " - " as prefix at desc. maybe i did something wrong... but doesnt seems so. anyways great contrib! p.s. - deinstalled STS - was crap anyways (for caching etc)
  10. hi there! im using the STS system and just tried to install your contribution. well no errors but no effect at all. guess its because of the STS template system. you agree? or any hints howto solve this problem (as i prefer your idea of metatags over the meta tag controller) greez spleen
×
×
  • Create New...