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: URL Helper is generating lots of PHP notices for super admins

Status Resolved
Add-on / Version Publisher 3.1.4
Severity
EE Version 5.3.0

Peter Parker

Mar 18, 2020

Hi,

I’m using your URL Helper extension as recommended in your docs:
https://docs.boldminded.com/publisher/docs/add-ons/third-party#low-seg-2-cat

and the extension is generating lots of PHP notices for super admins:


Notice
Undefined index: Combat-Jacket-Combat-Trousers
user/addons/url_helper/ext.url_helper.php, line 372
Severity: E_NOTICE
Notice
Undefined index: Combat-Jacket-Combat-Trousers
user/addons/url_helper/ext.url_helper.php, line 373
Severity: E_NOTICE
Notice
Undefined index: Combat-Jacket-Combat-Trousers
user/addons/url_helper/ext.url_helper.php, line 374
Severity: E_NOTICE
Notice
Undefined index: Combat-Jacket-Combat-Trousers
user/addons/url_helper/ext.url_helper.php, line 375
Severity: E_NOTICE
Notice
Undefined index: Combat-Jacket-Combat-Trousers
user/addons/url_helper/ext.url_helper.php, line 376
Severity: E_NOTICE
Notice
Undefined index: Combat-Jacket-Combat-Trousers
user/addons/url_helper/ext.url_helper.php, line 377
Severity: E_NOTICE
Notice
Undefined index: Combat-Jacket-Combat-Trousers
user/addons/url_helper/ext.url_helper.php, line 378
Severity: E_NOTICE
Notice
Undefined index: Combat-Jacket-Combat-Trousers
user/addons/url_helper/ext.url_helper.php, line 379
Severity: E_NOTICE
Notice
Undefined index: Combat-Jacket-Combat-Trousers
user/addons/url_helper/ext.url_helper.php, line 380
Severity: E_NOTICE
Notice
Undefined index: Combat-Jacket-Combat-Trousers
user/addons/url_helper/ext.url_helper.php, line 381
Severity: E_NOTICE
Notice
Undefined index: Combat-Jacket-Combat-Trousers
user/addons/url_helper/ext.url_helper.php, line 382
Severity: E_NOTICE
Notice
Undefined index: Combat-Jacket-Combat-Trousers
user/addons/url_helper/ext.url_helper.php, line 385
Severity: E_NOTICE
Warning
Cannot modify header information - headers already sent by (output started at ee/legacy/core/Exceptions.php:120)
ee/EllisLab/ExpressionEngine/Boot/boot.common.php, line 489
Severity: E_WARNING

Any help?
Thanks

#1

BoldMinded (Brian)

Mar 18, 2020

So a couple of things. URL Helper isn’t a paid add-on, so any support I do for it is lower priority.

I’m using URL Helper on a fairly large site using Publisher and relying on URL Helper to translate the categories, and I’m unable to replicate such an issue. In fact these lines of code have been largely untouched for a long time and the add-on is used by a lot of people. My initial reaction is there is something wrong with your data, or your URLs. Are you 100% sure that the url_title value of your categories is Title-Case like they are in the URL? I’m guessing the strings don’t match, so it’s throwing the error.

Login to reply