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

Bagisto

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

Problems after installation

Installing Bagisto
3
8
2.4k
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.
  • A
    adpe last edited by 14 Apr 2019, 12:33

    Hello @all

    I've installed the v0.1.5 on both ways (gui/cli) and I end with the same errors.

    The site can be reached by /public, but per example /admin/login, /customer/register etc... are not found (error 404).

    The startpage on /public has following errors in chromdev console:

    fb610172-c385-48d8-8d7b-b7da7b0aee79-image.png

    I've tried the setup with Ubuntu 16.04 and 18.04.

    Thanks for your help
    Adrian

    1 Reply Last reply Reply Quote 0
    • R
      rahul last edited by 16 Apr 2019, 06:00

      Hi,

      can u share screenshots of /admin/login & /customer/register pages.

      Thanks
      Rahul Shukla

      1 Reply Last reply Reply Quote 0
      • A
        adpe last edited by 16 Apr 2019, 19:06

        The error you see above I resolved if I turn off APP_DEBUG in .env because PHPDebugbar is missing. I think the installation manual is missing some parts.

        Furthermore I don't know exactly how the structure of the public folder should be. I think here are resources missing. I get 404 errors accessing the /admin/login or /customer/register.

        Per example:

        Not Found
        The requested URL /bagisto/public/customer/login was not found on this server.
        

        Thanks for helping out.

        1 Reply Last reply Reply Quote 0
        • R
          rahul last edited by 17 Apr 2019, 05:26

          Hi,

          Installation of project is right but your server configuration needs to change for it.

          For Apache Server -

          You need to provide override permission to all to your server (AllowOverride All) in apche configuration file which can be found in /etc/apache2/ directory named as apche2.conf, then run this command "sudo a2enmod rewrite" and restart your server.

          otherwise you can run the project using "php artisan serve" command to root of project.

          Thanks
          Rahul Shukla

          A 1 Reply Last reply 21 Apr 2019, 12:17 Reply Quote 0
          • R
            rahul last edited by 17 Apr 2019, 05:29

            and also install npm in Admin, Shop & Ui package & compile assests using "npm run watch" or "npm run watch-poll".

            1 Reply Last reply Reply Quote 0
            • A
              adpe @rahul last edited by 21 Apr 2019, 12:17

              @rahul

              Great the Apache configuration setting already helped me to resolve the 404 errors.

              1 Reply Last reply Reply Quote 0
              • 4 years later
              • B
                bg_user last edited by 17 Mar 2023, 21:54

                I successfully installed it and got all the front page but any link got 404 page, i read the above reply and set AllowOverride all require all granted in www directory but all in Vain.

                am just start on Frontpage only. I followed this care fully https://webkul.com/blog/laravel-ecommerce-website/

                any immediate help would help,

                1 Reply Last reply Reply Quote 0
                • B
                  bg_user last edited by 17 Mar 2023, 21:56

                  am also using arm64x8 Ubuntu 22.04 node js 18, and npm 8.9
                  ...

                  1 Reply Last reply Reply Quote 0
                  2 out of 8
                  • First post
                    2/8
                    Last post