
@Vaishali-Agarwal
qwe
@qwe
Posts made by qwe
-
RE: Payment bugs ,paypal smart button
-
RE: Payment bugs ,paypal smart button
@Vaishali-Agarwal Thanks u alot, still one problem of checkout form mobile view, its not appear anyway
-
RE: Payment bugs ,paypal smart button
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
-
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 -
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 -
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 -
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 -
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.....