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!
- 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

cookie@f4f8d397
started Suggestions for the next release
Feature Requests

Fred
started plugin Gitter (Github chat)
Resources

123456789abc01
started Upgrading from basic to pro - can I ... ???
Open Bar

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