Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Compatible Plugins › I am having an issue with Search
- This topic has 4 replies, 2 voices, and was last updated 4 years, 9 months ago by
Themosaurusrex.
-
AuthorPosts
-
PavanParticipant@pavan2reach
- 3 Topics
- 7 Posts
Hi! I am using Youzer, While searching I am getting this in the results Page
Warning: explode() expects parameter 2 to be string, array given in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 162Warning: explode() expects parameter 2 to be string, array given in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 163
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 165
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 166
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 167
Warning: explode() expects parameter 2 to be string, array given in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 162
Warning: explode() expects parameter 2 to be string, array given in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 163
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 165
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 166
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 167
Warning: explode() expects parameter 2 to be string, array given in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 162
Warning: explode() expects parameter 2 to be string, array given in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 163
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 165
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 166
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 167
All Members
6
Talents
4
Last Active
Last Active
Newest Registered
Alphabetical
BirthdateWarning: explode() expects parameter 2 to be string, array given in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 162
Warning: explode() expects parameter 2 to be string, array given in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 163
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 165
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 166
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 167
Warning: explode() expects parameter 2 to be string, array given in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 162
Warning: explode() expects parameter 2 to be string, array given in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 163
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 165
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 166
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 167
Warning: explode() expects parameter 2 to be string, array given in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 178
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 179
Warning: explode() expects parameter 2 to be string, array given in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 178
Warning: count(): Parameter must be an array or an object that implements Countable in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 179
Warning: Invalid argument supplied for foreach() in /home/ursuperstar/public_html/wp-content/plugins/bp-profile-search/bps-search.php on line 183
May 4, 2020 at 13:58 #12388@themosaurusrex- 0 Topics
- 2048 Posts
Hi @pavan2reach,
We’re very sorry for your trouble.
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, 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.
As this issue is related with the BP Profile Search, it’s best if you try to reach the plugin authors if you wish to report this bug. They will be more informed and better suited to help you.
To go further, we invite you to post your request on their support forums:
https://wordpress.org/support/plugin/bp-profile-search/We remain available for all support requests related with the use of your theme.
Best,
May 5, 2020 at 10:15 #12440PavanParticipant@pavan2reach- 3 Topics
- 7 Posts
I am getting Following Issues, with Elementor
Fatal error: Uncaught TypeError: Argument 2 passed to Elementor\TemplateLibrary\Source_Local::on_save_post() must be an instance of WP_Post, null given, called in /home/ursuperstar/public_html/wp-includes/class-wp-hook.php on line 289 and defined in /home/ursuperstar/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php:1044 Stack trace: #0 /home/ursuperstar/public_html/wp-includes/class-wp-hook.php(289): Elementor\TemplateLibrary\Source_Local->on_save_post(0, NULL) #1 /home/ursuperstar/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #2 /home/ursuperstar/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #3 /home/ursuperstar/public_html/wp-includes/post.php(4153): do_action(‘save_post’, 0, NULL, false) #4 /home/ursuperstar/public_html/wp-admin/includes/post.php(674): wp_insert_post(Array) #5 /home/ursuperstar/public_html/wp-admin/post-new.php(66): get_default_post_to_edit(‘page’, true) #6 {main} thrown in /home/ursuperstar/public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php on line 1044
There has been a critical error on your website. Please check your site admin email inbox for instructions.If I disable Elementor I am getting
Warning: Creating default object from empty value in /home/ursuperstar/public_html/wp-admin/includes/post.php on line 716
and not opening post page.I strongly feel there are lot of incompatibility issues with your theme, Its not working with Elementor, BP Profile Search etc…
May 6, 2020 at 07:47 #12480@themosaurusrex- 0 Topics
- 2048 Posts
Hi @pavan2reach,
These issues are not related with the use of our theme as we’re not experiencing those with our demos or other websites.
If something went wrong during the setup, it’s recommended to address the issue right now as it might lead to other problems in the future. We really suggest to use the setup wizard to install the theme, as it will programmatically do all extra steps for you.
You can easily reset your WordPress database using WP Reset (https://wordpress.org/plugins/wp-reset/) and start fresh with our setup wizard.
Feel free to also read our post about the most common issues met during the setup:
Finally, please make sure that you have the latest theme version and that all recommended plugins are up-to-date. You could also consider clearing all activated caching system as well as your browser cache before investigating any further.
Thank you.
May 7, 2020 at 12:22 #12515 -
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 ‘I am having an issue with Search’ is closed to new replies.