Support only during business hours : Monday to friday, from 8:30 am – 5:30 pm CEST

Due to the decrease in our staff due to vacations, our response time may be longer.

Be sure we're doing our best to manage your topic as soon as possible.

I am having an issue with Search

This topic is resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pavan
    Participant
    • 3 Topics
    • 7 Posts
    @pavan2reach

    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 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 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
    Birthdate

    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

    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

    Themosaurusrex
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 2048 Posts
    @themosaurusrex

    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,

    Pavan
    Participant
    • 3 Topics
    • 7 Posts
    @pavan2reach

    Though it’s not breaking my site, it is not displaying members, anyway I have disabled the plugin…

    Pavan
    Participant
    • 3 Topics
    • 7 Posts
    @pavan2reach

    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…

    Themosaurusrex
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 2048 Posts
    @themosaurusrex

    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:

    Demo Import Troubleshooting – Common Issues and Resolutions

    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.

Roboraptor 🦖
Themosaurus Topic Closer

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.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘I am having an issue with Search’ is closed to new replies.

Troubleshooting Demo Imports

You're trying to setup your theme but you're experiencing errors when importing the demo content? Or you've just followed the setup guide but your website doesn't look exactly like our demo? These are common issues for which you can find easy and quick fixes.

Happy With our Support So Far?

Feel free to review our theme on Themeforest! It helps us making our products more known to new potential customers, which allow us more time to improve the quality and develop new features. #SharingIsCaring ❤️

Discover MatchPress

Skip • Like • Super-Like

Add powerful matching features like Member likes, skips, super likes, conditional private messaging and much more.

Setup Your Cera or Gwangi powered Community Website and Turn it into an iOS and Android App

15% discount for Cera users

To unleash the full power of your Cera or Gwangi theme, we have partnered with the Zipline team. Your community website can now be fully setup and turned into your very own custom app for iOS and Android.

Whether you've newly acquired the theme or already got your site up and running, Zipline got you covered. And we got you an incredible discount.

Holiday, Weather & Festive effects
to pimp your WordPress Site