Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

kokurate's avatar

file_put_contents(/home/puskom/apl/storage/framework/sessions/2hnPMTMfagjNT74ltq5hlDmyUmD6yV9GtGmSQxs1): Failed to open stream: No space left on device

I'm using laravel 8 I have uploaded my file laravel to hosting, yesterday everything is working properly but today i dont know why, suddenly when i open the website it show this error

can you help me to solve this problem as soon as possible Thank you in advanced

0 likes
3 replies
Lara_Love's avatar

its cache in local we know it delete with

    php artisan cache:clear
    php artisan config:cache

in host try it but i don't sure

go to directory laravel/bootstrap/cache and delete config.php file. or you can rename it as well like config.php.old And your problem will be fixed or ticket to supporter hosting and tell them

Sinnbeck's avatar

Sounds like there is

No space left on device

So contact the support for the hosting provider and ask them to look into it

Please or to participate in this conversation.