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

constant Error #181

Open
JoTec2002 opened this issue Jun 19, 2023 · 4 comments
Open

constant Error #181

JoTec2002 opened this issue Jun 19, 2023 · 4 comments

Comments

@JoTec2002
Copy link

Hello,

I'm running:
PHP version: 8.2.6
Wordpress version: 6.2.2
Language: de_DE
WP Mail Logging Version: 1.11.2

Since I upgraded to PHP Version 8.2.6 I get regulary the following error:
Ein Fehler vom Typ E_ERROR wurde in der Zeile 196 der Datei .../wp-content/plugins/wp-mail-logging/src/WPML_LifeCycle.php verursacht. Fehlermeldung: Uncaught TypeError: array_merge(): Argument #2 must be of type array, null given in .../wp-content/plugins/wp-mail-logging/src/WPML_LifeCycle.php:196
Stack trace:
#0 .../wp-content/plugins/wp-mail-logging/src/WPML_LifeCycle.php(196): array_merge(Array, NULL)
#1 .../wp-includes/class-wp-hook.php(308): No3x\WPML\WPML_LifeCycle->registerPluginActionLinks(NULL, 'wp-mail-logging...', NULL, 'all')
#2 .../wp-includes/plugin.php(205): WP_Hook->apply_filters(NULL, Array)
....

@JoTec2002 JoTec2002 changed the title Konstat Error constant Error Jun 19, 2023
@donmhico
Copy link
Contributor

Hello @JoTec2002,

Thanks for creating this issue. Can you try to deactivate other plugins on your site and see if the issue persists? The issue is for some reason $actions that was passed through this filter plugin_action_links is NULL instead of an expected array. We suspect that one of the other plugins activated on your site is causing this.

@JoTec2002
Copy link
Author

Hey I have checked your theory and it seams, that Jetpack is causing the Problem.

Is there any way to fix the Problem without deaktivating Jetpack?

@donmhico
Copy link
Contributor

@JoTec2002 - It'll be ideal if the issue is fixed in the plugin with the issue. Can you share the version of Jetpack you are using?

@JoTec2002
Copy link
Author

I‘m currently using Version 12.3.

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

No branches or pull requests

2 participants