On the Dashboard, whenever I click on on of the links eg, 'Clicks' I get the following error:
Warning: require(./../../wp-config.php) [function.require]: failed to open stream: No such file or directory in /home/creative/public_html/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php on line 13
This is line 12-13 in feed-statistics.php
if (isset($_GET["view"])){
require("./../../wp-config.php");
Obviously feed-statistics.php is trying to access wp-config.php. I've checked permissions and they look ok and the pathing back to the root looks correct.
Bill