We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I received an error message "Internal Server Error", error code 500 when updating product images to Shopify
PHPShopify\Exception\ApiException Object( [message:protected] => Internal Server Error [string:Exception:private] => [code:protected] => 500 [file:protected] => D:\xampp\htdocs\first_test\wp-content\plugins\test-code\sdk\ShopifyResource.php [line:protected] => 540 [trace:Exception:private] => array( array( 'file' => 'D:\xampp\htdocs\first_test\wp-content\plugins\test-code\sdk\ShopifyResource.php', 'line' => 445, 'function' => 'processResponse' 'class' => 'PHPShopify\ShopifyResource', 'type' => '', 'args' => array( array( 'errors' => 'Internal Server Error' ), 'product' ) ), array( 'file' => 'D:\xampp\htdocs\first_test\wp-content\plugins\test-code\register_test.php', 'line' => 510, 'function' => 'put', 'class' => 'PHPShopify\ShopifyResource', 'type' => '', 'args' => array( array( [product] => [....args...]
) ) ) )
)
Does anyone have any ideas?
The text was updated successfully, but these errors were encountered:
I update about 50+ photos for 1 product
Sorry, something went wrong.
No branches or pull requests
Hi,
I received an error message "Internal Server Error", error code 500 when updating product images to Shopify
PHPShopify\Exception\ApiException Object(
[message:protected] => Internal Server Error
[string:Exception:private] =>
[code:protected] => 500
[file:protected] => D:\xampp\htdocs\first_test\wp-content\plugins\test-code\sdk\ShopifyResource.php
[line:protected] => 540
[trace:Exception:private] => array(
array(
'file' => 'D:\xampp\htdocs\first_test\wp-content\plugins\test-code\sdk\ShopifyResource.php',
'line' => 445,
'function' => 'processResponse'
'class' => 'PHPShopify\ShopifyResource',
'type' => '',
'args' => array(
array(
'errors' => 'Internal Server Error'
),
'product'
)
),
array(
'file' => 'D:\xampp\htdocs\first_test\wp-content\plugins\test-code\register_test.php',
'line' => 510,
'function' => 'put',
'class' => 'PHPShopify\ShopifyResource',
'type' => '',
'args' => array(
array(
[product] => [....args...]
)
Does anyone have any ideas?
The text was updated successfully, but these errors were encountered: