Title: Missing Directory Wick
Last modified: August 22, 2016

---

# Missing Directory Wick

 *  Resolved [mikeotgaar](https://wordpress.org/support/users/mikeotgaar/)
 * (@mikeotgaar)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/missing-directory-wick/)
 * 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://wordpress.org/plugins/better-search/](https://wordpress.org/plugins/better-search/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Ajay](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/missing-directory-wick/#post-5610959)
 * I’ve uploaded v1.3.6 which should fix the 404 bug
 *  Thread Starter [mikeotgaar](https://wordpress.org/support/users/mikeotgaar/)
 * (@mikeotgaar)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/missing-directory-wick/#post-5610989)
 * 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](https://wordpress.org/support/users/ajay/)
 * (@ajay)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/missing-directory-wick/#post-5611007)
 * 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.

 * ![](https://ps.w.org/better-search/assets/icon-256x256.png?rev=2988729)
 * [Better Search - Relevant search results for WordPress](https://wordpress.org/plugins/better-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/better-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/better-search/)
 * [Active Topics](https://wordpress.org/support/plugin/better-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/better-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/better-search/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ajay](https://wordpress.org/support/users/ajay/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/missing-directory-wick/#post-5611007)
 * Status: resolved