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

      Qued postings
      • Airheadbit

      2
      0
      Votes
      2
      Posts
      358
      Views

      V

      @Airheadbit
      you're posting as a new user so all your first were queued in approval by admin, that's why earlier all the post were not visible to you.

    • A

      Installed using Cpanel failed
      • Airheadbit

      2
      0
      Votes
      2
      Posts
      400
      Views

      V

      @Airheadbit
      follow one thread https://forums.bagisto.com/topic/2033/store-timezone-kept-in-a-file to better reach the solution.

    • A

      Cpanel install fails
      • Airheadbit

      2
      0
      Votes
      2
      Posts
      405
      Views

      V

      @Airheadbit
      follow one thread https://forums.bagisto.com/topic/2033/store-timezone-kept-in-a-file to better reach the solution.

    • D

      访问后台报错,求帮忙
      • djsxianglei

      4
      0
      Votes
      4
      Posts
      927
      Views

      A

      @djsxianglei said in 访问后台报错,求帮忙:

      好,数据库里面有这条
      Run command : php artisan migrate:fresh --seed,
      see if it works

    • N

      @BAGISTO DEVS // BAGISTO THEME
      • nathan3000

      2
      0
      Votes
      2
      Posts
      393
      Views

      ghermans

      Hi, there is no separated repository for the default theme, but you can find the files for this theme in packages/Webkul/Shop/src/Resources

    • C

      dublicate bagisto project
      • cmpengineers

      6
      0
      Votes
      6
      Posts
      1057
      Views

      devansh-webkul

      Hi @cmpengineers,

      Good to see, things are working now. But still, it is very strange.

    • G

      Permission denied error while access website
      • gopesh

      2
      0
      Votes
      2
      Posts
      398
      Views

      V

      Hi @gopesh
      We have received your support ticket #1343, kindly continue the conversation over ticket.

    • T

      PDO Connection Error When install bagisto
      • theany

      3
      0
      Votes
      3
      Posts
      560
      Views

      ghermans

      @theany thank you for reporting this issue, we are aware of this one and a fix (https://github.com/bagisto/bagisto/pull/4416) will be merged asap.

    • Hardkiffeur

      No Acces to Front, Register and noAdmin login (account) [SOLVE]
      • Hardkiffeur

      5
      0
      Votes
      5
      Posts
      1598
      Views

      Hardkiffeur

      Ok so I've made what sql said me :
      log with admin right on mysql and run :

      SET GLOBAL log_bin_trust_function_creators = 1;

      Then All three steps share by Vaishali could be run and I've the front / custommer / admin !

      Thanks for the time !

      HK

    • D

      Re: [Composer dependencies is not Installed](/topic/68/composer-dependencies-is-not-installed)
      • daniel08

      2
      0
      Votes
      2
      Posts
      334
      Views

      devansh-webkul

      Hi @daniel08,

      May I know why is this needed? I just tested the master one and it's working fine.

    • P

      How to deploy running bagisto project(in local) to shared hosting?
      • pithu

      2
      0
      Votes
      2
      Posts
      526
      Views

      devansh-webkul

      Hi @pithu,

      May I know which hosting provider are you using?

      And which Bagisto version are you using?

    • H

      Getting error when trying to run artisan
      • holder23

      2
      0
      Votes
      2
      Posts
      396
      Views

      devansh-webkul

      Hi @holder23,

      May I know why you are editing stuff in the vendor directory as this will cause the problem?

    • J

      php artisan migrate issue
      • jemish

      2
      0
      Votes
      2
      Posts
      413
      Views

      devansh-webkul

      Hi @jemish,

      Which version of MySQL/MariaDB are you using?

    • J

      After complete all steps for installation i got error in php artisan serve
      • jemish

      2
      0
      Votes
      2
      Posts
      446
      Views

      devansh-webkul

      Hi @jemish,

      Some table columns are missing. Did you run php artisan migrate?

    • I

      Laravel 8
      • ibrahimisa

      2
      0
      Votes
      2
      Posts
      377
      Views

      V

      @ibrahimisa
      currently, Bagisto is not compatible with laravel 8.
      already raised here https://github.com/bagisto/bagisto/issues/4449

    • C

      Trying to get property 'allowed_ips' of non-object
      • cmpengineers

      5
      0
      Votes
      5
      Posts
      2103
      Views

      V

      @cmpengineers
      follow the solution mention here https://stackoverflow.com/questions/39693312/the-only-supported-ciphers-are-aes-128-cbc-and-aes-256-cbc-with-the-correct-key
      I hope this will resolve the issue.

    • W

      500 | Server Error while running public/index.php
      • wallace

      3
      0
      Votes
      3
      Posts
      816
      Views

      K

      enable error display in server or turn on debug mode in .env file. you will see the actual error message...

      if you do not enable error display you will get 500 server error
      you can also check the server error logs

    • Y

      n ProviderRepository.php line 208: Class 'Yendiscart\HelloWorld\Providers\HelloWorldServiceProvider' not found
      • yendiscart

      2
      0
      Votes
      2
      Posts
      604
      Views

      N

      Hello @yendiscart ,
      please run the following command first:

      composer require bagisto/bagisto-package-generator

      then run the following command:
      php artisan package:make-datagrid TestDataGrid ACME/TestPackage

      Thanks!

    • B

      Trying to get property 'code' of non-object
      • bzero

      3
      0
      Votes
      3
      Posts
      449
      Views

      A

      this bug was addressed in this commit
      https://github.com/bagisto/bagisto/pull/4014/commits/e1ee0cb499010d061d4e0856668fc09e92b58e37

    • S

      creating themes
      • samparker

      2
      0
      Votes
      2
      Posts
      399
      Views

      N

      HEllo @samparker ,
      these are the compiled js files and you may check the webpack.mix.js file of particular package
      Thanks!