All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Memory size fatal error if channel entries limit set to above 100

Status Resolved
Add-on / Version Publisher 1.6.10
Severity
EE Version 2.10.1

Emmet Dunne

Aug 26, 2016

Description:

I need to output the title of all entries in one of my channels of which there are 162 entries. However, if I set my limit in the channel entries tag its returning the following error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 85 bytes) in /var/www/cold/web/system/expressionengine/third_party/publisher/models/publisher_entry.php on line 1741

Detailed steps to reproduce the issue:
1. addition of limit parameter to channel entries tag

 

 

 

#1

BoldMinded (Brian)

33554432 bytes is only 32mb, which is lower than EE’s minimum requirement of I think 64. I would suggest editing your php.ini file and increasing it to 128 or 256 instead.

Login to reply