Bagisto: Cache problem after install

Created on 20 Mar 2019  路  4Comments  路  Source: bagisto/bagisto

After running the command line installation, and browsing to the homepage location I get:

file_put_contents(D:\xampp-php7.3\htdocs\recyclo\my.site.com\storage\app/db-blade-compiler/views/3ad3cf66a3856b81120bd1be29475b50): failed to open stream: No such file or directory (View: D:\xampp-php7.3\htdocs\recyclo\my.site.com\packages\Webkul\Shop\src\Resources\views\home\index.blade.php)

This is on Windows 10, xampp php 7.3 MariaDB 10.2.

I have tried (without success)

php artisan cache:clear
php artisan clear:config
php artisan config:cache
php artisan view:clear

Hope you can help!

Installer

Most helpful comment

I had to chown all my files and directories from root to the correct user before my Bagisto installation worked.
chown domain:psacln * -R

All 4 comments

Hi @dakisan

Please run the following commands

  1. composer dump-autoload
  2. php artisan vendor:publish

I had to chown all my files and directories from root to the correct user before my Bagisto installation worked.
chown domain:psacln * -R

still the same issue.

@LahiruR Please attach some screenshot the error or exception that you are getting?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alkhachatryan picture alkhachatryan  路  7Comments

farshadff picture farshadff  路  6Comments

rajexact picture rajexact  路  3Comments

mhd-yasser-haddad picture mhd-yasser-haddad  路  4Comments

marcelowu picture marcelowu  路  4Comments