Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

login loop #1109

Open
tegger2000 opened this issue Apr 11, 2019 · 1 comment
Open

login loop #1109

tegger2000 opened this issue Apr 11, 2019 · 1 comment

Comments

@tegger2000
Copy link

Hi,
i hope there is anybody still here for helping. I got a the login screen with empty textboxes after login with right user-password combination. With wrong combination i got an error, that there is an incorrect username or password.
I added ini_set('display_errors', 1); in config.php and there was a warning with permission to /var/lib/php/7.1/session, so i could fix it, but the error still is there.
I think there is a config error

//////////////////////////////////////////////////////////////////
// CONFIG
//////////////////////////////////////////////////////////////////
ini_set('display_errors', 1);
// PATH TO CODIAD
define("BASE_PATH", "/var/www/html/codiad");

// BASE URL TO CODIAD (without trailing slash)
define("BASE_URL", "my.public.dns.amazonaws.com");

// THEME : default, modern or clear (look at /themes)
define("THEME", "default");

// ABSOLUTE PATH, this is used as whitelist for absolute path projects
define("WHITEPATHS", BASE_PATH . ",/home");

@mitchellurgero
Copy link

Try my fork: It fixes a lot of issues with PHP7:

https://github.com/mitchellurgero/Codiad

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants