Bagisto Forum

    Bagisto

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

    Post installation getting database error

    Installing Bagisto
    2
    4
    364
    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.
    • Z
      zerovolt last edited by

      I have installed Bagisto v1.1.2-0-gc88ca31 on hosting post installation getting below error, kindly help me

      Illuminate \ Database \ QueryException (42S02)
      SQLSTATE[42S02]: Base table or view not found: 1146 Table 'my_db.channels' doesn't exist (SQL: select * from channels where code = default)
      Previous exceptions
      SQLSTATE[42S02]: Base table or view not found: 1146 Table 'my_db.channels' doesn't exist (42S02)
      SQLSTATE[42S02]: Base table or view not found: 1146 Table 'my_db.channels' doesn't exist (42S02)

      1 Reply Last reply Reply Quote 0
      • V
        Vaishali Agarwal last edited by

        @zerovolt
        run the following command:

        composer dump-autoload
        php artisan migrate
        php artisan db:seed
        php artisan vendor:publish --force , press 0 to continue

        Thanks

        1 Reply Last reply Reply Quote 0
        • Z
          zerovolt last edited by

          @Vaishali-Agarwal
          No luck, getting some SQL error
          MySQL version is v5.6 and no way to upgrade on v5.7
          Checked with multiple Hosting, is any other way? please assist

          1 Reply Last reply Reply Quote 0
          • V
            Vaishali Agarwal last edited by

            Hi @zerovolt
            Do you want to upgrade the mysql version on the local server or on any hosting provider?

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