XF 1.4 Resource Manager

DaveM

Well-known member
I have just installed the Resource manage and when I go to add my first Resource I get this error?

Code:
Error Info
ErrorException: Fatal Error: Call to a member function getModelFromCache() on a non-object - library/bdSocialShare/Shareable/XenResource/Resource.php:93
Generated By: DaveM, A moment ago
Stack Trace

#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}

Request State

array(3) {
  ["url"] => string(35) "http://mycatchat.com/resources/save"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(20) {
    ["resource_category_id"] => string(1) "2"
    ["prefix_id"] => string(1) "1"
    ["title"] => string(19) "Caring for your cat"
    ["version_string"] => string(0) ""
    ["tag_line"] => string(19) "Caring for your cat"
    ["resource_file_type"] => string(3) "url"
    ["download_url"] => string(76) "http://www.cats.org.uk/documents/cat-care-leaflets-2013-eg01caringforyourcat"
    ["message_html"] => string(378) "<p><img exify_intitialized="true" src="http://thepetproductguru.com/wp-content/uploads/2012/08/Cat-brushed.jpg" alt="[IMG]" unselectable="on">&nbsp;<br></p><p><br></p><p>Cats can be independent souls and are great
pets for people with busy lifestyles, but they still need to be looked
after. Keep your cat happy and healthy by following this advice</p><p><br></p><p><br></p>"
    ["_xfRelativeResolver"] => string(34) "http://mycatchat.com/resources/add"
    ["attachment_hash"] => string(32) "bc4233ed8569fa58f4133bc145b2f48d"
    ["custom_fields"] => array(1) {
      ["Source"] => string(62) "http://www.cats.org.uk/cat-care/care-leaflets/essential-guides"
    }
    ["custom_fields_shown"] => array(1) {
      [0] => string(6) "Source"
    }
    ["external_url"] => string(0) ""
    ["alt_support_url"] => string(23) "http://www.cats.org.uk/"
    ["_bdSocialShare_enabled"] => array(1) {
      ["_default"] => string(1) "1"
    }
    ["_bdSocialShare_included"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(14) "/resources/add"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Top Bottom