Closed ghost closed 5 years ago
The problem appears to be a misconception in tag handling
resources/views/home
{!!
$general_helper->closeAllTags(
$general_helper->oldContentFilter(
str_replace($preview_content_text, $preview_content, $single_news->preview_content) ??
str_replace($full_content_text, $full_content, $single_news->content).' ...')
)
!!}
----------------------------------------------------------------------------------
/app/Services/GeneralViewHelper.php
public function closeAllTags
List of improperly parsed news caught At this moment 6996 is the last id http://dpaste.com/3SJ4E8S
I fixed this last_news loading bug.
News pagination don't match an actual number of accessible pages
Highly likely caused by
app/ForumTopic.php
with a lack of "approved" validation