Link browser "fatal error"

CMSimple 4.0 und höher
Post Reply
Transistor
Posts: 2
Joined: Thu 20. Jun 2024, 13:20

Link browser "fatal error"

Post by Transistor »

CMSimple 5.15.

Edit mode | highlight text | hit the Insert Link button | hit the URL browse button.

Result:
Image

There is nothing obvious in the browser Developer Tools.
Any ideas or suggestions?

Many thanks.
Gert
Posts: 2135
Joined: Sun 18. Nov 2012, 14:18

Re: Link browser "fatal error"

Post by Gert »

Hello,

you found a bug - I found the solution ;)

./plugins/filebrowser/editorbrowser.php line 15++ overwrite:

Code: Select all

$fb_access = FALSE;
if (isset($_SESSION['fb_sn']) && $_SESSION['fb_session'] === session_id()) $fb_access = TRUE;
if ($fb_access === FALSE) die('no access');
Thank you for reporting, will be fixed in CMSimple 5.16,

Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Transistor
Posts: 2
Joined: Thu 20. Jun 2024, 13:20

Re: Link browser "fatal error"

Post by Transistor »

Super, Gert. That works.

Thank you once again for your time and your quick response.
Post Reply