Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playground does not load in Safari with Browser storage enabled #1239

Closed
brandonpayton opened this issue Apr 12, 2024 · 5 comments
Closed

Playground does not load in Safari with Browser storage enabled #1239

brandonpayton opened this issue Apr 12, 2024 · 5 comments
Labels
[Aspect] Browser [Priority] High [Type] Bug An existing feature does not function as intended

Comments

@brandonpayton
Copy link
Member

I have tested this with both playground.wordpress.net and with the dev server at 127.0.0.1:5400.

I have logs to post as a gist, but in-flight wifi is failing when attempting to create a new gist. Planning to post logs later.

@brandonpayton brandonpayton added [Type] Bug An existing feature does not function as intended [Aspect] Browser [Priority] High labels Apr 12, 2024
@brandonpayton
Copy link
Member Author

Safari version 17.4.1

@rhildred
Copy link

rhildred commented May 1, 2024

This happens for me as well (https://playground.wordpress.net/?php=8.0&wp=6.5&storage=browser&networking=yes). The error has changed though:

[01-May-2024 02:08:37 UTC] PHP Fatal: PHP.run() failed with exit code 255 and the following output: PHP Fatal error: Uncaught Error: Call to undefined function wp_check_php_mysql_versions() in /wordpress/wp-settings.php:2
Stack trace:
#0 /wordpress/wp-config.php(104): require_once()
#1 /wordpress/wp-load.php(2): require_once('/wordpress/wp-c...')
#2 /wordpress/wp-blog-header.php(2): require_once('/wordpress/wp-l...')
#3 /wordpress/index.php(2): require('/wordpress/wp-b...')
#4 {main}
thrown in /wordpress/wp-settings.php on line 2
PHPExecutionFailureError@https://playground.wordpress.net/worker-thread-017d5eb4.js:37:11926
@https://playground.wordpress.net/worker-thread-017d5eb4.js:37:15320
[01-May-2024 02:08:37 UTC] JavaScript Error: @https://playground.wordpress.net/assets/config-428d2539.js:655:14942
[01-May-2024 02:08:37 UTC] JavaScript Debug: [Comlink][Performance] Proxying a function
[01-May-2024 02:08:37 UTC] PHP Fatal: PHP.run() failed with exit code 255 and the following output: PHP Fatal error: Uncaught Error: Call to undefined function wp_check_php_mysql_versions() in /wordpress/wp-settings.php:2
Stack trace:
#0 /wordpress/wp-config.php(104): require_once()
#1 /wordpress/wp-load.php(2): require_once('/wordpress/wp-c...')
#2 /wordpress/wp-login.php(2): require('/wordpress/wp-l...')
#3 {main}
thrown in /wordpress/wp-settings.php on line 2
PHPExecutionFailureError@https://playground.wordpress.net/worker-thread-017d5eb4.js:37:11926
@https://playground.wordpress.net/worker-thread-017d5eb4.js:37:15320
[01-May-2024 02:08:37 UTC] JavaScript Error: {}
[01-May-2024 02:08:37 UTC] JavaScript Warn: WordPress response was
[01-May-2024 02:08:37 UTC] PHP Fatal: PHP.run() failed with exit code 255 and the following output: PHP Fatal error: Uncaught Error: Call to undefined function wp_check_php_mysql_versions() in /wordpress/wp-settings.php:2
Stack trace:
#0 /wordpress/wp-config.php(104): require_once()
#1 /wordpress/wp-load.php(2): require_once('/wordpress/wp-c...')
#2 /wordpress/wp-login.php(2): require('/wordpress/wp-l...')
#3 {main}
thrown in /wordpress/wp-settings.php on line 2
PHPExecutionFailureError@https://playground.wordpress.net/worker-thread-017d5eb4.js:37:11926
@https://playground.wordpress.net/worker-thread-017d5eb4.js:37:15320
[01-May-2024 02:08:36 UTC] JavaScript Debug: [Comlink][Performance] Proxying a function
[01-May-2024 02:08:36 UTC] JavaScript Debug: [Comlink][Performance] Proxying a function
[01-May-2024 02:08:19 UTC] JavaScript Debug: [Comlink][Performance] Proxying a function

@adamziel adamziel moved this to Future work in Playground Board Jul 1, 2024
@bgrgicak bgrgicak moved this from Inbox to Needs Triage/Our Reply in Playground Board Jul 24, 2024
@bgrgicak
Copy link
Collaborator

If we can't fix this short term, could we at least disable browser storage in Safari?

@bgrgicak bgrgicak moved this from Needs Triage/Our Reply to Future work in Playground Board Jul 24, 2024
@adamziel
Copy link
Collaborator

adamziel commented Jul 31, 2024

This needs to be fixed for #1655 or else we won't be able to default to the browser storage in Safari. I added it to the description as a part of phase 1. It seems like the SQLite database integration plugin isn't properly loaded.

@brandonpayton
Copy link
Member Author

This appears to have been fixed by #1669.

@github-project-automation github-project-automation bot moved this from Up next to Done in Playground Board Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Aspect] Browser [Priority] High [Type] Bug An existing feature does not function as intended
Projects
Archived in project
Development

No branches or pull requests

4 participants