Dan Dodd
Dan Dodd
I can rsync (using the same key I use to ssh), like this from the command line: `rsync -r -a -v -e "ssh -i ~/.ssh/my-key-local-dev" & etc` How would I...
Built a new and untouched 2.1.7 Loaded Umc_Base on it Ran `module:enable` `setup:upgrade` and ran `setup:di:compile` and received this message `[Exception] Warning: ltrim() expects parameter 1 to be string, array...
Where do I run the composer command? When running `composer require sample/module-news:dev-master` in root of magento 2.1.4 folder I get: ``` Problem 1 - Installation request for sample/module-news dev-master ->...
I used the following SQL to upgrade from Stock History, because there didn't seem another way.. But I wonder if this is correct because I don't see the old history...
I tested this on 1.2.2, (thanks for that fix btw) If the product is enabled , the movement to 0 is recorded if the same product is disabled, movement id...
I see _cp storage/private/config/local.json.dist to local.json_ in the instructions but not in git. thanks
I can get table specific rows `$rows = Airtable::table('leads')->get();` but find uses only the default table `$record = Airtable::find('0')` How to select table to find in? and create as well?...