You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an issue once activating this plugin in WordPress 5.5.1 and Genesis Framework 3.3.3. The issue becomes visible in the 'posts' screen and in the debug.log once turned on. The WordPress instance is currently hosted in a localhost install on MAMP.
[04-Oct-2020 14:41:52 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'post_content' not found or invalid function name in /Users/camielschoonens/Websites/camiel.co/wp-includes/class-wp-hook.php on line 287 [04-Oct-2020 14:41:52 UTC] PHP Fatal error: Uncaught TypeError: Argument 1 passed to genesis_custom_post_class() must be of the type array, null given, called in /Users/camielschoonens/Websites/camiel.co/wp-includes/class-wp-hook.php on line 289 and defined in /Users/camielschoonens/Websites/camiel.co/wp-content/themes/genesis/lib/structure/post.php:97
The text was updated successfully, but these errors were encountered:
Hi Remkus,
I'm facing an issue once activating this plugin in WordPress 5.5.1 and Genesis Framework 3.3.3. The issue becomes visible in the 'posts' screen and in the debug.log once turned on. The WordPress instance is currently hosted in a localhost install on MAMP.
The debug log is available here: debug.log
[04-Oct-2020 14:41:52 UTC] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'post_content' not found or invalid function name in /Users/camielschoonens/Websites/camiel.co/wp-includes/class-wp-hook.php on line 287
[04-Oct-2020 14:41:52 UTC] PHP Fatal error: Uncaught TypeError: Argument 1 passed to genesis_custom_post_class() must be of the type array, null given, called in /Users/camielschoonens/Websites/camiel.co/wp-includes/class-wp-hook.php on line 289 and defined in /Users/camielschoonens/Websites/camiel.co/wp-content/themes/genesis/lib/structure/post.php:97
The text was updated successfully, but these errors were encountered: