Bagisto Forum

    Bagisto

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

    Trouble with bcmath on Kali Linux

    Installing Bagisto
    2
    3
    780
    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.
    • K
      Kabiru last edited by

      Hi Bagisto forum,

      I have Kali Linux and I am trying to install Bagisto.
      Everything worked so far, from migration and seeding, to installing composer modules. When I do "php artisan serve", it loads on 127.0.0.1:8000 as intended.

      The home page shows and the admin login shows but when I use the credentials to log in, going to the dashboard, I get the following error:

      The bcmath extension is required by CurrencyFormatter.

      I have installed bcmath on my machine - the latest one actually : php7.3-bcmath but still, I get stuck.

      Help ?

      Thanks

      1 Reply Last reply Reply Quote 0
      • R
        rahul last edited by

        Hi @Kabiru

        Kindly check you php version and install bcmath according to your php version.

        Like if you have php - 7.0

        then try to run - sudo apt install php7.0-bcmath & so on.

        Thanks

        1 Reply Last reply Reply Quote 0
        • K
          Kabiru last edited by

          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

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