Vladimir Lugovkin

Results 9 comments of Vladimir Lugovkin

+1 This example not working TOO: `$db->clients->select()->columns('name')->columns('id AS id_str')->where('id = ', 2)->orderBy('id DESC')->limit(15)->get();` But Atlas PDO have this

> I'm not sure if this can be implemented easily in Simple Crud. As explained above, this can generate future bugs. For example: Ok, And what about LEFT JOIN? 1)...

I have the same problem with all my images =( Chrome on Windows ![osennyaya-doroga-les-trassa-asfalt](https://user-images.githubusercontent.com/800438/137646177-6cfe76b2-192d-4e76-98d9-9f20d8b87e75.jpg)

after update `composer require dominikkukacka/php-trello-api:dev-dominik/upgrade-guzzle` returns error in code `Uncaught Error: Interface "GuzzleHttp\Event\SubscriberInterface" not found in /var/www/html/libs/vendor/dominikkukacka/php-trello-api/lib/Trello/HttpClient/Subscriber/ErrorSubscriber.php:19`

Try to remove composer.lock and try again

`$lists = $client->api('board')->lists()->all();`

Have the same issue for 1) Product Cats == Posts Cats (/wp-admin/admin.php?page=wpseo_page_settings#/taxonomy/categories) 2) Products Tags == Posts Cats (/wp-admin/admin.php?page=wpseo_page_settings#/taxonomy/tags) For reproduce change in permalinks: woocommerce_product_category_slug to categories woocommerce_product_tag_slug to tags...

> That is exactly it, thanks :) Here is my proof of concept. It needs a lot of cleaning and refactoring, but it is working as a very simple drag...