• Resolved mikeotgaar

    (@mikeotgaar)


    There’s a couple of missing files called by /better-search/admin.inc.php

    /better-search/wick/wick.css
    /better-search//wick/wick.js

    These are only called when opening the plugin settings page and appear to have no affect on the plugin function. Only hassle is the call generates 404 log entries

    If you use this plugin and want to stop these 404 errors until Ajay fixes this bug, edit file and remove the following (Lines refer to plugin version 1.3.5)

    (LINE 467)
    <link rel=”stylesheet” type=”text/css” href=”<?php echo $bsearch_url ?>/wick/wick.css” />

    (LINE 489)
    <script type=”text/javascript” src=”<?php echo $bsearch_url ?>/wick/wick.js”></script>

    Alternatively if you you don’t want to hack the plugin code: Download the Contextual Related Posts plugin which contains the wick folder and upload the 3 files (wick.css, wick.js, index.php) by FTP to wp-content/better-search/

    or
    use your hosting file manager – create the folder /wick/ and upload the 3 files

    https://www.ads-software.com/plugins/better-search/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay

    (@ajay)

    I’ve uploaded v1.3.6 which should fix the 404 bug

    Thread Starter mikeotgaar

    (@mikeotgaar)

    Fixed ?? Great response especially at this time of the year

    I guess the wick thing was some redundant code from a much earlier version?

    (I didn’t mention a version of WP as I’m running several; 3.8.*, 3.9.*, 4.1 with better search.)

    Plugin Author Ajay

    (@ajay)

    Mike,

    Thanks for alerting me to the issue. The wick was extra code I added in while modifying the admin interface. It’s something I have in my other plugins for live lookups of categories.

    Am glad to know you’re using Better Search across your different sites ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Missing Directory Wick’ is closed to new replies.