ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 33,199
- Points
- 823
Reputation:
NoticeRepository::getTemplatesForCriteriaCheck() loads all public master templates as full entities, including their content, just to check template names
Notices admin page becomes completely inaccessible with an Allowed memory size of X bytes exhausted fatal error
Suggested fix: Fetch only template titles only when a notice has a template page criteria
PHP:
Read more
Continue reading...
Notices admin page becomes completely inaccessible with an Allowed memory size of X bytes exhausted fatal error
Suggested fix: Fetch only template titles only when a notice has a template page criteria
PHP:
Code:
protected function isPageCriteriaValid(array $criteria)
{
$templatesCache = $this->getTemplatesForCriteriaCheck()...
Read more
Continue reading...