Hello,
I have a strange problem when creating a new user.
In the Admin Panel, I try to add a user.
I enter all the details and click "Save".
Normally, an overview is shown with all the metadata about the user.
But I only see the titles/names of the attributes, the values are all empty.
The user is not added to the database.
The user page is, hower, created.
In the table wacko_user_setting, there is a setting for a user with the user_id 0, and in the Admin Panel under "Database inconsistencies", it reports a user setting without a user.
When I enable PHP Error Display and create the user, the error message tell me that in the admin/modul/user_users.php all the variables are missing values.
I'm on version 6.1.29. Something seems to be wrong with my installation.
With a fresh version 6.2.0 it works, I assume with a fresh version 6.1.29 it also works.
I tried copying all the installation files from a fresh download of 6.1.29 (and copying my config and file/ folder there).
This did not help, so the problem must lie in my configuration.
Can anyone point me in the right direction to solve this?