Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
David N. Posted December 7, 2023 Posted December 7, 2023 Here's what I see this morning in my log... any idea what these errors are?
DawPi Posted December 7, 2023 Posted December 7, 2023 Are you able to search the theme for "ENT_DISALLOWED" text and show us the results and parts of the templates with that?
David N. Posted December 7, 2023 Author Posted December 7, 2023 This is the factory template. I've only added a bit of custom CSS but haven't edited any HTML.
David N. Posted December 7, 2023 Author Posted December 7, 2023 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>
DawPi Posted December 7, 2023 Posted December 7, 2023 Then it's weird. Are you Cloud hosted, right? David N. 1
David N. Posted December 7, 2023 Author Posted December 7, 2023 4 minutes ago, DawPi said: Then it's weird. Are you Cloud hosted, right? Yes, correct.
DawPi Posted December 7, 2023 Posted December 7, 2023 What is hook352? Try disable it first and then check again. David N. 1
David N. Posted December 7, 2023 Author Posted December 7, 2023 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/
David N. Posted December 7, 2023 Author Posted December 7, 2023 That plug-in allows you to keep the search field set to "Everywhere" no matter what page you're on:
Marc Posted December 7, 2023 Posted December 7, 2023 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. David N. 1
David N. Posted December 7, 2023 Author Posted December 7, 2023 3 minutes ago, Marc Stridgen said: 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.
My Sharona Posted December 7, 2023 Posted December 7, 2023 (edited) 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, 2023 by My Sharona David N. and Marc 1 1
Recommended Posts