• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Resolved Errors with image load on every article

MattRock

New Member
AMS Premium
After updating to .26 version, I now see the below error at least twice for each article that loads containing an image. Any thoughts on how I might resolve?

image.jpg
 
Solution
Looks to be an outdated template (xa_ams_article_view). Can you double check that template to see if it has been modified? Might need to revert it so that all the new updated template code is included and not over written.
Looks to be an outdated template (xa_ams_article_view). Can you double check that template to see if it has been modified? Might need to revert it so that all the new updated template code is included and not over written.
 
Solution
The method 'canViewArticleAttachments()' was replaced by 'canViewAttachments()' and all instances of 'canViewArticleAttachments()' in the 'xa_ams_article_view' template were replaced. That is why you are seeing the error as your 'xa_ams_article_view' template is outdated/improperly merged and needs to be reverted. If you have a lot of customization in that template, just replace all instances of 'canViewArticleAttachemts()' with 'canViewAttachments()' and those errors will stop :)
 
Back
Top