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
Kat#b0d39
started solved Time stamp translation to French
General Questions
Fred
started Flatboard 1.0.5
Announcements
Fred
started New Flatboard UI, for or against?
Open Bar
kat@a82479f8
started solved it dosen't work with php version 8
Bug reports