Replies: 3 comments 1 reply
-
That is a damn of an update. It seems that something went wrong at the user creation. SELECT id, username FROM users; SELECT DISTINCT owner_id FROM photos; This should give us the answer of why it is crashing. |
Beta Was this translation helpful? Give feedback.
-
Sure:
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much, the above SQL helped a bit :) I also had to execute
and now everything works :) |
Beta Was this translation helpful? Give feedback.
-
Lychee version
v6.2
Which PHP version are you using?
PHP 8.3
Detailed description of the problem
After migration from version 3.1 to 6.2.0 galleries do not show up. In error log i've:
[2025-01-28 10:05:09] production.ERROR: Illuminate\Foundation\Bootstrap\HandleExceptions::Illuminate\Foundation\Bootstrap\{closure}:74 Attempt to read property "username" on null
..
What am I doing wrong?
Steps to reproduce the issue
Migration from version 3.1 according to documentation https://lycheeorg.dev/docs/upgrade.html After migration, galleries are not visible.
Diagnostics [REQUIRED]
Browser & System [REQUIRED]
All (Firefox, Edge)
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions