Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Installing Bagisto
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • W

      Bagisto with Docker
      • William Hatanaka

      5
      0
      Votes
      5
      Posts
      959
      Views

      V

      Hi @William-Hatanaka
      It's nice to hear that Bagisto has been setup on Docker.
      To loads scripts, you don't need to mention npm in docker-composer
      you can just run command like

      docker exec -i apache2 bash -c "su - www-data -s /bin/bash -c 'npm i'"
    • P

      ERR_TOO_MANY_REDIRECTS - Bagisto v1.1.2 in ubuntu Nginx
      • prasenjitsh

      2
      0
      Votes
      2
      Posts
      336
      Views

      V

      Hi, @prasenjitsh
      Please do the following steps:

      delete the installer folder created inside bagisto/public after that run this command from the root to reinstall bagisto
      php artisan bagisto:install
    • H

      facing issues during update of bagisto from 1.0.0 to 1.1.0 and 1.1.2
      • Hassi

      2
      0
      Votes
      2
      Posts
      225
      Views

      V

      hi @Hassi
      follow this guide to upgrade to the latest release
      https://devdocs.bagisto.com/migrate_version.html

    • A

      Seems like Composer dependencies are not Installed
      • ahp

      2
      0
      Votes
      2
      Posts
      260
      Views

      V

      @ahp said in Seems like Composer dependencies are not Installed:

      /var/www/bagisto/public$

      Hi @ahp

      run the command from bagisto root /var/www/bagisto/

      composer create-project

      after this check again.

    • P

      Bagisto installation error on a remote server
      • pulkitvij

      2
      0
      Votes
      2
      Posts
      499
      Views

      R

      Hi @pulkitvij

      Kindly update your database version which supports JSON column type.

    • ?

      Couldn't fetch mysqli() in AdminConfig.php during installation
      • A Former User

      6
      0
      Votes
      6
      Posts
      2644
      Views

      V

      Hi @bagger

      login the mysql with 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
    • P

      Bagisto Installation error
      • prasenjitsh

      9
      0
      Votes
      9
      Posts
      2025
      Views

      R

      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.

    • I

      How to add new payment gateway
      • Ittisafur

      2
      0
      Votes
      2
      Posts
      321
      Views

      V

      Hi @Ittisafur
      please refer this guide to implement payment method: https://devdocs.bagisto.com/create_payment_method.html

    • B

      DevTools failed to load SourceMap
      • bzero

      6
      0
      Votes
      6
      Posts
      744
      Views

      V

      Hello @bzero

      Menu will be visible when you will hover over shop by category option if categories exist.

      Regarding dev tool, you may refer this for the same issue https://github.com/bagisto/bagisto/issues/2986

      Thanks

    • Z

      Post installation getting database error
      • zerovolt

      4
      0
      Votes
      4
      Posts
      368
      Views

      V

      Hi @zerovolt
      Do you want to upgrade the mysql version on the local server or on any hosting provider?

    • K

      cURL ext. problem
      • kasser00

      4
      0
      Votes
      4
      Posts
      273
      Views

      V

      Hi @kasser00
      You need to enable the curl in apache as well.

      Please follow this guide to enable curl extension https://us.informatiweb.net/tutorials/it/web/enable-curl-extension-of-php-on-windows.html

      Thanks.

    • R

      database migration almost worked but atlast show one error, pic attached
      • Rahul74

      7
      0
      Votes
      7
      Posts
      463
      Views

      V

      @yeshi74
      kindly run Run 'chmod -R 777 ./storage' at root of your project.

    • C

      admin/login route not found
      • Carlo

      2
      0
      Votes
      2
      Posts
      194
      Views

      V

      Hi @Carlo
      Server configuration needs to be set properly, please follow this link https://forums.bagisto.com/topic/77/admin-login-route-not-found

    • V

      Uncaught Error: Class 'Illuminate\Foundation\Application' not found in /mnt/c/Users/TEST/Desktop/Work/bagisto-standard/bootstrap/app.php:14
      bagisto install ambiguous • • Vlad99

      2
      0
      Votes
      2
      Posts
      1888
      Views

      V

      Hi @Vlad99
      follow the solution provided here

      https://github.com/bagisto/bagisto/issues/3090

      https://forums.bagisto.com/topic/357/couldn-t-fetch-mysqli-in-adminconfig-php-during-installation/6

    • T

      Migrating error in installation
      • THINKLIFE

      2
      0
      Votes
      2
      Posts
      299
      Views

      V

      already reported on github https://github.com/bagisto/bagisto/issues/3406

    • Y

      error server 500 after install
      • ytcele

      2
      0
      Votes
      2
      Posts
      584
      Views

      V

      Hi @ytcele
      can you show us error in development mode by changing the below

      go to .env file-> change APP_DEBUG=true

    • R

      Hello, How to fix this when I'm trying to publish the migrations tag.
      • reliec40

      2
      0
      Votes
      2
      Posts
      231
      Views

      V

      Hi @reliec40
      Already communicating over this https://forums.bagisto.com/topic/1542/can-t-locate-path/3

    • A

      ISO or VM
      • aulia

      3
      0
      Votes
      3
      Posts
      360
      Views

      V

      @rafeeqmahmud
      if you are trying to install bagisto, then please share the screenshot where are you getting the issue

    • M

      Access denied user@localhost, Installer won't accept DB user Configuration
      • mohab19

      3
      0
      Votes
      3
      Posts
      439
      Views

      M

      @Vaishali-Agarwal Thank you very much, that actually helped me ❤

    • F

      Missing admin submenus
      • fmora

      11
      0
      Votes
      11
      Posts
      1220
      Views

      V

      @William-Hatanaka said in Missing admin submenus:

      SSL using traefik

      Currently we don't have any tutorial on traefik, still by searching more on google here is the guide which might help you https://docs.traefik.io/v1.7/user-guide/docker-and-lets-encrypt/