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

Radcliffe 2: conflict with Activity Pub plugin on Atomic sites #7776

Open
liviopv opened this issue Apr 27, 2024 · 1 comment
Open

Radcliffe 2: conflict with Activity Pub plugin on Atomic sites #7776

liviopv opened this issue Apr 27, 2024 · 1 comment
Labels
[Feature Group] Appearance & Themes Features related to the appearance of sites. [Pri] Low [Theme ]Radcliffe 2 Triaged [Type] Bug Something isn't working

Comments

@liviopv
Copy link

liviopv commented Apr 27, 2024

Quick summary

When the Activity Pub plugin and Radcliffe 2 are active, opening the Customizer triggers a fatal error:

PHP Fatal error:  Uncaught Error: Attempt to assign property "transport" on null in /wordpress/themes/pub/radcliffe-2/inc/customizer.php:16
Stack trace:
#0 /wordpress/core/6.5.2/wp-includes/class-wp-hook.php(324): radcliffe_2_customize_register(Object(WP_Customize_Manager))
#1 /wordpress/core/6.5.2/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#2 /wordpress/core/6.5.2/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#3 /wordpress/core/6.5.2/wp-includes/class-wp-customize-manager.php(942): do_action('customize_regis...', Object(WP_Customize_Manager))
#4 /wordpress/core/6.5.2/wp-includes/class-wp-hook.php(324): WP_Customize_Manager->wp_loaded('')
#5 /wordpress/core/6.5.2/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#6 /wordpress/core/6.5.2/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#7 /wordpress/core/6.5.2/wp-settings.php(717): do_action('wp_loaded')
#8 /srv/htdocs/wp-config.php(81): require_once('/wordpress/core...')
#9 /wordpress/core/6.5.2/wp-load.php(55): require_once('/srv/htdocs/wp-...')
#10 /wordpress/core/6.5.2/wp-admin/admin.php(34): require_once('/wordpress/core...')
#11 /wordpress/core/6.5.2/wp-admin/customize.php(13): require_once('/wordpress/core...')
#12 {main}
  thrown in /wordpress/themes/pub/radcliffe-2/inc/customizer.php on line 16

It's reproducible only on Radcliffe 2. Other classic themes (tested T19, Baskerville 2, Astra) work just fine with Activity Pub active

cc @pfefferle

Steps to reproduce

  1. Activate Radcliffe 2
  2. Activate https://wordpress.org/plugins/activitypub/
  3. Access Appearance > Customizer

What you expected to happen

Customizer should load without issues

What actually happened

Fatal error

Browser

Google Chrome/Chromium

Context

Customer report

Platform (Simple, Atomic, or both?)

Atomic

Other notes

No response

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

Yes, easy to implement

Workaround details

Deactivate Activity Pub

@pfefferle
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature Group] Appearance & Themes Features related to the appearance of sites. [Pri] Low [Theme ]Radcliffe 2 Triaged [Type] Bug Something isn't working
Projects
Development

No branches or pull requests

2 participants