View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004036 | OXID eShop (all versions) | 1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econda | public | 2012-05-14 10:09 | 2012-12-07 14:35 |
Reporter | ray | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | have not tried |
Status | resolved | Resolution | won't fix | ||
Product Version | 4.6.0 revision 44406 | ||||
Summary | 0004036: typo in Function isFbWidgetVisible ? | ||||
Description | The Function in oxubase (Visible with "V"): public function isFbWidgetVisible() { if ( $this->_blFbWidgetsOn === null ) { $oUtils = oxUtilsServer::getInstance(); // reading .. $this->_blFbWidgetsOn = (bool) $oUtils->getOxCookie( "fbwidgetson" ); } return $this->_blFbWidgetsOn; } But in Template (Article details for exanmple) it is written with "W": isFbWidgetWisible | ||||
Steps To Reproduce | Go to Article-Details when Facebook is enabled and setting "Customer must enable Facebook social plugins" | ||||
Additional Information | Please provide Hotfix Exception Log: http://forum.oxid-esales.com/showthread.php?t=14527#post90234 Have not tried in Basic. | ||||
Tags | |||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
checked in 4.6.0 packages. isFbWidgetWisible() - not found. from forum comments its seems that shop was updated from 4.5.x to 4.6, and /tmp folder was not deleted. simple need delete temporary files and will problem will be fixed |
|
can be found in 4.5.9 oxubase so please fix with 4.5.11 - reopened therefore http://docu.oxid-esales.com/CE/sourcecodedocumentation/4.5.9.43186/oxubase_8php_source.html#l03238 Did not find it myself within 4.6 and will keep an eye in forums about possible new cases and detailed circumstances. |
|
in 4.5.x version it is with "W" in php class and in templates (no errors, it brakes shop only after update and only when old tmp files are left). and the fix can be provided in patch because of template changes. (it fixed in 4.6.0) |