GithubHelp home page GithubHelp logo

Comments (12)

ndgayan avatar ndgayan commented on June 14, 2024 3

Below are the parts of the error log. I'm running the latest docker image.

leantime | NOTICE: PHP message: PHP Warning: file_put_contents(/var/www/html/cache/installation/c6/92/c692273deb2772da307ffe37041fef77bf4baa97): Failed to open stream: No such file or directory in /var/www/html/vendor/illuminate/filesystem/Filesystem.php on line 190

leantime | NOTICE: PHP message: PHP Warning: file_put_contents(/var/www/html/cache/installation/5b/ac/5bac1d3aee24b76ccad2a413c6a76d4780014219): Failed to open stream: No such file or directory in /var/www/html/vendor/illuminate/filesystem/Filesystem.php on line 190

leantime | NOTICE: PHP message: PHP Warning: file_put_contents(/var/www/html/cache/09d49f92-b7e4-4952-9ea2-c847f00adfe0/85/84/85841abddb12dc3591a5990c6527df65a5e63c87): Failed to open stream: No such file or directory in /var/www/html/vendor/illuminate/filesystem/Filesystem.php on line 190

leantime | NOTICE: PHP message: PHP Warning: file_put_contents(/var/www/html/cache/views/abcad8e5a22bd29aaabbc2b51e223bacc196be9c.php): Failed to open stream: Permission denied in /var/www/html/vendor/illuminate/filesystem/Filesystem.php on line 190
leantime | NOTICE: PHP message: Illuminate\Contracts\Filesystem\FileNotFoundException: File does not exist at path /var/www/html/cache/views/abcad8e5a22bd29aaabbc2b51e223bacc196be9c.php. in /var/www/html/vendor/illuminate/filesystem/Filesystem.php:113

from leantime.

previmeteo avatar previmeteo commented on June 14, 2024 3

chown www-data:www-data -R /var/www/html/cache solved the problem on docker install

from leantime.

EHRETic avatar EHRETic commented on June 14, 2024

Hi,

Same issue there, logon page won't load up (ERROR 500) but rollback to 3.0.7 works fine.

Some logs:
127.0.0.1 - 03/Apr/2024:08:15:46 +0000 "GET /index.php" 500 NOTICE: PHP message: PHP Fatal error: Uncaught Illuminate\Contracts\Filesystem\FileNotFoundException: File does not exist at path /var/www/html/cache/views/edf299eb4370dce66f71099b13d581c6da5749e0.php. in /var/www/html/vendor/illuminate/filesystem/Filesystem.php:113 Stack trace: #0 /var/www/html/vendor/illuminate/view/Engines/PhpEngine.php(58): Illuminate\Filesystem\Filesystem->getRequire('/var/www/html/c...', Array) #1 /var/www/html/vendor/illuminate/view/Engines/CompilerEngine.php(70): Illuminate\View\Engines\PhpEngine->evaluatePath('/var/www/html/c...', Array) #2 /var/www/html/vendor/illuminate/view/View.php(195): Illuminate\View\Engines\CompilerEngine->get('/var/www/html/a...', Array) #3 /var/www/html/vendor/illuminate/view/View.php(178): Illuminate\View\View->getContents() #4 /var/www/html/vendor/illuminate/view/View.php(147): Illuminate\View\View->renderContents() #5 /var/www/html/app/Core/Template.php(509): Illuminate\View\View->render() #6 /var/www/html/app/Core/HttpKernel.php(77): Leantime\Core\Template->display('errors.error500', 'global::layouts...') #7 /var/www/html/app/Core/Bootloader.php(303): Leantime\Core\HttpKernel->handle(Object(Leantime\Core\IncomingRequest)) #8 /var/www/html/app/Core/Bootloader.php(173): Leantime\Core\Bootloader->handleRequest() #9 /var/www/html/public/index.php(18): Leantime\Core\Bootloader->boot() #10 {main} Next Illuminate\View\ViewException: File

from leantime.

andyberry avatar andyberry commented on June 14, 2024

Same symptom (blank login screen):
snips from log:

NOTICE: PHP message: PHP Warning: file_put_contents(/var/www/html/cache/views/edf299eb4370dce66f71099b13d581c6da5749e0.php): Failed to open stream: Permission denied in /var/www/html/vendor/illuminate/filesystem/Filesystem.php on line 190
NOTICE: PHP message: PHP Fatal error: Uncaught Illuminate\Contracts\Filesystem\FileNotFoundException: File does not exist at path /var/www/html/cache/views/edf299eb4370dce66f71099b13d581c6da5749e0.php. in /var/www/html/vendor/illuminate/filesystem/Filesystem.php:113
Stack trace:
#0 /var/www/html/vendor/illuminate/view/Engines/PhpEngine.php(58): Illuminate\Filesystem\Filesystem->getRequire('/var/www/html/c...', Array)
#1 /var/www/html/vendor/illuminate/view/Engines/CompilerEngine.php(70): Illuminate\View\Engines\PhpEngine->evaluatePath('/var/www/html/c...', Array)
#2 /var/www/html/vendor/illuminate/view/View.php(195): Illuminate\View\Engines\CompilerEngine->get('/var/www/html/a...', Array)
#3 /var/www/html/vendor/illuminate/view/View.php(178): Illuminate\View\View->getContents()
#4 /var/www/html/vendor/illuminate/view/View.php(147): Illuminate\View\View->renderContents()
#5 /var/www/html/app/Core/Template.php(509): Illuminate\View\View->render()
#6 /var/www/html/app/Core/HttpKernel.php(77): Leantime\Core\Template->display('errors.error500', 'global::layouts...')
#7 /var/www/html/app/Core/Bootloader.php(303): Leantime\Core\HttpKernel->handle(Object(Leantime\Core\IncomingRequest))
#8 /var/www/html/app/Core/Bootloader.php(173): Leantime\Core\Bootloader->handleRequest()
#9 /var/www/html/public/index.php(18): Leantime\Core\Bootloader->boot()
#10 {main}
Next Illuminate\View\ViewException: File does not exist at path /var/www/html/cache/views/edf299eb4370dce66f71099b13d581c6da5749e0.php. (View: /var/www/html/app/Views/Templates/layouts/error.blade.php) in /var/www/html/vendor/illuminate/filesystem/Filesystem.php:113
Stack trace:
#0 /var/www/html/vendor/illuminate/view/Engines/PhpEngine.php(60): Illuminate\View\Engines\CompilerEngine->handleViewException(Object(Illuminate\Contracts\Filesystem\FileNotFoundException), 0)
#1 /var/www/html/vendor/illuminate/view/Engines/CompilerEngine.php(70): Illuminate\View\Engines\PhpEngine->evaluatePath('/var/www/html/c...', Array)
#2 /var/www/html/vendor/illuminate/view/View.php(195): Illuminate\View\Engines\CompilerEngine->get('/var/www/html/a...', Array)
#3 /var/www/html/vendor/illuminate/view/View.php(178): Illuminate\View\View->getContents()
#4 /var/www/html/vendor/illuminate/view/View.php(147): Illuminate\View\View->renderContents()
#5 /var/www/html/app/Core/Template.php(509): Illuminate\View\View->render()
#6 /var/www/html/app/Core/HttpKernel.php(77): Leantime\Core\Template->display('errors.error500', 'global::layouts...')
#7 /var/www/html/app/Core/Bootloader.php(303): Leantime\Core\HttpKernel->handle(Object(Leantime\Core\IncomingRequest))
#8 /var/www/html/app/Core/Bootloader.php(173): Leantime\Core\Bootloader->handleRequest()
#9 /var/www/html/public/index.php(18): Leantime\Core\Bootloader->boot()
#10 {main}
thrown in /var/www/html/vendor/illuminate/filesystem/Filesystem.php on line 113

from leantime.

mariushosting avatar mariushosting commented on June 14, 2024

@marcelfolaron same issue here. The new version completely broken the selfhosted image.

from leantime.

gecexgokyuzu avatar gecexgokyuzu commented on June 14, 2024

Same issue also here, illuminate plugin seems to have changed or missing

from leantime.

rqi14 avatar rqi14 commented on June 14, 2024

Same issue

from leantime.

austinatose avatar austinatose commented on June 14, 2024

same issue here

from leantime.

reece146 avatar reece146 commented on June 14, 2024

Confirmed - this fixed it on my end. Casual clicking around appears everything works.

from leantime.

andyberry avatar andyberry commented on June 14, 2024

from leantime.

marcelfolaron avatar marcelfolaron commented on June 14, 2024

Hi All,

I went ahead and updated the permissions as part of the Dockerfile and that should fix the issue. Both latest and :3.1.1 were recreated with the new settings.

from leantime.

EHRETic avatar EHRETic commented on June 14, 2024

Hi,

I confirm, it works fine with 3.1.1

Thanks @marcelfolaron ! 👌

from leantime.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.