Dr. Gianluigi "Zane" Zanettini
Dr. Gianluigi "Zane" Zanettini
The solution is here: https://stackoverflow.com/a/59502316/1204976 Devs, please add this config file to the bundle so it can *actually* work with Symfony 4.
Found this Googling for the same problem. Just want to say thanks @malitech for reporting it.
See if the example I provided here https://github.com/avstudnitz/AvS_FastSimpleImport/issues/402 works for you.
The last release is from December 2019, so I'm not really sure what to expect. Meanwhile, I change to `"cocur/slugify": "dev-master",` in my `composer.json` and the issue is fixed. I...
I research it everywhere: there is no fingerprint solution at the moment.
Also discussed here: https://stackoverflow.com/a/77278205/1204976
Same issue here on Ubuntu 20.94, PHP 7.4 :-(
@m-overlund : I found this topic Googling for the same issue affecting my cronjob sitemap_generate on a Magento ver. 1.9.2.1 shop. I find interesting the fact that you observed the...
Hi guys! I can confirm that the package is working properly with this code: ```` $this->twitterOAuth = new TwitterOAuth($oConfig->apiKey, $oConfig->apiSecret, $oConfig->accessToken, $oConfig->accessTokenSecret); $this->twitterOAuth->setApiVersion('2'); $this->twitterOAuth->post("tweets", ["text" => $message]); ```` You can...
ci sono modifiche interessanti, grazie per il contributo. Possiamo mergiare per fav?