Replies: 4 comments 1 reply
-
To also note, I was able to revert the commit and everything now works, so it WAS some oddity with updating - as my booru works fine, I don't need to update it, but I want to still mention this regardless in case there's potentially an issue this highlights like last time, so someone else doesn't run into it! |
Beta Was this translation helpful? Give feedback.
-
Web server logs should have a more detailed error; without that, it's hard to have any idea what might have gone wrong :( If you feel like a lot of effort, you could try bisecting to figure out exactly which change triggers the issue, tl;dr:
(git will then move to a point half-way between the good and bad commits, you test it, run |
Beta Was this translation helpful? Give feedback.
-
I apologize for not replying for a while, life got in the way - I managed to find the apache logs, not sure if those are exactly what you're looking for, but they give some of the following: |
Beta Was this translation helpful? Give feedback.
-
So you'll need to edit index.php to figure out if 3a or 3b is correct, remove the other one, and remove the merge-conflict markers Alternatively I think |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, my personal instance of shimmie2 is suddenly returning a 500 internal server error and refusing to load after using git pull to update. I'm not seeing a more detailed error anywhere on what specifically is causing this; all I know is I committed changes with git commit and then used git pull and then rebooted my server for unrelated updates. My actual website, the non-booru portion, is seemingly working fine as well, it is only the booru component.
Beta Was this translation helpful? Give feedback.
All reactions