Page 1 of 1

Link browser "fatal error"

Posted: Mon 15. Jul 2024, 17:45
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.

Re: Link browser "fatal error"

Posted: Tue 16. Jul 2024, 11:33
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

Re: Link browser "fatal error"

Posted: Tue 16. Jul 2024, 23:51
by Transistor
Super, Gert. That works.

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