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
Tag: google-chrome
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
Chrome redirects and makes 2 requests of the same page (307 Internal Redirect), how to prevent?
We have a page in php, that may take some time to load and the response time can be over 30 seconds, it has a heavy script and it is normal, not open to the public. This page saves a log on our database everytime it is executed, and I noticed that, when the page loads fast, the log is
Chrome Download Button downloading PHP file instead of PDF
There are lots of similar questions to this online, none of them seem to be the exact same scenario nor do they provide any insight into what’s going on or how to resolve it. I hope I can provide additional info with my testing and narrow down to what I believe is happening and causing this issue. I’m echoing and
In Firefox my Text displays perfectly but Chrome says offset in PHP
I have a function in my PHP script which loads the correct localization file based on the locale, which the header sends. In Firefox my Text is displayed perfectly, but when I switch to Chrome it only says “Notice: Trying to access array offset on value of type null in [PATH]/index.php on line 46” My function to load the language
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
Chrome not clearing SESSION COOKIES on close/exit
I’m developing an app on localhost using: Google Chrome 33.0.1750.154 m XAMPP Version 1.8.3 I’ve been using these for a while now and today all of a sudden Chrome is not clearing session cookies …