View Issue Details

IDProjectCategoryView StatusLast Update
0004036OXID eShop (all versions)1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econdapublic2012-12-07 14:35
Reporterray Assigned To 
PriorityurgentSeveritycrashReproducibilityhave not tried
Status resolvedResolutionwon't fix 
Product Version4.6.0 revision 44406 
Summary0004036: typo in Function isFbWidgetVisible ?
DescriptionThe 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 ReproduceGo to Article-Details when Facebook is enabled and setting "Customer must enable Facebook social plugins"
Additional InformationPlease provide Hotfix

Exception Log:
http://forum.oxid-esales.com/showthread.php?t=14527#post90234

Have not tried in Basic.
TagsFacebook
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2012-05-15 12:50

reporter   ~0006609

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

ray

2012-05-15 13:45

reporter   ~0006610

Last edited: 2012-05-15 13:46

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.

Linas Kukulskis

2012-05-15 14:05

reporter   ~0006611

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)