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
    • I

      Replace Json type with text
      • ismael

      2
      0
      Votes
      2
      Posts
      1414
      Views

      B

      Hello, ismael

      I wanted to tell you that mariaDB and MySQL are same and there ain't no difference in DML of both databases.

      I am afraid that your database version is older as support for json columns came late in 2016/7.

      So please update the version of your database:
      Please check out the system requirements also before installing Bagisto on https://github.com/bagisto/bagsito

    • A

      Error in phase migration and seed
      • aulia

      18
      0
      Votes
      18
      Posts
      5024
      Views

      R

      Please search for same.

    • L

      can u give /vendor package for me in email ? my composer doesn't make it useful
      • leilong

      3
      0
      Votes
      3
      Posts
      850
      Views

      L

      what make the problem is composer install in out country doesn't make useful, i think u can post a complete vendor package in one resposrity for people to download

    • S

      Getting error after run command i-e php artisan serv
      • sanjana singh

      2
      0
      Votes
      2
      Posts
      759
      Views

      R

      Hi,

      This is due to improper seeding of data in database so kindly drop table of database, once again run 'php artisan migrate' then 'php artisan db:seed' & make sure that all of this process executes without error.

      Thanks

    • D

      use bagisto-0.1.5 zip file install Bagisto on Ubuntu16.04, got issues!!!!help
      • dotseven

      2
      0
      Votes
      2
      Posts
      716
      Views

      R

      Hi @dotseven

      Give file create permission to project. Run below command at root of project.

      sudo chmod -R 777 *

      Thanks

    • B

      I am getting error in running bagisto
      • Bharat

      2
      0
      Votes
      2
      Posts
      863
      Views

      R

      Hi @Bharat

      Please follow this one for solution.

      https://github.com/nette/security/issues/32

      Thanks

    • adityashivhare

      Pos custome field add and implement in users points
      • adityashivhare

      2
      0
      Votes
      2
      Posts
      914
      Views

      R

      Hi @adityashivhare

      Create Ticket for same with your order id at https://bagisto.uvdesk.com/en/customer/create-ticket/.

      Thanks

    • K

      Trouble with bcmath on Kali Linux
      • Kabiru

      3
      0
      Votes
      3
      Posts
      778
      Views

      K

      Hi, I have php version 7.2.

      When I try "sudo apt-get install php7.2-bcmath" it says:

      Unable to locate package php7.2-bcmath

      Thanks

    • S

      Installation has failed
      • simplygenius

      2
      0
      Votes
      2
      Posts
      918
      Views

      admin

      The issue is regarding the MariaDB version that you are using with your XAMPP. Kindly update your MariaDB version from 10.1 TO 10.2. You can refer to this stack here: https://stackoverflow.com/questions/44027926/update-xampp-from-maria-db-10-1-to-10-2

    • E

      Composer install error ! when run the command ?
      • engrmasum

      4
      0
      Votes
      4
      Posts
      2828
      Views

      R

      Hi @engrmasum

      D:\xampp\htdocs\bagisto\vendor this vendor folder.

      Thanks

    • S

      Installing using GUI vs usig CLI: both give errors
      • simplygenius

      11
      0
      Votes
      11
      Posts
      1979
      Views

      S

      Oh, thank you so much for helping out. I'm sorry for being an inconvenience. I must say I ran into a 'No application key' problem, but I fixed that with
      php artisan key:generate.

    • M

      This topic is deleted!
      • marisputraims

      2
      0
      Votes
      2
      Posts
      11
      Views
    • D

      Install error
      • danielmoisa

      4
      0
      Votes
      4
      Posts
      881
      Views

      R

      Hi @simplygenius

      I think you this issue has been resolved ( https://forums.bagisto.com/topic/347/installing-using-gui-vs-usig-cli-both-give-errors/11 )

      please confirm us.

      Thanks

    • H

      Errors after fresh install
      • hdavy2002

      3
      0
      Votes
      3
      Posts
      752
      Views

      H

      I had done the same as you suggested. In the above message. I have pasted the terminal dump.

    • V

      Laravel version
      • visualnext

      4
      0
      Votes
      4
      Posts
      676
      Views

      R

      Hi @ghermans

      Upgrading to 6 Actually.

      Thanks

    • D

      This topic is deleted!
      • devcaffeinated

      1
      0
      Votes
      1
      Posts
      4
      Views

      No one has replied

    • K

      Fehler bei Installation Schritt migration
      • kulli

      2
      0
      Votes
      2
      Posts
      387
      Views

      R

      Hi @kulli

      Kindly run this command - composer update --no-scripts

      Thanks

    • S

      Getting issue when run the command "composer install"
      • sanjana singh

      2
      0
      Votes
      2
      Posts
      391
      Views

      R

      Hi @sanjana-singh

      Kindly follow below link for solution -https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors

      or increase you memory of system.

      Thanks

    • C

      This topic is deleted!
      • cmpengineers

      1
      0
      Votes
      1
      Posts
      1
      Views

      No one has replied

    • D

      facing issue update xampp from maria db 10.1 to 10.2
      • developerus

      2
      0
      Votes
      2
      Posts
      419
      Views

      K

      Hi,

      Remove innodb_additional_mem_pool_size - 2M in my.ini file and then start the xampp server.

      Thank you.