Freelancer
Member
In "member_view" (User Profile), the above add-on places a tab "Attachments" that lists all attachments of the user. When you click the tab and XFA EC is installed you get the following Server Error:
Please advise
Code:
Error Info
Invalid model 'XFA_DocMngr_Model_Category' specified - library/XenForo/Model.php:192
Stack Trace
#0 /Applications/XAMPP/xamppfiles/htdocs/mywebsite/library/XFA/ExtendedCover/AttachmentHandler/AMSArticleCover.php(55): XenForo_Model::create('XFA_DocMngr_Mod...')
#1 /Applications/XAMPP/xamppfiles/htdocs/mywebsite/library/XFA/ExtendedCover/AttachmentHandler/AMSArticleCover.php(42): XFA_ExtendedCover_AttachmentHandler_AMSArticleCover->_getCategoryModel()
#2 /Applications/XAMPP/xamppfiles/htdocs/mywebsite/library/XFA/ExtendedCover/AttachmentHandler/AMSArticleCover.php(49): XFA_ExtendedCover_AttachmentHandler_AMSArticleCover->getContentDataFromContentId(14)
#3 /Applications/XAMPP/xamppfiles/htdocs/mywebsite/library/XenForo/Model/Attachment.php(473): XFA_ExtendedCover_AttachmentHandler_AMSArticleCover->getContentLink(Array, Array, false)
#4 /Applications/XAMPP/xamppfiles/htdocs/mywebsite/library/XenForo/Model/Attachment.php(434): XenForo_Model_Attachment->getContentLink(Array)
#5 /Applications/XAMPP/xamppfiles/htdocs/mywebsite/library/XenForo/Model/Attachment.php(454): XenForo_Model_Attachment->prepareAttachment(Array, true)
#6 /Applications/XAMPP/xamppfiles/htdocs/mywebsite/library/phc/AttachmentPlus/Extend/XenForo/ControllerPublic/Member.php(97): XenForo_Model_Attachment->prepareAttachments(Array, true)
#7 /Applications/XAMPP/xamppfiles/htdocs/mywebsite/library/XenForo/FrontController.php(351): phc_AttachmentPlus_Extend_XenForo_ControllerPublic_Member->actionAtpattachments()
#8 /Applications/XAMPP/xamppfiles/htdocs/mywebsite/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /Applications/XAMPP/xamppfiles/htdocs/mywebsite/index.php(13): XenForo_FrontController->run()
#10 {main}
Request State
Array
(
[url] => http://localhost/mywebsite/members/membername.1/atpattachments?_xfRequestUri=%2Fmywebsite%2Fmembers%2Fmembername.1%2F&_xfNoRedirect=1&_xfToken=1%2C1492103790%2Cd86d5c804fe7e4af92a6a4b668041e1bff36296d&_xfResponseType=json
[_GET] => Array
(
[_xfRequestUri] => /mywebsite/members/membername.1/
[_xfNoRedirect] => 1
[_xfToken] => 1,1492103790,d86d5c804fe7e4af92a6a4b668041e1bff36296d
[_xfResponseType] => json
)
[_POST] => Array
(
)
)
Please advise