Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Groups
    1. Home
    2. Installing Bagisto
    Log in to post

    Installing Bagisto

    • D

      Logos not showing
      • dan3460  

      3
      0
      Votes
      3
      Posts
      249
      Views

      D

      @rahul , thanks for the help but i discovered the problem. In the .env file it was a error on the APP_URL it had an extra invisible character. I think originally was copied from something else that had formatting???, don't know. But i retyped the address and the logos appeared.
    • D

      Setting Initial order number
      • dan3460  

      4
      0
      Votes
      4
      Posts
      164
      Views

      V

      @dan3460 ok then this manually whole order id can't be changed from backend, you can do it from the code, just Make a route in your package, save the order with your controller and make it as you want.
    • A

      how to add image in page?
      • adolfoaugustor  

      6
      0
      Votes
      6
      Posts
      211
      Views

      V

      @adolfoaugustor I am not getting your point where you add images & want to?? please explain with some helping images. Thanks,
    • E

      Bagisto Install failing on last step
      • Elton  

      2
      0
      Votes
      2
      Posts
      301
      Views

      V

      @Elton As the error says, you should have to run composer create-project command from the project root directory. Thanks.
    • D

      PayPal Setup
      • dan3460  

      3
      0
      Votes
      3
      Posts
      124
      Views

      D

      Mi question is not with Bagisto. I'm opining the account in PayPal and i'm offered two options, the ones that i pointed out before, i don't know which option to use.
    • W

      Bagisto with Docker
      • William Hatanaka  

      5
      0
      Votes
      5
      Posts
      657
      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
      139
      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
      100
      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
      140
      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
      388
      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
      2161
      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
      1245
      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
      136
      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
      580
      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
      187
      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
      130
      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
      289
      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
      112
      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
      1434
      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
      180
      Views

      V

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