Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOTP Exceptions => blank page #801

Closed
mtissington opened this issue Feb 6, 2024 · 0 comments
Closed

TOTP Exceptions => blank page #801

mtissington opened this issue Feb 6, 2024 · 0 comments

Comments

@mtissington
Copy link

mtissington commented Feb 6, 2024

I log on as a user and then click on TOTP Exceptions - I get back a blank page.

This is the php log

[05-Feb-2024 12:10:20] WARNING: [pool www] child 70551 said into stderr: "NOTICE: PHP message: PHP Warning:  require_once(common.php): Failed to open stream: No such file or directory in /var/www/postfixadmin/public/users/totp-exceptions.php on line 29"
[05-Feb-2024 12:10:20] WARNING: [pool www] child 70551 said into stderr: "NOTICE: PHP message: PHP Fatal error:  Uncaught Error: Failed opening required 'common.php' (include_path='.:/usr/share/php') in /var/www/postfixadmin/public/users/totp-exceptions.php:29"
[05-Feb-2024 12:10:20] WARNING: [pool www] child 70551 said into stderr: "Stack trace:"
[05-Feb-2024 12:10:20] WARNING: [pool www] child 70551 said into stderr: "#0 {main}"
[05-Feb-2024 12:10:20] WARNING: [pool www] child 70551 said into stderr: "  thrown in /var/www/postfixadmin/public/users/totp-exceptions.php on line 29"
[05-Feb-2024 12:10:33] WARNING: [pool www] child 59281 said into stderr: "NOTICE: PHP message: Config::read(): attempt to read undefined config option "logo_url", returning null"
[05-Feb-2024 19:18:23] WARNING: [pool www] child 59280 said into stderr: "NOTICE: PHP message: PostfixAdmin admin login failed (username: michael@warisnottheanswer.global, ip_address: 186.4.8.160)"
[05-Feb-2024 19:18:33] WARNING: [pool www] child 59281 said into stderr: "NOTICE: PHP message: PHP Warning:  require_once(common.php): Failed to open stream: No such file or directory in /var/www/postfixadmin/public/users/totp-exceptions.php on line 29"
[05-Feb-2024 19:18:33] WARNING: [pool www] child 59281 said into stderr: "NOTICE: PHP message: PHP Fatal error:  Uncaught Error: Failed opening required 'common.php' (include_path='.:/usr/share/php') in /var/www/postfixadmin/public/users/totp-exceptions.php:29"
[05-Feb-2024 19:18:33] WARNING: [pool www] child 59281 said into stderr: "Stack trace:"
[05-Feb-2024 19:18:33] WARNING: [pool www] child 59281 said into stderr: "#0 {main}"
[05-Feb-2024 19:18:33] WARNING: [pool www] child 59281 said into stderr: "  thrown in /var/www/postfixadmin/public/users/totp-exceptions.php on line 29"

Looks like

require_once('common.php');

should be

require_once('../common.php');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant