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

Bagisto

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

Bug Image upload

Bug Report
4
8
785
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.
  • Q
    qwe last edited by 8 Oct 2020, 07:39

    Image was uploaded didn't show in view,
    when change icon of admin or upload meta image for fetch image from aliExpress
    the image was uploaded show as uploaded successful but didn't exist in storage ,just make root dir like configuration.
    some who the image file name save in db with out image exist in dir storage,
    also when fetch image from aliExpress the image store in dir but save in db with different name.....

    1 Reply Last reply Reply Quote 0
    • V
      Vaishali Agarwal last edited by 8 Oct 2020, 11:18

      @qwe
      could you please tell me about your bagisto version and drop shipping version from where did you install it?

      Q 1 Reply Last reply 9 Oct 2020, 09:09 Reply Quote 0
      • Q
        qwe @Vaishali Agarwal last edited by 9 Oct 2020, 09:09

        HI @Vaishali-Agarwal
        latest version from github repository, i think there problem with upload and delete image,
        I hope to pass this error ASAP, i working to find solution from a week ago,
        BTW ,i tried all solutions suggestion here and on internet but doesn't working UNTIL NOW

        1 Reply Last reply Reply Quote 0
        • bhanu-webkul
          bhanu-webkul last edited by bhanu-webkul 9 Oct 2020, 11:28 9 Oct 2020, 11:27

          Hi @qwe ,

          In process to give you better solution, could you please make few points clear.
          Are you using ali express dropshipping or not if yes then please mention commit id from where you have installed, Further please mention steps to reproduce the issue which you are facing.
          Thank you.

          Q 1 Reply Last reply 10 Oct 2020, 18:57 Reply Quote 0
          • Q
            qwe @bhanu-webkul last edited by 10 Oct 2020, 18:57

            @bhanu-webkul @Vaishali-Agarwal
            yes i am use drop shipping,
            so im in progress to find out solution, so i
            $y = request()->file($fieldName)->getErrorMessage();
            $z = request()->file($fieldName)->getFileInfo();
            $w = request()->file($fieldName)->getRealPath();
            Logger::info($x);
            Logger::info($y);
            Logger::info($z);
            Logger result
            [2020-10-10 21:43:58] local.INFO: The file "test.jpg" was not uploaded due to an unknown error.
            [2020-10-10 21:43:58] local.INFO: /tmp/phpEHzMws
            [2020-10-10 21:43:58] local.INFO: /tmp/phpEHzMws
            i tried change the way save image like move() method ...etc,
            i try permission ,clear cache ,unlink and link ,,,,,
            until now no there any solution

            1 Reply Last reply Reply Quote 0
            • Q
              qwe last edited by 10 Oct 2020, 19:24

              https://github.com/laravel/framework/issues/12350
              @Vaishali-Agarwal @bhanu-webkul plz check this error,

              1 Reply Last reply Reply Quote 0
              • P
                prateek-webkul last edited by 12 Oct 2020, 06:09

                @qwe ,

                We checked in our setup but didn't able to reproduce the issue. The images are working fine.

                You may create ticket to our support team https://bagisto.uvdesk.com/en/customer/create-ticket/ as we can't check with out having all the privileges. Kindly raise the ticket and share your server FTP/SFTP credentials.

                Q 1 Reply Last reply 12 Oct 2020, 16:02 Reply Quote 0
                • Q
                  qwe @prateek-webkul last edited by 12 Oct 2020, 16:02

                  @prateek-webkul
                  I solved, add Request::createGlobleForm(); when upload file inside loop , should use this request instance ,
                  Thanks you for Interest

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