500 Internal Server Error - Plea for help #3030
-
I've been battling with trying to get Leantime installed for a little over a week now. :-( I supposed it's stubbornness and a bit of OCD but I just can't give up. Apologies for posting a bit of a rant in the "issues" section yesterday...it's wearing me thin. I followed the instructions here --> https://docs.leantime.io/installation/package-installation and am stuck at the "Oops! An Error Occurred The server returned a "500 Internal Server Error."" message. The contents of the meantime log file, that appear repeatedly if I refresh the browser attempting to access the site are pasted below. The "layouts.enry not found" message is not clear to me...the "template.php" file exists in the path specified. Line 467 is simply the "throw error" code...and the condition throwing the error appears to be related to not finding a template. So, how do I create a template? It seems (I thought) that this would be part of the installation process...? [2025-05-03 05:35:58] production.ERROR: Template global::layouts.entry not found {"exception":"[object] (Illuminate\View\ViewException(code: 0): Template global::layouts.entry not found at /var/www/html/leantime/app/Core/UI/Template.php:467) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
What package did you download, did you use the release package or just the master source code? Now if you did use the release package can you delete the following files/folders and try again.
|
Beta Was this translation helpful? Give feedback.
-
Thank you so much for the reply. I do appreciate it. I installed Leantime v3.4.12. This is the release package I guess? It is listed as: I'm on a clean system/server so if I mess something up I can just restart so I'll try deleting the files/folders you have referenced and give it a try. Thanks again...ah...you are a miracle worker. :-) I gave it a quick try prior to adding the comment and, for the first time, I see a Leantime installation screen. :-) Cearly I should have come here to the discussion forum sooner. Thanks again. |
Beta Was this translation helpful? Give feedback.
What package did you download, did you use the release package or just the master source code?
When you download the source code you have to follow the instructions for dev builds which includes composer, npm and npx set up. The release packages (https://github.com/Leantime/leantime/releases/tag/v3.4.12) have everything pre-built.
Now if you did use the release package can you delete the following files/folders and try again.