-
Lychee versionV6.10.0 Did you check the latest Lychee version?No, I am not using the latest version Which PHP version are you using?PHP 8.4 Detailed description of the problemBug DescriptionAffected Versions: v6.9.x - v6.10.0 When accessing albums or uploading photos, Lychee throws a critical error that breaks core functionality: Error LogsFrom v6.9.4 and v6.10.0:
Environment
ConfigurationSteps to Reproduce
Expected vs Actual BehaviorExpected: Albums display normally, photos are viewable (as in v6.7.1) Actual:
Root Cause AnalysisThe code attempts to call Affected code:
This is likely a Laravel API misuse where the code expects a Model but receives a Collection. Version Testing
WorkaroundDowngrade to v6.7.1:
No database migrations needed - fully compatible. ImpactSeverity: CRITICAL Affects:
Core functionality completely broken:
Suggested FixReview collection handling in
Additional Info
Request: Please prioritize this for v6.10.1 as it's a critical regression blocking users from using recent versions. Thank you for maintaining Lychee! Happy to provide additional logs or testing if needed. Steps to reproduce the issue
Diagnostics [REQUIRED]Self-diagnosis Space Configuration Browser & System [REQUIRED]Browser:
Client System:
Server System:
Deployment:
Error reproduction:
Please confirm (incomplete submissions will not be addressed)
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
So something in your set-up is breaking because I am running latest on my prod and I do not observe this, and trust me I would have fixed it instantly if I had found it... And while you said it is 100% reproducible, then I would challenge you to write a test to exhibit it. In my opinion, it is a combination of factors between your settings and an effective bug. I had a look in the diagnostic you provided and I did not see anything suspicious. So that is ... interesting. 🤔 |
Beta Was this translation helpful? Give feedback.
-
|
Fixed by #3816 |
Beta Was this translation helpful? Give feedback.

Fixed by #3816