Does not work in production



  • Hi!
    I'm trying to migrate the project to production and I can't, it generates this error:

    file_put_contents (J: \ xampp \ htdocs \ bagisto \ storage \ framework / sessions / ftPnX9yBGgW1xZuxzAKMfZ72mCp5nMUxoczclL3S): failed to open stream: No such file or directory
    

    It should be noted that I already did
    composer dump-autoload
    php artisan config: cache

    I hope you can help me.

    First of all, Thanks.



  • Hi @Alex81
    Run this at root of your project.

    chmod 777 -R storage
    
    chown -R www-data:www-data storage
    

Log in to reply