Exporting in widgets framework

Aayush

Well-known member
I am trying to export my widget from widget framework so that it could be installed on other sites, but when I click export button it gives an error.

Code:
An exception occurred: Array to string conversion in /Applications/MAMP/htdocs/xf/library/XenForo/Helper/DevelopmentXml.php on line 239

XenForo_Application::handlePhpError()
strval() in XenForo/Helper/DevelopmentXml.php at line 239
XenForo_Helper_DevelopmentXml::createDomCdataSection() in WidgetFramework/ViewAdmin/Widget/Export.php at line 24
WidgetFramework_ViewAdmin_Widget_Export->renderXml() in XenForo/ViewRenderer/Abstract.php at line 227
XenForo_ViewRenderer_Abstract->renderViewObject() in XenForo/ViewRenderer/Xml.php at line 107
XenForo_ViewRenderer_Xml->renderView() in XenForo/FrontController.php at line 582
XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
XenForo_FrontController->run() in /Applications/MAMP/htdocs/xf/admin.php at line 13
[\CODE]
Anybody else also experiencing this issue?

Is there any way I could fix this or anybody got a template which I can use to export my framework widget manually?
 
Top Bottom