• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

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

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

Bug Report
5
19
1.4k
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.
  • bala
    bala last edited by bala 5 Jun 2020, 19:56 5 Jun 2020, 19:54

    everything fine and logo png ulploaded in public/strorage/channel/1/
    but logo broken in front end

    https://prnt.sc/sukx7m

    1 Reply Last reply Reply Quote 0
    • V
      Vaishali Agarwal last edited by 6 Jun 2020, 10:19

      @bala
      Run php artisan storage:link from the bagisto root directory.

      1 Reply Last reply Reply Quote 0
      • bala
        bala last edited by bala 6 Jun 2020, 12:23 6 Jun 2020, 12:21

        i did that but logo broken also
        The "public/storage" directory already exists.

        1 Reply Last reply Reply Quote 0
        • V
          Vaishali Agarwal last edited by 6 Jun 2020, 15:28

          @bala
          Run these commands

          cd public

          unlink storage

          cd ..

          php artisan storage:link

          1 Reply Last reply Reply Quote 0
          • 2 months later
          • S
            shanavas last edited by 23 Jul 2020, 15:25

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

            php artisan storage:link

            When I used before, slider images are coming it is working. But in logo portion, not viewing the image. Actually it is located in channel/ folder. How to fix this issue in logo portion of front and back side ?

            1 Reply Last reply Reply Quote 0
            • V
              Vaishali Agarwal last edited by 23 Jul 2020, 15:57

              @shanavas
              I too having the same issue but when set my APP_URL in .env correctly and run php artisan config:cache
              It's resolved.

              M 1 Reply Last reply 24 Jul 2020, 04:46 Reply Quote 0
              • M
                mikeyapina @Vaishali Agarwal last edited by 24 Jul 2020, 04:46

                @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 24 Jul 2020, 06:01

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

                  Thanks

                  M 1 Reply Last reply 24 Jul 2020, 09:14 Reply Quote 0
                  • S
                    shanavas last edited by shanavas 24 Jul 2020, 07:43 24 Jul 2020, 07:32

                    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 24 Jul 2020, 09:41 Reply Quote 0
                    • M
                      mikeyapina last edited by 24 Jul 2020, 07:48

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • M
                        mikeyapina @shanavas last edited by 24 Jul 2020, 07:50

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • V
                          Vaishali Agarwal last edited by 24 Jul 2020, 08:56

                          @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 24 Jul 2020, 09:14

                            @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 24 Jul 2020, 09:34

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

                              M 1 Reply Last reply 24 Jul 2020, 10:48 Reply Quote 0
                              • S
                                shanavas @shanavas last edited by 24 Jul 2020, 09:41

                                @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 24 Jul 2020, 10:48

                                  @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 24 Jul 2020, 11:15

                                    @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
                                    • about a year later
                                    • J
                                      josevillasmil last edited by 27 Aug 2021, 14:13

                                      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 27 Aug 2021, 14:14

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

                                        1 Reply Last reply Reply Quote 0
                                        1 out of 19
                                        • First post
                                          1/19
                                          Last post