Jump to content

Featured Replies

Posted

Here's what I see this morning in my log... any idea what these errors are? 

Could contain: Page, Text

Could contain: Page, Text, File

Are you able to search the theme for "ENT_DISALLOWED" text and show us the results and parts of the templates with that?

  • Author

This is the factory template. I've only added a bit of custom CSS but haven't edited any HTML. 

 

  • 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>

 

Then it's weird. Are you Cloud hosted, right?

  • Author
 

Then it's weird. Are you Cloud hosted, right?

Yes, correct. 

What is hook352? Try disable it first and then check again.

  • 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  
  • Author

That plug-in allows you to keep the search field set to "Everywhere" no matter what page you're on: 

Could contain: Page, Text

  • 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. 

  • 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.

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 by My Sharona

Recently Browsing 0

  • No registered users viewing this page.