an unrecoverable error, although the page has been updated

an unrecoverable error, although the page has been updated
DJSPOT Saturday 9th March 2019, 22:49:18

I get this error every time I create a new forum or answer a discussion, why?
Bad Request - Invalid URL
HTTP Error 400. The request URL is invalid.

Replies 5
Fred
Fred  Tuesday 12th March 2019, 08:45:32

You can install Flatboard without problems?
Do you have logs? (Enable DEBUG_MODE = TRUE in init.php)
What your server, Your server hosting have a maximum url segment length?
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.

8357639b  Tuesday 12th March 2019, 17:28:35

When I reply to a topic, this strange address is returned to me:
forum/view.phpopic9-03-1003180500b64p%01#2019-03-12182432690d4
which obviously causes me this error :
Bad Request - Invalid URL
HTTP Error 400. The request URL is invalid.

Fred
Fred  Wednesday 13th March 2019, 10:26:15

  I understand your mistake, but do you have a log file created by Flatboard by enabling the debug mode?
Can I have the URL of your Flatboard please?
If you do not want to give her information, reply to this message by leaving your email in the response form field.
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.

simon
Simon  Wednesday 13th March 2019, 10:45:45

When I reply to a topic, this strange address is returned to me:
forum/view.phpopic9-03-1003180500b64p%01#2019-03-12182432690d4


It's very strange

Fred
Fred  Wednesday 13th March 2019, 11:35:09

  I think found a fix;
Please open lib/Utils.lib.php file and search and replace this code on public static function fURL():
$info = explode('/', $_SERVER['PATH_INFO']);

by this:
$info = explode(DS, $_SERVER['PATH_INFO']);

Save this file and upload this your server.
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.