View Issue Details

IDProjectCategoryView StatusLast Update
0001607OXID eShop (all versions)1.06. Search, Tagspublic2012-12-07 14:42
Reportercsimon Assigned To 
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.3.0 revision 26948 
Summary0001607: Tags Produce Crash when coming from Variants
DescriptionIf tags are coming only from variants, $oArticle contains an instance of oxSimpleVariant, which hasn't the getStdTagLink. Therefore, clicking on a tag link causes an error that getStdTagLink doesn't exist.

TagsTags
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0001563 resolvedsarunas_valaskevicius Tag-View returns an empty page 

Activities

csimon

2010-01-18 21:47

reporter   ~0002278

oh, sorry: i meant the method "getStdLink", sorry for the words i forgot ;)

dainius.bigelis

2010-01-19 08:09

reporter   ~0002279

@Developers: I don't get the error message on such case, but when Tag is assigned to Variant article, the search by this tag does not works - empty result page is returned, when clicked on Tag link (so error message is also possible in some cases).

arvydas_vapsva

2010-01-20 14:37

reporter   ~0002289

Last edited: 2010-01-21 07:47

yes, in 4.2.0 there were no oxSimpleVariant::getBaseSeoLink() and oxSimpleVariant::getStdLink() getters. Now those will be implemented in next version.

arvydas_vapsva

2010-01-20 15:51

reporter   ~0002290

fixed