Bagisto Forum

    Bagisto

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

      Call to undefined method Illuminate\Events\Dispatcher::fire()
      • elfeffe

      4
      0
      Votes
      4
      Posts
      1723
      Views

      M

      What can I do for that??

      alt text

      Composer.json

      {
      "name": "bagisto/bagisto",
      "description": "Bagisto Laravel ECommerce",
      "keywords": [
      "framework",
      "laravel"
      ],

      "license": "MIT", "type": "project", "require": { "php": "^7.2.0", "ext-curl": "*", "ext-intl": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-pdo": "*", "ext-pdo_mysql": "*", "ext-tokenizer": "*", "astrotomic/laravel-translatable": "^11.0.0", "barryvdh/laravel-debugbar": "^3.1", "barryvdh/laravel-dompdf": "0.8.5", "doctrine/dbal": "2.9.2", "fideloper/proxy": "^4.0", "flynsarmy/db-blade-compiler": "^5.5", "fzaninotto/faker": "^1.4", "guzzlehttp/guzzle": "~6.0", "intervention/image": "^2.4", "intervention/imagecache": "^2.3", "jenssegers/agent": "^2.6", "kalnoy/nestedset": "5.0.0", "konekt/concord": "^1.2", "laravel/framework": "^6.0", "laravel/helpers": "^1.1", "laravel/tinker": "^1.0", "maatwebsite/excel": "3.1.18", "nwidart/laravel-modules": "^3.2", "opis/closure": "^3.5", "prettus/l5-repository": "^2.6", "tymon/jwt-auth": "^1.0.0" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.1", "codeception/codeception": "4.1.1", "codeception/module-asserts": "^1.1", "codeception/module-filesystem": "^1.0", "codeception/module-laravel5": "^1.0", "codeception/module-webdriver": "^1.0", "filp/whoops": "^2.0", "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", "nunomaduro/collision": "^2.0", "phpunit/phpunit": "^7.0" }, "replace": { "bagisto/laravel-user": "v0.1.0", "bagisto/laravel-admin": "v0.1.0", "bagisto/laravel-ui": "v0.1.0", "bagisto/laravel-core": "v0.1.0", "bagisto/laravel-attribute": "v0.1.0", "bagisto/laravel-checkout": "v0.1.0", "bagisto/laravel-customer": "v0.1.0", "bagisto/laravel-inventory": "v0.1.0", "bagisto/laravel-category": "v0.1.0", "bagisto/laravel-product": "v0.1.0", "bagisto/laravel-shop": "v0.1.0", "bagisto/laravel-theme": "v0.1.0", "bagisto/laravel-shipping": "v0.1.0", "bagisto/laravel-payment": "v0.1.0", "bagisto/laravel-sales": "v0.1.0", "bagisto/laravel-tax": "v0.1.0", "bagisto/laravel-api": "v0.1.0", "bagisto/laravel-paypal": "v0.1.0", "bagisto/laravel-discount": "v0.1.0" }, "autoload": { "classmap": [ "database/seeds", "database/factories" ], "psr-4": { "App\\": "app/", "Webkul\\User\\": "packages/Webkul/User/src", "Webkul\\Admin\\": "packages/Webkul/Admin/src", "Webkul\\Ui\\": "packages/Webkul/Ui/src", "Webkul\\Category\\": "packages/Webkul/Category/src", "Webkul\\Checkout\\": "packages/Webkul/Checkout/src", "Webkul\\Attribute\\": "packages/Webkul/Attribute/src", "Webkul\\Shop\\": "packages/Webkul/Shop/src", "Webkul\\Core\\": "packages/Webkul/Core/src", "Webkul\\Customer\\": "packages/Webkul/Customer/src", "Webkul\\Inventory\\": "packages/Webkul/Inventory/src", "Webkul\\Product\\": "packages/Webkul/Product/src", "Webkul\\Theme\\": "packages/Webkul/Theme/src", "Webkul\\Shipping\\": "packages/Webkul/Shipping/src", "Webkul\\Payment\\": "packages/Webkul/Payment/src", "Webkul\\Paypal\\": "packages/Webkul/Paypal/src", "Webkul\\Sales\\": "packages/Webkul/Sales/src", "Webkul\\Tax\\": "packages/Webkul/Tax/src", "Webkul\\API\\": "packages/Webkul/API", "Webkul\\CatalogRule\\": "packages/Webkul/CatalogRule/src", "Webkul\\CartRule\\": "packages/Webkul/CartRule/src", "Webkul\\Rule\\": "packages/Webkul/Rule/src", "Webkul\\CMS\\": "packages/Webkul/CMS/src", "Webkul\\Velocity\\": "packages/Webkul/Velocity/src", "Webkul\\BookingProduct\\": "packages/Webkul/BookingProduct/src", "Webkul\\PWA\\": "packages/Webkul/PWA/src" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "extra": { "laravel": { "dont-discover": [ "barryvdh/laravel-debugbar", "laravel/dusk" ] } }, "scripts": { "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate", "Webkul\\Core\\Events\\ComposerEvents::postCreateProject" ], "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover" ], "test": [ "set -e", "@php artisan migrate:fresh --env=testing", "vendor/bin/codecept run unit", "vendor/bin/codecept run functional", "vendor/bin/codecept run trigger" ] }, "config": { "preferred-install": "stable", "sort-packages": true, "optimize-autoloader": true }, "minimum-stability": "dev", "prefer-stable": true

      }

      alt text

    • S

      hi iam facing this issue. please help me
      • srinivas

      2
      0
      Votes
      2
      Posts
      207
      Views

      V

      @srinivas
      run the following in the Admin or UI packages

      npm install

      npm run watch

      from the bagisto root: php artisan config:cache

      Thanks

    • R

      SaaS module and product filters
      • robster

      5
      0
      Votes
      5
      Posts
      302
      Views

      R

      @Vaishali-Agarwal 100086220.

    • bala

      filter section nothing in search result page (mobile)
      • bala

      2
      0
      Votes
      2
      Posts
      174
      Views

      V

      @bala
      We have raised this here, stay updated with this https://github.com/bagisto/bagisto/issues/3341

      Thanks

    • R

      i create db in my hosting and try to insert sql i got this error CREATE DEFINER=`root`@`localhost` FUNCTION `get_url_path_of_category` (`categoryId` INT, `localeCode` VARCHAR(255)) RETURNS VARCHAR(255) CHARSET latin1 BEGIN
      • riwash

      4
      0
      Votes
      4
      Posts
      640
      Views

      V

      Hi @Marcelle
      let me know your database version?

    • A

      Error during php artisan migrate after some migrations
      • ahmadsaeedchdev

      8
      0
      Votes
      8
      Posts
      667
      Views

      F

      @Dev the same solution that @Vaishali-Agarwal post when you run these 2 commands you must start your mysql and apache from xampp control panel. Thank you @Vaishali-Agarwal .

    • A

      SaaS Extension error
      • alan

      7
      0
      Votes
      7
      Posts
      469
      Views

      V

      Hi @alan
      No worry, we have received your tickets & will revert you soon on ticket.

      Thanks

    • D

      Logo not showing
      • Daisymond

      17
      0
      Votes
      17
      Posts
      2122
      Views

      D

      @Vaishali-Agarwal okay thank you very much, I really appreciate your help. let me go through everything. I also have another question if you may help outside this topic. I already opened a new topic for it but no responses yet. I am wondering if you can help.

    • T

      Error during php artisan migrate after some migrations](/topic/1302/error-during-php-artisan-migrate-after-some-migrations
      • THINKLIFE

      9
      0
      Votes
      9
      Posts
      591
      Views

      T

      i have successfully installed bagisto in my development machine

    • S

      Try to include your layout in my layout but gettings errors
      • sanjay_1987

      2
      0
      Votes
      2
      Posts
      336
      Views

      V

      @sanjay_1987
      please try the php artisan vendor:publish --force or run npm run watch to see the changes.

    • S

      Illuminate \ Contracts \ Container \ BindingResolutionException Target class [encrypter] does not exist. Previous exceptions Class encrypter does not exist (-1)
      • shanavas

      25
      0
      Votes
      25
      Posts
      7471
      Views

      S

      Please share your instance show that I can look into it.

    • A

      User roles
      • AkashWeybee

      4
      0
      Votes
      4
      Posts
      521
      Views

      A

      Is there any way to get the current role?

    • A

      checkout address issue
      • aroobaarooj499

      13
      0
      Votes
      13
      Posts
      627
      Views

      A

      @Vaishali-Agarwal okay ... Thanks!

    • M

      347M debugbar is so large
      • mikeyapina

      2
      0
      Votes
      2
      Posts
      198
      Views

      V

      @mikeyapina
      I didn't get you..kindly explain more about this query

    • A

      Cart Rule Issue
      • aroobaarooj499

      3
      0
      Votes
      3
      Posts
      183
      Views

      A

      @Vaishali-Agarwal okay

    • S

      Default theme code not showing in this path 'views_path' => 'resources/themes/default/views',
      • sanjay_1987

      4
      0
      Votes
      4
      Posts
      290
      Views

      V

      @sanjay_1987
      Yes, you can do this.

    • M

      address does not work - I have to add a new address each time to make an order work
      • mikeyapina

      22
      0
      Votes
      22
      Posts
      2043
      Views

      M

      I fixed the https issue but now the issue is the upgrade did to work althuiogh I pulled it form the git

      but the issue is i am not in 1.2.2
      even after the upgrade
      i am literally in the same place I was before in 1.1.0

    • S

      Admin & Front end logo is not displaying properly
      • shanavas

      2
      0
      Votes
      2
      Posts
      221
      Views

      V

      @shanavas
      follow this link
      https://forums.bagisto.com/topic/1458/broken-i-logo-in-v1-1-2-solutions/4
      https://forums.bagisto.com/topic/188/broken-image-logo-in-bagisto-with-causes-and-solutions

    • M

      bagisto upgrade from 1.1.0 to 1.1.2 using git fails in every combination I have tried
      • mikeyapina

      15
      0
      Votes
      15
      Posts
      1587
      Views

      M

      i fixed it. by wiping everyting and starting over. sad way to do this nowi have to start over.

    • S

      Banner slider is not showing
      • shanavas

      2
      0
      Votes
      2
      Posts
      342
      Views

      V

      @shanavas
      their is a broken image issue.
      Please follow this link
      https://forums.bagisto.com/topic/1458/broken-i-logo-in-v1-1-2-solutions/4
      https://forums.bagisto.com/topic/188/broken-image-logo-in-bagisto-with-causes-and-solutions