Skip to content
New issue

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

Get 500 error code when put image product to shopify #306

Open
dragonlord4747 opened this issue Sep 6, 2023 · 1 comment
Open

Get 500 error code when put image product to shopify #306

dragonlord4747 opened this issue Sep 6, 2023 · 1 comment

Comments

@dragonlord4747
Copy link

dragonlord4747 commented Sep 6, 2023

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?

@dragonlord4747
Copy link
Author

I update about 50+ photos for 1 product

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant