Skip to main content

All Questions

Tagged with
0 votes
1 answer
32 views

index.php file not live reloading with Live Server VS Code extension, Live Server Web Extension, and PHP Server VS Code extension

I'm trying to make my index.php file live reload using three different tools: Live Server VS Code extension (Name: Live Server Id: ritwickdey.LiveServer Description: Launch a development local Server ...
resource's user avatar
1 vote
0 answers
58 views

Chromium browsers cancel HTTP request after 3 seconds and make another one

Related but not duplicate: Chrome cancels URL_REQUEST after exactly 3 seconds => this question has been wrongly marked as Resolved. Here, I try to bring new elements to understand what is going on. ...
4wk_'s user avatar
  • 2,663
0 votes
0 answers
22 views

Page loads in Chrome but loads then blanks in Safari

I have noticed a weird issue with some of my pages. They load absolutely fine in Chrome but if I load in Safari, the page loads and shows itself then suddenly 'crashes' to a white page. I can't see ...
Prateek's user avatar
  • 1,754
0 votes
0 answers
33 views

Android - Deep-link to open link in Chrome

I want to add a deep-link which opens the url in chrome on a website. Before I was using this one and it was working; header("Location: intent://www.google.com".$id."#Intent;scheme=...
user3304007's user avatar
1 vote
1 answer
42 views

Random php session loss on chrome but not on firefox

I have a first file file1.php on my server which creates a session variable and displays it (I leave this file open). http://localhost/file1.php : session_start(); $_SESSION['test'] = "...
Samvio's user avatar
  • 21
0 votes
0 answers
38 views

Google OAuth Session not being saved on Chrome

I'm testing a Google OAuth login with Laravel and I'm facing a problem with the sessions not being saved on Google Chrome (if you open a new tab you need to log in again), it works just fine with ...
Anthony Z's user avatar
0 votes
0 answers
25 views

google drive php api returns 403

I was able to retrive the images from google drive and put it on web by PHP. One month ago, the same code return 403. Does google changed the policy by not letting us to embed photos from drive ...
Peter's user avatar
  • 13
0 votes
1 answer
169 views

Chromium or chrome needed in vercel deployed laravel project

Recently i tried to implement in one of my projects the ChromePHP library to use the headless browser provided by it in my app. tried using pupheteer and browsershot but ChromePHP worked the best for ...
Franco Lago's user avatar
1 vote
1 answer
73 views

Weird Laravel Blade Rendering

A section in my blade template looks like this <form action='{{ route($type.'.update') }}' method='POST'> @csrf <div class="max-w-3xl mx-auto mt-4 p-4 bg-white rounded-...
Howard Owen's user avatar
6 votes
4 answers
8k views

Error: Could not find Chrome (ver. 119.0.6045.105). This can occur if either

I'm using this Laravel package: https://github.com/spatie/browsershot to take a screenshot. It's based on Puppeteer But when I run it returns this error Error Output: Error: Could not find Chrome (ver....
Henry Bui's user avatar
  • 553
0 votes
0 answers
32 views

Unexpected disconnection for users on Chrome with my wordpress website

Unexpected disconnection occurs for user when they are on google chrome, but it works perfectly fine with safari and on my android smartphone google chrome application, I don't know what to do to ...
Benzait Sofiane's user avatar
-2 votes
1 answer
126 views

Encountering 404 Error when deploying site via GitHub Pages

I am trying to deploy my website using GitHub Pages, but I'm facing an issue with a 404 error. Here's the link to my repository: https://github.com/brissal/test. I've followed the GitHub Pages ...
bogdanius's user avatar
1 vote
1 answer
63 views

Session duration still not increased even when GC Max lifetime and Session set cookie param value increased by 3 hours

ini_set('session.gc_maxlifetime', 10800); session_set_cookie_params(10800); Have been used to increase the session time. The cookie expires max age as seen in application tab also increased in value, ...
BestSolutionsfinder's user avatar
0 votes
0 answers
43 views

How to load a DOM in PHP through Google Chrome

I'm trying to download a DOM after JavaScript executed. This is possible from the command line: on MaxOS: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --ignore-gpu-blocklist --...
patrick's user avatar
  • 11.6k
0 votes
1 answer
173 views

PHP errors not showing in Chrome network tab (but show in Firefox)

The Google Chrome network tab doesn't seem to display PHP errors properly. Firefox and Insomnia perfectly show all errors, but chrome just shows Failed to load response data: No data found for ...
beeftony's user avatar
  • 311

15 30 50 per page
1
2 3 4 5
98