vicn1222

Results 6 comments of vicn1222

Don't disable SELinux. Apache need to be able to write to the directory. Do below: 1. sudo setenforce 1 2. sudo chown apache:apache -R openvpn-admin 3. sudo chcon -Rt httpd_sys_rw_content_t...

I have exactly the same issue. It appears PHPShopify\ShopifySDK is a singleton. I need to clone/copy from one store to another. But the 2nd shopify store object overrides the 1st...

After looking at the code, I see “static” is used throughout the class. That is the bug,

I made the changes to support multiple instances of ShopifySDK How can I submit the changes for review? Can someone check in for me? Thanks! [fixBug.tar.gz](https://github.com/phpclassic/php-shopify/files/2886079/fixBug.tar.gz)

The static for config is never fixed. It is still there.

I am also looking for this feature and stumble on this thread. Has this been implemented yet? Thanks.