Lychee: Unable to import any photos after latest git pull / composer install
Tried both via server import and via upload from local pc…
The I see this in my browser console: Error: Something went wrong, error42S22, please check the logs
{…} description: "Caricamento fallito. Il server ha restituito un errore!" params: XMLHttpRequest { readyState: 4, timeout: 0, withCredentials: false, … } response: "Error: Something went wrong, error42S22, please check the logs" __proto__: Object { … } main.js:3996:3 lychee.error https://photos.gardiol.org/dist/main.js:3996:3 process/xhr.onload https://photos.gardiol.org/dist/main.js:7882:27
but nothing appears in my logs AT ALL. either i am missing something, or my logging is not working at all on my installation?
To clarify, albums are created… But images are uploaded… the processing phase aborts with this error. I recently (as in right before doing this upload…) did the git pull / composer install upgrade procedure. This is Lychee Laravel of course.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 23 (20 by maintainers)
Right, the ‘allow_online_git_pull’ was '0 and setting it to ‘1’ did the trick - now I see the update button. Thanks!
Thank you again. Solved.
Yes! artisan migrate fixed it… Sorry, going to add that step too to my update script… Thank you