Can´t Logout
Replies 26
I'm just saying that in 10 years of developing Flatboard, this is the first time I've seen this problem with Flatboard on a host that uses appache.
But if you have the logs, send them to me by email that I look or that stuck.
But if you have the logs, send them to me by email that I look or that stuck.
- 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 😫.
As I´d written there is no error.log. I´ve searched the complette WebSpace.
Debug Mode is enabled.
Debug Mode is enabled.
const DEBUG_MODE = TRUE;
if (DEBUG_MODE) {
ini_set('error_log', PATH_ROOT . DS . 'error.log');
if (DEBUG_MODE === true) {
error_reporting(E_ALL | E_STRICT | E_NOTICE);
ini_set('display_errors', true);
ini_set('display_startup_errors', true);
ini_set("track_errors", 1);
ini_set('html_errors', 1);
} else if (DEBUG_MODE === false) {
error_reporting(0);
ini_set('display_errors', false);
ini_set('display_startup_errors', false);
}
Last modified by JPRuehmann on Tuesday 2nd March 2021, 14:30:00
Suggested Topics
SurveyBuilder-Admin
started plugin Favorite Post Plugin
Resources
Zero@3c1f5c5f
started solved Need markdown!!
General Questions
Randall@3440b928
started Downloading Flatboard Pro 2?
General Questions
Alexander Liebrecht
started solved Use CSS buttons in the tag system - how does it work
General Questions