-
Notifications
You must be signed in to change notification settings - Fork 274
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
Comments
Safari version 17.4.1 |
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 |
If we can't fix this short term, could we at least disable browser storage in Safari? |
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. |
This appears to have been fixed by #1669. |
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.
The text was updated successfully, but these errors were encountered: