-
I tried to upgrade Lychee last year and found it was going to take some time to change from 4.x to 5, so I let "sleeping dogs lay." Well, of course, Gentoo's upgrade included a newer version of PHP which revealed errors in the code supporting 4.x. So I tried to upgrade and staged in a new pristine directory the current high watermark of 5.x I then pointed to my SQLite database and I ran the script "artisan " plus some parameters recommended in some page or Issue I found relating to upgrades. I copied my "public" folder from the old 4.x to the new 5. I confirmed that the SQLite database was updated (I'm very comfortable around databases). Now my site seems normal when showing galleries, but when I go to a specific gallery, the images are limited to say 40 pixel high. Something in the formatting seems to have been altered/left-behind. Here is a pastebin of my current 5.x "git status": What would someone recommend I do to bring my prior collection into alignment? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Your git status is not going to be very helpful. However we do have a diagnostic page, that would be way more helpful to us so we can help you. Please paste this one. I would say also to try the |
Beta Was this translation helpful? Give feedback.
@ildyria Thank you. I found LIVEWIRE_ENABLED=true in my .env file and changed the value to false, reconnected to a URL for an album rendered when LIVEWIRE_ENABLED=true was in effect and got an error message such as HTTP not found. So I went to the top of my site and then the albums displayed differently (the albums displayed in whole previously, but in a different arrangement) and when I clicked through to a selected album, I then was able to view the full content.
I thought I would try your suggestion first before undertaking a search for the diagnostic page. If you would like me to revert, run the diagnostic page and submit here for posterity, please let me know. Otherwise this matter m…