Closed kexuebin closed 5 years ago
Error adding favorites
What error? (It works for me)
HTML module, add pictures, modify pictures error
What error? (It works for me)
PLEASE - create a separate issue for each problem.
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'user_id' cannot be null (SQL: insert into wt_favorite
(gedcom_id
, user_id
, xref
, favorite_type
, note
) values (1, ?, X305, INDI, 123)) …/vendor/illuminate/database/Connection.php:664
The fix will only work for new installations.
To fix this on your site, please run the following SQL statement on your database.
alter table wt_favorite change user_id user_id int default null;
Error adding favorites