phpish / shopify_app-skeleton

Skeleton Shopify App project using phpish/shopify
94 stars 41 forks source link

Couldn't resolve host 'SHOPIFY_SHOP' #6

Closed bobsawyer closed 9 years ago

bobsawyer commented 9 years ago

I am trying to build my first app with the app-skeleton, and am getting the following error:

phpish\shopify\CurlException: [6] Couldn't resolve host 'SHOPIFY_SHOP' in [redacted-path-to-php-file] on line 15
Array ( [method] => GET [uri] => https://[redacted]:SHOPIFY_APP_PASSWORD@SHOPIFY_SHOP/admin/orders.json?fulfillment_status=unshipped 
[query] => [headers] => Array ( [content-type] => application/json; charset=utf-8 ) [payload] => ) Array ( ) 

Which doesn't make sense to me as I'm trying to install via Shopify and I'm entering the store URL (storename.shopify.com) into the install page.

Any ideas what might be happening?

bobsawyer commented 9 years ago

Disregard. Figured it out.