This is a comment on Error when creating a new user, posted by WikiAdmin at 03/10/2026 21:29
View source for Re: Error when creating a new user
The error log indicate no related error. Please set %% const DB_ERROR_MODE = 2; %% Then try to create a new account. It should throw a Fatal error message. All indicates that the ##INSERT## query for the new user regarding the ##user## table fails. Now is the question WHY? 1. What kind of backup? 1. Was the backup created and restored with the backup and restore module in the admin panel? 1. Did you restore only data or also the table structure? 1. Was the WackoWiki version of the backup the same of the WackoWiki you restored it in? It is possible that the restored user table structure is inconsistent. * https://codeberg.org/WackoWiki/wackowiki/src/tag/6.1.29/src/admin/module/user_users.php#L126 Does the ##registration## action also work after you restored your backup? * https://codeberg.org/WackoWiki/wackowiki/src/tag/6.1.29/src/action/registration.php