Skip to content
Advertisement

Tag: google-chrome

PHP script only works in Chrome

I have a code that works fine in Chrome browser but refuses to work in other browsers. I would be glad for any advice on how to make it work not only for Chrome and what could be my mistake. Answer After a long clarification of the reasons why the code does not work, it turned out that the whole

Jquery – php event happening twice

I’ve got a simple chrome extension that is using Jquery and works on a page on our local network. When that page is loaded jquery reacts to clicks on an element called #site and then calls a php page. This has been working for the last 6 months without issue. Normally the test.php page is run once and looking at

PHP Timeout and TOO_MANY_REDIRECTS

here is the situation; I have an import running on php (basically, you can consider it as a big while loop). But, as there is a lot of data (hours of data to import); I can’t do that in one request, otherwise i’m taking the php timeout error after 10 min. in order to avoid that timeout issue, I’ve decided

Laravel Dusk: FacebookWebDriverExceptionUnknownErrorException: unknown error: net::ERR_CONNECTION_REFUSED

Running php artisan dusk get the error: Versions: OS: Windows 10 v1903 build 18362.1016 Chrome: 85.0.4183.83 Laravel: v6.18.37 Dusk: v5.11.0 Phpunit: v8.5.8 Tried: Disable firewall Set test website to use localhost (was myapp.local) Can access all pages using Chrome browser Check that vendor/laravel/dusk/bin/chromedriver-win.exe is executable (-rwxr-xr-x) php artisan route:clear php artisan cache:clear php artisan config:clear composer dump-autoload google “FacebookWebDriverExceptionUnknownErrorException: unknown

Advertisement