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

Bagisto

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

Bagisto Installation error

Installing Bagisto
3
9
2.0k
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.
  • P
    prasenjitsh last edited by prasenjitsh 16 May 2020, 13:01 16 May 2020, 13:00

    Hi,
    I'm trying to setup bagisto newly into my mac. I followed this for backend installation. https://webkul.com/blog/laravel-ecommerce-website/ . However, it's automatically redirecting to http://127.0.0.1:8000/installer whenever I'm trying to access http://127.0.0.1:8000/.
    I tried to work with installer too however it's stuck at last stage. It's not going any further, screen stuck. can you guys help please?
    Screenshot 2020-05-16 at 8.45.58 PM.png

    1 Reply Last reply Reply Quote 0
    • V
      Vaishali Agarwal last edited by 16 May 2020, 19:01

      Hi @prasenjitsh

      you are running bagisto in dev mode by running php artisan serve by which URL
      http://127.0.0.1:8000/ URL will directly call to the public folder..
      If you want to access project in directory structure then access the URL localhost/bagisto_directory/public

      Regarding the installer stuck issue as the error describe mysql connection is not established
      You can follow this:
      login the mysql in command line and then run the command in CLI

      ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'Current-Root-Password';
      FLUSH PRIVILEGES;
      replace 'Current-Root-Password' with your password
      
      1 Reply Last reply Reply Quote 0
      • P
        prasenjitsh last edited by 17 May 2020, 13:01

        Hi,
        I tried this but same error occurring. Also, I can see administrator is created at database but page is not showing admin dashboard instead it's stuck there.

        1 Reply Last reply Reply Quote 0
        • V
          Vaishali Agarwal last edited by 18 May 2020, 14:50

          Hi,
          please let me know the total migrated table in your database?

          Also once try by deleting the .env file then add new by giving valid database credentials.

          1 Reply Last reply Reply Quote 0
          • P
            prasenjitsh last edited by prasenjitsh 19 May 2020, 13:53 19 May 2020, 13:38

            HI Total 102 tables & I tried with new .env file.. still same issue. is it something to do with php & mysql installation? I used Homebrew to install both

            1 Reply Last reply Reply Quote 0
            • V
              Vaishali Agarwal last edited by 20 May 2020, 07:13

              Hi @prasenjitsh
              Run
              php artisan migrate:fresh

              P 1 Reply Last reply 20 May 2020, 11:35 Reply Quote 0
              • P
                prasenjitsh last edited by 20 May 2020, 11:34

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • P
                  prasenjitsh @Vaishali Agarwal last edited by 20 May 2020, 11:35

                  @Vaishali-Agarwal Hi Tried but it's same issue

                  1 Reply Last reply Reply Quote 0
                  • R
                    rahul last edited by 20 May 2020, 14:13

                    Hi @prasenjitsh

                    Kindly run - php artisan bagisto:install at the root of the project.
                    This command is also used to install bagisto.
                    If error occurs, kindly attach, its screenshot.

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