View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000647 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2009-02-27 12:39 | 2012-12-10 14:38 |
Reporter | Moehlis | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.0.0.2 revision 14967 | ||||
Fixed in Version | 4.1.0 revision 17976 | ||||
Summary | 0000647: captcha creates notice errors -> captcha image is not shown | ||||
Description | The 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 Information | The solution can be: /core/oxubase.php:1461 > if (isset($this->$sLongFieldName) && $this->$sLongFieldName->fldtype == "double") { < if (isset($this->$sLongFieldName->fldtype) && $this->$sLongFieldName->fldtype == "double") { | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||