Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Website Setup › Pages › bp_before_xprofile_cover_image_settings_parse_args is deprecated
- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by
Manathan.
-
AuthorPosts
-
WernerParticipant@creation
- 37 Topics
- 97 Posts
Deprecated: bp_before_xprofile_cover_image_settings_parse_args is deprecated since version 6.0.0! Usen bp_before_members_cover_image_settings_parse_args. in /customers/9/3/4/mypage.com/httpd.www/wp-includes/functions.php on line 5088
In Debug mode I got this message.
What do I have to change?
Is this theme still using the old function to override cover image size or setting default cover image?August 6, 2020 at 15:27 #15943@themodactyl- 0 Topics
- 6724 Posts
Hi @creation,
Thank you for your precious feedback. There is definitely an issue in our theme which will be fixed in the next update.
No worries. These are PHP warnings, not errors. Unlike errors, warnings won’t break your website. They’re just messages aimed at developers to improve their code. ?
To hide this message waiting the update, I suggest that you activate error logging on your website. Please keep WP_DEBUG to true and just paste the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
More on this in the following topic: https://codex.wordpress.org/Debugging_in_WordPress
You will still be able to consult the warnings and errors triggered by your website but these won’t appear on your pages anymore.
Regards,
August 7, 2020 at 10:32 #15968@themodactyl- 0 Topics
- 6724 Posts
Hi @creation,
The debug.log file must indeed be editable. You will see all the errors on your site.
However, your license has expired. In order to continue posting, you must purchase a new license. That way, you will be able to benefit from support again.
Best,
August 10, 2020 at 09:49 #16023 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘bp_before_xprofile_cover_image_settings_parse_args is deprecated’ is closed to new replies.