Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    having error "Please install the Algolia client: algolia/algoliasearch-client-php." while adding new product.

    Bug Report
    10
    19
    6458
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • sanjay-webkul
      sanjay-webkul last edited by

      Hi there,
      Which version of bagisto are you using.

      1 Reply Last reply Reply Quote 0
      • P
        paulmariano last edited by

        same problem and the version my bagisto version is 1.4.3

        1 Reply Last reply Reply Quote 0
        • D
          Damidu last edited by

          Same issue for me. I've followed all tips without success.
          I'm using xampp

          S 1 Reply Last reply Reply Quote 0
          • S
            shagun last edited by

            check by adding -> 'driver' => env('SCOUT_DRIVER'), in scout.php

            1 Reply Last reply Reply Quote 0
            • S
              shagun @Damidu last edited by

              @Damidu check your issue by updating -> 'driver' => env('SCOUT_DRIVER'),

              in scout.php

              1 Reply Last reply Reply Quote 0
              • sanjay-webkul
                sanjay-webkul last edited by

                Hi there,
                Please check the SCOUT_DRIVER in below given files.

                packages/Webkul/Core/src/Config/scout.php
                config/scout.php

                1 Reply Last reply Reply Quote 0
                • sanjay-webkul
                  sanjay-webkul last edited by

                  If still you are getting the same issue then please let me know.

                  1 Reply Last reply Reply Quote 0
                  • S
                    softcube last edited by

                    @sanjay-webkul I have done the changes in scout.php as you have suggested but the issue still I am facing. I have used Bagisto version 1.4.5

                    1 Reply Last reply Reply Quote 0
                    • sanjay-webkul
                      sanjay-webkul last edited by

                      Hi there,
                      Please raise a support ticket Here.
                      I need to check on your instance, because i am not getting this issue in our v1.4.5.

                      1 Reply Last reply Reply Quote 0
                      • B
                        bacovseen last edited by

                        Hey, I have had the same issue and I solved it by:

                        'driver' => env('SCOUT_DRIVER', 'null'),
                        

                        in

                        • config/scout.php
                        • packages/Webkul/Core/src/Config/scout.php

                        Make sure you do

                        php artisan config:clear
                        php artisan optimize:clear
                        

                        afterwards

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post