• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

Error when run bagisto

Installing Bagisto
3
7
4.6k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J
    jorgetvcp last edited by 18 Jul 2019, 19:33

    When I run Bagisto for the first time I get an error:
    "file_put_contents(C:\xampp\htdocs\bagisto\storage\app/db-blade-compiler/views/3ad3cf66a3856b81120bd1be29475b50): failed to open stream: No such file or directory (View: C:\xampp\htdocs\bagisto\packages\Webkul\Shop\src\Resources\views\home\index.blade.php)

    1 Reply Last reply Reply Quote 0
    • R
      rahul last edited by 19 Jul 2019, 04:05

      Hi,

      Please run following commands -

      composer dump-autoload
      php artisan vendor:publish

      Thanks

      E 1 Reply Last reply 20 Dec 2019, 08:00 Reply Quote 0
      • 5 months later
      • E
        ehdava @rahul last edited by 20 Dec 2019, 08:00

        hi @rahul, i have the same issue and then i already did what you write above

        and i got this error

        Impossible to create the root directory "/var/www/html/wkwk/public/vendor/webkul/admin/assets"
        

        can you help me?

        1 Reply Last reply Reply Quote 0
        • R
          rahul last edited by 20 Dec 2019, 08:09

          Hi @ehdava

          From the project's root directory do following things -

          cd public
          unlink storage
          

          From the project's root directory run the following command:

          php artisan storage:link
          

          Thanks

          E 1 Reply Last reply 20 Dec 2019, 08:12 Reply Quote 0
          • E
            ehdava @rahul last edited by 20 Dec 2019, 08:12

            hi @rahul,

            symlink(): permission denied
            
            1 Reply Last reply Reply Quote 0
            • R
              rahul last edited by 20 Dec 2019, 08:16

              Hi @ehdava

              Run this at root of your project.

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

              Thanks

              E 1 Reply Last reply 20 Dec 2019, 08:22 Reply Quote 0
              • E
                ehdava @rahul last edited by 20 Dec 2019, 08:22

                @rahul yup it works, thankyouu

                1 Reply Last reply Reply Quote 0
                5 out of 7
                • First post
                  5/7
                  Last post