Bagisto Forum

    Bagisto

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

    Broken I Logo in v1.1.2 ...solutions?

    Bug Report
    5
    19
    1506
    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.
    • M
      mikeyapina @Vaishali Agarwal last edited by

      @Vaishali-Agarwal said in Broken I Logo in v1.1.2 ...solutions?:

      php artisan config:cache

      I ran all these commands and although my slider is set .. I have correctly uploaded my sliders and the default image. . which I changed to make sure i wasn't crazy .. I still have no sliders. This worked before but this is now in 1.1.2

      ov3rt.com

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

        @mikeyapina
        Ok, we are checking this issue & will revert you over the ticket.

        Thanks

        M 1 Reply Last reply Reply Quote 0
        • S
          shanavas last edited by shanavas

          Slider and Logo is working fine for me. artisan storage link will work for sliders and app_url in config/app.php set correct url for logo.

          Illuminate \ Database \ QueryException (HY000)
          SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '=' (SQL: update categories set _lft = case when _lft >= 284 then _lft+2 else _lft end, _rgt = case when _rgt >= 284 then _rgt+2 else _rgt end where (_lft >= 284 or _rgt >= 284)) - issue comes When I add new category . How to fix this , issue ? Quick reply is appreciated

          M S 2 Replies Last reply Reply Quote 0
          • M
            mikeyapina last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • M
              mikeyapina @shanavas last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • V
                Vaishali Agarwal last edited by

                @shanavas
                you can go through with this solution for this query exception https://github.com/bagisto/bagisto/issues/3448

                1 Reply Last reply Reply Quote 0
                • M
                  mikeyapina @Vaishali Agarwal last edited by

                  @Vaishali-Agarwal on yes i cannot see my sliders .. it goes to default. even they upladed.

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

                    @mikeyapina
                    Create a new slider and then check if the new one is also having the same issue?

                    M 1 Reply Last reply Reply Quote 0
                    • S
                      shanavas @shanavas last edited by

                      @shanavas

                      issue solved by

                      1. ALTER TABLE categories CONVERT TO CHARACTER SET utf8;
                      2. ALTER TABLE category_translations CONVERT TO CHARACTER SET utf8;

                      Thanks

                      1 Reply Last reply Reply Quote 1
                      • M
                        mikeyapina @Vaishali Agarwal last edited by

                        @Vaishali-Agarwal ok adding a new slider worked after I altered the tables .. also I noticed that the parameter en is added for locale on all sliders that work

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

                          @mikeyapina
                          Yes, that's why I cross checked with you to create a new slider. also anywhere if you got an broken image issue, just try by adding a same image.

                          Thanks!

                          1 Reply Last reply Reply Quote 0
                          • J
                            josevillasmil last edited by

                            it seems that the logo on bagisto admin it's pointing to a https://localhost:8000, indeed a secure https server. In local development the php artisan serve working on http://
                            Example of my case:

                            1 Reply Last reply Reply Quote 0
                            • J
                              josevillasmil last edited by

                              https://localhost:8000/storage/configuration/0Fi6KvcGB03MOD0l1atcyD0cdCxH8cEIZuo7d7rY.png
                              Pointing to https:// can't find the image

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