an unrecoverable error, although the page has been updated

Replies 5

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?
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!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.


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.
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!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.


I think found a fix;
Please open lib/Utils.lib.php file and search and replace this code on public static function fURL():
by this:
Save this file and upload this your server.
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!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.
Suggested Topics

3265e100
started Moderate Posts Before Posting
Feature Requests

Alexander Liebrecht
started solved-Tag not worked v1.0 beta 3 Fresh-Update
Bug reports

Asdd@4eef71a6
started change these or i will hate flatboard forever
General Questions

Brodie@72ad47d0
started Themes like an older fashioned forum
Open Bar