View Issue Details

IDProjectCategoryView StatusLast Update
0000647OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:38
ReporterMoehlis Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.0.0.2 revision 14967 
Fixed in Version4.1.0 revision 17976 
Summary0000647: captcha creates notice errors -> captcha image is not shown
DescriptionThe captcha image (url like http://shop.whatever.de/core/utils/verificationimg.php?e_mac=ox_RANDOMHASH) creates the following error message:

Notice: Trying to get property of non-object in /srv/www/shop.whatever.de/html/core/oxbase.php on line 1461

(this appears 51 times, always the same error)

Additional InformationThe solution can be:

/core/oxubase.php:1461

> if (isset($this->$sLongFieldName) && $this->$sLongFieldName->fldtype == "double") {
< if (isset($this->$sLongFieldName->fldtype) && $this->$sLongFieldName->fldtype == "double") {
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

There are no notes attached to this issue.