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.jsThese 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
- The topic ‘Missing Directory Wick’ is closed to new replies.