Fixed  Template Errors: news_feed_item_post_insert

soloarquitectura

Well-known member
(debug = true)

Your News Feed (/index.php?account/news-feed):

Template Errors: news_feed_item_post_insert
Code:
Invalid argument supplied for foreach() in (...)library/XenForo/Template/Abstract.php(243) : eval()'d code, line 50:
49: ';
50: foreach ($content['attachments'] AS $attachment)
51: {
 
Confirmed: ../forum/account/news-feed

Code:
Template Errors: news_feed_item_post_insert
Invalid argument supplied for foreach() in /home/xxxxxxxxxxxxx/public_html/forum/library/XenForo/Template/Abstract.php(243) : eval()'d code, line 50:
49:     ';
50: foreach ($content['attachments'] AS $attachment)
51: {
 
Likely applies to other news_feed_item_post_* templates (and other places where they're used, like the like list).
 
Top Bottom