Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 7, 20231 yr Here's what I see this morning in my log... any idea what these errors are?
December 7, 20231 yr Are you able to search the theme for "ENT_DISALLOWED" text and show us the results and parts of the templates with that?
December 7, 20231 yr Author This is the factory template. I've only added a bit of custom CSS but haven't edited any HTML.
December 7, 20231 yr Author core —> front —> global —> commentEditLine <span class='ipsType_reset ipsType_medium ipsType_light' data-excludequote> <strong>{lang="date_edited" htmlsprintf="\IPS\DateTime::ts( $comment->mapped('edit_time') )->html(FALSE), ( $comment->mapped('edit_member_name') ) ? htmlspecialchars( $comment->mapped('edit_member_name'), ENT_QUOTES | ENT_DISALLOWED, 'UTF-8', FALSE ) : \IPS\Member::loggedIn()->language()->addToStack('guest')"}</strong> {{if $supportsReason && $comment->mapped('edit_reason')}} <br>{$comment->mapped('edit_reason')} {{endif}} {{if \IPS\Settings::i()->edit_log == 2 and ( \IPS\Settings::i()->edit_log_public or \IPS\Member::loggedIn()->modPermission('can_view_editlog') ) }} <a href='{$comment->url('editlog')}' class='' data-ipsDialog data-ipsDialog-title='{lang="edit_history_title"}' title='{lang="edit_history"}'>({lang="edit_history"})</a> {{if !$comment->mapped('edit_show') AND \IPS\Member::loggedIn()->modPermission('can_view_editlog')}} <br>{lang="comment_edit_show_anyways"} {{endif}} {{endif}} </span> core —> front —> global —> contentEditLine <p class='ipsType_reset ipsType_medium ipsType_light' data-excludequote> <strong>{lang="date_edited" htmlsprintf="\IPS\DateTime::ts( $item->mapped('edit_time') )->html(FALSE), htmlspecialchars( $item->mapped('edit_member_name'), ENT_QUOTES | ENT_DISALLOWED, 'UTF-8', FALSE )"}</strong> {{if $item->mapped('edit_reason')}} <br>{$item->mapped('edit_reason')} {{endif}} {{if \IPS\Settings::i()->edit_log == 2 and ( \IPS\Settings::i()->edit_log_public or \IPS\Member::loggedIn()->modPermission('can_view_editlog') )}} <a href='{$item->url('editlog')}' data-ipsDialog data-ipsDialog-title="{lang="edit_history"}" title="{lang="edit_history"}">({lang="edit_history"})</a> {{if !$item->mapped('edit_show') AND \IPS\Member::loggedIn()->modPermission('can_view_editlog')}} <br>{lang="comment_edit_show_anyways"} {{endif}} {{endif}} </p>
December 7, 20231 yr Author Not sure if I can check again, as this issue concerns only 120 entries in the system log that occurred in a 10 minute span yesterday, and has since stopped anyway. Hook 352 is the following plug-in however it's been installed for about 1 year without issues and over the past month I have only this 10 minute span when those errors occurred: Default Quick Search Option Enabled1.0.0 Custom By Ahmed Zayed https://invisioncommunity.com/profile/189809-a-zayed/
December 7, 20231 yr Author That plug-in allows you to keep the search field set to "Everywhere" no matter what page you're on:
December 7, 20231 yr Community Expert If they have now stopped being logged, I suspect its likely our end and will let people know. Do let us know if you see them occurring again though.
December 7, 20231 yr Author If they have now stopped being logged, I suspect its likely our end and will let people know. Do let us know if you see them occurring again though. Thank you Marc, I will.
December 7, 20231 yr Just to confirm, had the errors issue here. And it may have been the same time, depending upon time zones. The minutes match up. Edited December 7, 20231 yr by My Sharona