Skip to:
Content

BuddyPress.org

Opened 3 months ago

Last modified 7 weeks ago

#9207 new defect (bug)

Improve WP Playground compatibility

Reported by: imath's profile imath Owned by:
Milestone: Awaiting Contributions Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords:
Cc:

Description

I've found various issues:

In BP Nouveau: Activity items action buttons are not styled the right way looks like the bp_current_component() is not set during the Ajax context.
In BP Legacy: a "Deleted" template error notice is always displayed.
this query SELECT object_id FROM wp_bp_xprofile_meta WHERE object_type = 'field' AND meta_key = 'signup_position' ORDER BY CONVERT(meta_value, SIGNED) ASC generates an error : General error: 1 no such column: SIGNED.
It's not possible to upload Avatars (error is Upload Failed! Error was: Please upload only these file types: JPG, JPEG, JPE, GIF, PNG, WEBP.) or cover images (error is Upload Failed! Error was: Specified file failed upload test.).
I need to investigate further.

As WP Playground is putting WordPress in a subdirectory I believe it’s problematic. When testing using wp-now npm package I don’t get most of these errors.

Change History (1)

#1 @espellcaste
7 weeks ago

  • Milestone changed from 15.0.0 to Awaiting Contributions
Note: See TracTickets for help on using tickets.