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.

Please read about the changes to BoldMinded add-on licensing.

Ticket: Type error when translating phrase

Status Resolved
Add-on / Version Publisher 3.8.0
Severity
EE Version 6.3.5

Gavin @ JCOGS

Oct 11, 2022

This appears to have reappeared.
Added new phrase group.
Added new phrawe to the group.
Added default language option and saved entry.
Upon reload when auto-translate option appears clicked on it.
Got TypeError crash.

TypeError Caught
BoldMinded\Publisher\Service\Translators\AbstractTranslator::isUrlTitleField(): Argument #1 ($fieldName) must be of type string, null given, called in user/addons/publisher/Service/Translators/AbstractTranslator.php on line 75

user/addons/publisher/Service/Translators/AbstractTranslator.php:104
Stack Trace: Please include when reporting this error
#1

BoldMinded (Brian)

I can send a full build, but it might be easier to change line 75 of that file to this:

($this->isUrlTitleField($parameters['fieldName'] ?? '') && !$this->config['url_translations'])
#2

Gavin @ JCOGS

That appears to have fixed the issue. Thanks!

Login to reply