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: Installing Publisher causes requests to nonexistent files to return 500 errors instead of 404

Status Resolved
Add-on / Version Publisher 3.10.1
Severity
EE Version 7.2.13

Eric Swierczek

Oct 18, 2023

Without Publisher installed, go to a URL that has a file extension - e.g. /test/thing.html It should return HTTP 404 (image 1).

Now, install Publisher, and visit that URL again, but now it throws an error (image 2):

Error: Unable to load the requested class: publisher_hooks_base

Noteably, with or without Publisher installed, a path without a file extension returns the expected 404 page - e.g. /test/thing

#1

BoldMinded (Brian)

Have you tried 3.10.2? I searched the codebase and Publisher_hooks_base doesn’t exist anywhere anymore. I moved it all to a trait. Are you able to turn up the debugging and find out what is trying to load that file?

#2

Eric Swierczek

Nice, 3.10.2 fixes it. Thanks!

Login to reply