-
Notifications
You must be signed in to change notification settings - Fork 161
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
Unable to permanently save account settings to the database #820
Comments
@Yannick243 PostgreSQL is not in our happy path, so please check if this has an incidence. Virtualmin has built-in support for PostgreSQL so you can spin up a virtual machine for a quick test: |
Related: cypht-org/cypht-docker#11 |
The new official Docker image #1001 has fixed PostgreSQL support. Additionally, in a non-Docker environment, settings are being saved correctly. |
@ivanov17 can we close? |
@ivanov17 Cypht 1.4.x doesn't support PHP 8.2 as per If the bug is present in Cypbt 2.4.0, please re-open this issue and we will fix |
🐛 Bugreport
After changing my account settings I can't save the changes to database. It seems really strange because I can log into the Cypht interface. So I believe my datatabase credentials stored in the Cypht settings file must be correct.
After trying to save changes, the page reloads and I see that the changes are not saved:
At the same time I see the following in the logs:
Besides the
Save
button, I also tried theSave and Logout
button. In this case changes are also not saved and the session does not end. Same thing when I tried to save changes when clickingLogout
in the main menu.The
user_config_type
parameter is set toDB
.This issue may be related to #817 but I can't be completely sure.
Version & Environment
Rev:
v1.4.0
OS: CentOS Stream 9 container
PHP: 8.2.12
PostgreSQL: 15.2
Steps to reproduce
hm_user_settings
The text was updated successfully, but these errors were encountered: