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

captcha for login / registration #132

Open
zwieblinger opened this issue Oct 7, 2023 · 5 comments
Open

captcha for login / registration #132

zwieblinger opened this issue Oct 7, 2023 · 5 comments

Comments

@zwieblinger
Copy link

what could be the error if after a reboot the page loads but without captcha and the login or register button ??

@DanWin
Copy link
Owner

DanWin commented Oct 7, 2023

Sounds like PHP is encountering a fatal error and aborts execution at some point. You should check the error logs for more information (/var/log/nginx/errors.log)

@zwieblinger
Copy link
Author

/var/log/nginx/errors.log not found !

@DanWin
Copy link
Owner

DanWin commented Oct 7, 2023

Right, it is /var/log/nginx/error.log, without the s.

@zwieblinger
Copy link
Author

this is from the log-file:
roote@osboxes:"# cat /var/log/nginx/error. log

[2023/10/08 13:47:39 [notice] 512701#512701: signal process started

[2023/10/08 13:49:18 [notice] 542930#542930: signal process started

[2023/10/08 13:50:07 [crit] 1286#1286: *3 connect() to unix:/var/run/mysqld/mysqld.sock failed (2: Mi
such file or directory) while connecting to Upstream, Client: unix:, server: Unix:/var/WuwW/var/run/
Inysgld/mysgld.sock, upstream: "unix:/var/run/mysqld/mysqld.sock', bytes from/to client:0/0, bytes fl
jom/to upstream:0/0

and if i do the reboot i get this message:

mariadb database error

@DanWin
Copy link
Owner

DanWin commented Oct 8, 2023

Then most likely your mariadb server is not running. Check with systemctl status mariadb.service and journalctl -u mariadb.service for any issues.

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

2 participants