Navigation

    Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. qwe
    Q
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    qwe

    @qwe

    0
    Reputation
    10
    Posts
    11
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    qwe Follow

    Posts made by qwe

    • RE: Payment bugs ,paypal smart button

      ![alt text](Screenshot from 2020-12-02 21-55-36.png image url)
      @Vaishali-Agarwal

      posted in Bug Report
      Q
      qwe
    • RE: Payment bugs ,paypal smart button

      @Vaishali-Agarwal Thanks u alot, still one problem of checkout form mobile view, its not appear anyway

      posted in Bug Report
      Q
      qwe
    • RE: Payment bugs ,paypal smart button

      @Vaishali-Agarwal ??

      posted in Bug Report
      Q
      qwe
    • RE: Payment bugs ,paypal smart button

      @Vaishali-Agarwal

      i made pull from master , now there new error with smart button live

      1- {message: "Class 'PayPalCheckoutSdk\Core\PayPalHttpClient' not found", exception: "Error",…}
      exception: "Error"
      file: "/var/www/html/packages/Webkul/Paypal/src/Payment/SmartButton.php"
      line: 56
      message: "Class 'PayPalCheckoutSdk\Core\PayPalHttpClient' not found"

      2- also i cannot checkout button in mobile view with gust its not appear , bty i desktop its work but in mobile not

      posted in Bug Report
      Q
      qwe
    • Payment bugs ,paypal smart button

      when select one payment buttom - smart button error error

      exception: "ErrorException"
      file: "/var/www/html/packages/Webkul/Checkout/src/Cart.php"
      line: 514
      message: "Illegal string offset 'method'"
      trace: [{file: "/var/www/html/packages/Webkul/Checkout/src/Cart.php", line: 514, function: "handleError",…},…]
      i tracking error but request doesnot have method or any array
      also when select transfer maony or any else still reloder work as looop

      posted in Bug Report
      Q
      qwe
    • RE: Bug Image upload

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

      posted in Bug Report
      Q
      qwe
    • RE: Bug Image upload

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

      posted in Bug Report
      Q
      qwe
    • RE: Bug Image upload

      @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

      posted in Bug Report
      Q
      qwe
    • RE: Bug Image upload

      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

      posted in Bug Report
      Q
      qwe
    • Bug Image upload

      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.....

      posted in Bug Report
      Q
      qwe