Rafael Souza
Rafael Souza
have extension=php_pdo_odbc.dll in your php.ini?
make sure you have the php-odbc extension installed. on php_info you need see PDO Drivers => mysql, odbc, sqlite .... (odbc must be here)
You need change composer.json to add a new dependencie, in this case, bencarter78/odbc. After this, you need run composer update to recheck the dependencies and download the new package.
Duplicate of #4
But is not a timeout 408. The request is "loading..." for some times, and i get this exception randomly. Debugging with Chrome, i see the loading, and then end correctly...
That's true. I made the following change in the driver to work around the problem, and now works much better. However, I am here to see if there is no...
I could not run selenium2. It made a lot of mistakes, so I tested the chrome and got it. It may be that selenium does not occur.
Probably you're, like me, is using a class to generate the qr code or a jquery selector. You must return the element directly, like this: $('.myclass').find()[0]
Here the problem persist :( --Edit Magically it's working now. I think the delay was my problem. In real time, delay is about 3 minutes for track. How can I...
I can confirm that's working fine in Android 11. Try see adb logcat to logs.