Can´t Logout

Can´t Logout
JPRuehmann Thursday 25th February 2021, 13:44:51

Hello

I can Login but not Logout.
How can I logout?

Last modified by Fred on Friday 26th February 2021, 17:31:00

Replies 26
Fred
Fred  Tuesday 2nd March 2021, 14:13:37

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.
  • 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 😫.

JPRuehmann
JPRuehmann  Tuesday 2nd March 2021, 14:18:34

As I´d written there is no error.log. I´ve searched the complette WebSpace.
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