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: Bug in redirect to the correct url in the backend

Status Resolved
Add-on / Version Publisher 2.9.0
Severity
EE Version 4.3.4

Service Desk

Sep 06, 2018

Hi there,

After installing Publisher, adding 3 languages the redirect to the entry failed with this message.

“Error: The URI you submitted has disallowed characters.”

See the screenshot for more info.

it seems the {base_url} in cms/system/user/addons/publisher/Service/Session.php on line 248 need to parse as well. For now this fix the issue

“$url = str_replace(’{base_url}’, ee()->config->item(‘site_url’), $url);”

There should be a better way ofcource…

Best,
Rein

 

#1

BoldMinded (Brian)

Thanks for the fix. See if this works for you, it may be a better place for such a fix.

https://d.pr/i/nhV3Pt

Line 297 of Services/Url/Url.php

#2

Dunique

Hi Brian,

That seems to work. Thanks.

Login to reply