We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How do i fix this error ? | Forum

Webster Molaudi
Webster Molaudi Aug 31 '17
Hi Oxwallers,

When i activate Catalog Sharing Buttons - https://developers.oxwall.com/store/item/1195

I get this Error below, how do i fix it ?

---

bind("class.get_instance.CATALOG_CMP_ItemDescriptionWidget", function(OW_Event $e){ $params = $e->getParams(); $className = $params['className']; $arguments = $params['arguments']; $rClass = new ReflectionClass('CATALOGSHARING_CMP_ItemDescriptionWidget'); $inst = $rClass->newInstanceArgs($arguments); $e->setData($inst); });

---

Thanks in Advance