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

Update "WordPress Beta" steps installPlugin and login #125

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

bph
Copy link
Collaborator

@bph bph commented Feb 12, 2025

Fixed #124 to use shorthand for plugins and login steps

Copy link

Test using WordPress Playground

The changes in this pull request can previewed and tested using a WordPress Playground instance.

WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser.

Some things to be aware of

  • The Plugin and Theme Directories cannot be accessed within Playground.
  • All changes will be lost when closing a tab with a Playground instance.
  • All changes will be lost when refreshing the page.
  • A fresh instance is created each time the link below is clicked.
  • Every time this pull request is updated, a new ZIP file containing all changes is created. If changes are not reflected in the Playground instance,
    it's possible that the most recent build failed, or has not completed. Check the list of workflow runs to be sure.

For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation.

Test this pull request with WordPress Playground.

@bph
Copy link
Collaborator Author

bph commented Feb 12, 2025

For now, it crashed WASM due to CORS issues. Same problem as this issue:
WordPress/wordpress-playground#2138

@bph
Copy link
Collaborator Author

bph commented Mar 4, 2025

Tested it again today and it ran into three error messages, (1) and (2) are new, (3) is the crash error message already encountered.

1

[04-Mar-2025 18:33:55 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the debug-bar domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /wordpress/wp-includes/functions.php on line 135

2

[04-Mar-2025 18:33:56 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the health-check domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /wordpress/wp-includes/functions.php on line 135

3

[04-Mar-2025 18:34:39 UTC] WASM Crash Fatal: memory access out of bounds Error: memory access out of bounds
at #handleRequest (https://playground.wordpress.net/worker-thread-d0d81a62.js:53:5901)
at async PHP.run (https://playground.wordpress.net/worker-thread-d0d81a62.js:53:1789)
at async PlaygroundWorkerEndpoint.run (https://playground.wordpress.net/worker-thread-d0d81a62.js:4:9449)
[04-Mar-2025 18:34:39 UTC] JavaScript Error: memory access out of bounds
Error: memory access out of bounds
at #handleRequest (https://playground.wordpress.net/worker-thread-d0d81a62.js:53:5901)
at async PHP.run (https://playground.wordpress.net/worker-thread-d0d81a62.js:53:1789)
at async PlaygroundWorkerEndpoint.run (https://playground.wordpress.net/worker-thread-d0d81a62.js:4:9449)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Inbox
Development

Successfully merging this pull request may close these issues.

Update "WordPress Beta" blueprint to use shorthand for plugins and login
1 participant