You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#100642 Invalid URL by open Mediabox

Posted in ‘Mediabox’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by kunze-medien on Tuesday, 30 July 2019 07:07 BST

kunze-medien
Hi Ryan, thats me again 😃 Actually I get the error Invalid URL in the popup, when I open the mediabox for the introimage or articleimage. I don't know why, but the following change solves my problem. /administrator/components/com_jce/helpers/browser.php in line 32 from
$url = 'index.php?option=com_jce&task=plugin.display&plugin=browser&standalone=1&' . $token . '=1&client=' . $app->getClientId();
to
$url = JUri::base(true) . '/index.php?option=com_jce&task=plugin.display&plugin=browser&standalone=1&' . $token . '=1&client=' . $app->getClientId();
Have you an idea why? My Problem, I can't reproduce it on different installations. Sometime it works, sometime not but with my change, always.

Ryan
I have added the change for the next update. You can download JCE Pro 2.7.16 RC1 for testing from here - https://www.joomlacontenteditor.net/downloads/editor/pro/development

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

kunze-medien
Works fine, thx.