• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

SearchWP - Instantly Improve Your Site Search

SearchWP - Instantly Improve Your Site Search v4.3.15

No permission to download
SearchWP Live Ajax Search v1.7.3
 

Attachments

  • searchwp-live-ajax-search173.zip
    717.1 KB · Views: 20
  • Like
Reactions: amit338
Warning: include(/www/wwwroot/test/wp-content/plugins/searchwp/lib/vendor/composer/../../../includes/License.php): failed to open stream: No such file or directory in /www/wwwroot/test/wp-content/plugins/searchwp/lib/vendor/composer/ClassLoader.php on line 571

Warning: include(): Failed opening '/www/wwwroot/test/wp-content/plugins/searchwp/lib/vendor/composer/../../../includes/License.php' for inclusion (include_path='.:') in /www/wwwroot/test/wp-content/plugins/searchwp/lib/vendor/composer/ClassLoader.php on line 571

Fatal error: Uncaught Error: Class 'SearchWP\License' not found in /www/wwwroot/test/wp-content/plugins/searchwp/includes/SearchWP.php:66 Stack trace: #0 /www/wwwroot/test/wp-content/plugins/searchwp/index.php(124): SearchWP->__construct() #1 /www/wwwroot/test/wp-admin/includes/plugin.php(2314): include_once('/www/wwwroot/te...') #2 /www/wwwroot/test/wp-admin/plugins.php(192): plugin_sandbox_scrape() #3 {main} thrown in /www/wwwroot/test/wp-content/plugins/searchwp/includes/SearchWP.php on line 66

There is definitly an error

Same error here.
let me check
 
Version 4.2.9
  • [New] Debugging Console to view debugging data in a browser panel style
  • [Improvement] Prevent page slowdown when a taxonomy term is updated
  • [Improvement] Set default value for Post Excerpt weight to a minimum
  • [Improvement] Updated Stemmer library for better keyword stemming and PHP 8 compatibility
  • [Improvement] Updated PdfParser library for better PDF parsing
  • [Fix] "Vue is in development mode" console notice on the Settings screen
  • [Fix] Deprecation notices on PHP 8.2
  • [Fix] Plugin text domain is not loading properly

Could anyone update please? Thanks in advance! @Babak
 
  • Like
Reactions: Babak and Diiamo
Metrics 1.4.3
[Fix] Error in PHP versions prior to 7.3 caused by a function call trailing comma
[Fix] MySQL error in the dashboard widget if Metrics has ignored queries
[Fix] "Remove All Ignored Queries" menu command doesn't work with SearchWP v4
[Fix] Blocking search query logging by user ID doesn't work
[Fix] Deprecation notices on PHP 8.2
 
SearchWP WPML Integration AddOn1.6.10
SearchWP WooCommerce Integration AddOn1.3.11
SearchWP Related Content AddOn1.4.8
SearchWP Metrics AddOn1.4.3
 

Attachments

  • searchwp-wpml-1.6.10.zip
    13.2 KB · Views: 22
  • searchwp-woocommerce-1.3.11.zip
    18.7 KB · Views: 66
  • searchwp-related-1.4.8.zip
    49.5 KB · Views: 33
  • searchwp-metrics-1.4.3.zip
    754.9 KB · Views: 43
Babak updated SearchWP - Instantly Improve Your Site Search with a new update entry:

SearchWP v4.2.9 + Addons

Download SearchWP v4.2.9 - Instantly Improve Your Site Search Nulled Free
v4.2.9

  • [New] Debugging Console to view debugging data in a browser panel style
  • [Improvement] Prevent page slowdown when a taxonomy term is updated
  • [Improvement] Set default value for Post Excerpt weight to a minimum
  • [Improvement] Updated Stemmer library for better keyword stemming and PHP 8 compatibility
  • [Improvement] Updated PdfParser library for better...

Read the rest of this update entry...
 
Not Activated, Tried random digits but stil it is not activating.
It is working fine even without the license.
If you want to remove/fix it... Search in this topic, Search functionality, and Navigating the topic pages are helpful.

Solutions shared more than once
👇
License.php fix:

PHP:
/**
     * Activates the submitted license key.
     *
     * @since 4.0
     * @param string $key The license key to activate.
     * @return array|boolean The result of activation.
     */
    public static function activate( $key ) {
        /*
        $api_params = [
            'edd_action' => 'activate_license',
            'license'    => $key,
            'item_name'  => rawurlencode( SEARCHWP_EDD_ITEM_NAME ),
            'url'        => home_url(),
        ];

        $response = wp_remote_post(
            SEARCHWP_EDD_STORE_URL,
            [
                'timeout'   => 15,
                'sslverify' => false,
                'body'      => $api_params,
            ]
        );
        */

        $parsed_response = ['success' => true, 'data' => 'YOU MAKE ME A SAD PANDA', 'type' => 2, 'status' => 'valid', 'expires' => '01-01-2099', 'remaining' => '100 years', 'key' => 'YOU-MAKE-ME-A-SAD-PANDA' ];
        //pre($parsed_response);
        //echo '<pre>' . var_export($parsed_response, true) . '</pre>';
        //exit();
       
        if ( $parsed_response['success'] ) {
            //self::$data = array_merge( $parsed_response['data'], [ 'key' => $key ] );
            Settings::update( 'license', $parsed_response);
        } else {
            Settings::update( 'license', false );
        }

        //pre($parsed_response);
        //echo '<pre>' . var_export($parsed_response, true) . '</pre>';
        //exit();
        return $parsed_response;
    }

then just go and activate with any string
&

For anyone having a problem with license activation. Replace license.php in /includes/ folder with the attached file. Thanks to @NoOoB
Enter any string as license. Confirmed it working.
 
4.3.1

  • [Fix] "Did you mean?" feature prevents stemming from working
  • [Fix] Strict AND logic set via the filter allows OR results
  • [Fix] Partial matches use a wildcard when it is not needed
  • [Fix] ACF suggestions are missing from the Custom Fields dropdown in the Source Attributes modal
  • [Fix] Settings in the Misc tab are not saving in some cases
  • [Fix] Statistics page shows UI which cannot be used by users with Statistics capability
  • [Fix] Notifications icon is shown to users who cannot use it because of capability restrictions
  • [Fix] Minor styling issues in the plugin settings
 
  • Like
Reactions: Lalo and Babak
Babak updated SearchWP - Instantly Improve Your Site Search with a new update entry:

SearchWP v4.3.1 + Addons

Download SearchWP v4.3.1 - Instantly Improve Your Site Search Nulled Free
v4.3.1

[Fix] "Did you mean?" feature prevents stemming from working
[Fix] Strict AND logic set via the filter allows OR results
[Fix] Partial matches use a wildcard when it is not needed
[Fix] ACF suggestions are missing from the Custom Fields dropdown in the Source Attributes modal
[Fix] Settings in the Misc tab are not saving in some cases
[Fix] Statistics page shows UI which cannot be used by users with...

Read the rest of this update entry...
 
  • Like
  • Love
Reactions: JRGWxRxZ and Lalo
SearchWP Related v1.4.8
SearchWP WooCommerce v1.3.11
SearchWP WPML v1.6.10
 

Attachments

  • searchwp-related_1.4.8.zip
    38.7 KB · Views: 21
  • searchwp-woocommerce_1.3.11.zip
    16.1 KB · Views: 41
  • searchwp-wpml_1.6.10.zip
    10.8 KB · Views: 12
  • Love
Reactions: Lalo
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock