Bagisto Forum

    Bagisto

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

    Bagisto Installation error

    Installing Bagisto
    3
    9
    2022
    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

      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

        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

          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

            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

              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

                Hi @prasenjitsh
                Run
                php artisan migrate:fresh

                P 1 Reply Last reply Reply Quote 0
                • P
                  prasenjitsh last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • P
                    prasenjitsh @Vaishali Agarwal last edited by

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

                    1 Reply Last reply Reply Quote 0
                    • R
                      rahul last edited by

                      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
                      • First post
                        Last post