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

Alexander Liebrecht
started Mobile Navigation in Flatboard Forum
General Questions

northivanastan
started solved Skip unpacking?
General Questions

hmmy
started How do you like this post style
General Questions

40154343
started 🐞 fixed Javascript error?
Bug reports