require_once includes/defines.php fails
-
Hi there,
this is a weird problem I have on one server and not others (this plugin runs on dozens of servers). I tested it extensively, it appears that this require
wp-statistics.php:require_once ‘includes/defines.php’;
fails silently. No error. I simply get no output from that point on, as if it did require a file that contains a die() or something. I have added “debugging echos” in various places and this conclusion seems inescapable.require_once __DIR__ . “/” . ‘includes/defines.php’;
works just fine. Can you just change this, please?I have grepped the plugin, this seems to be the only problematic require.
The topic ‘require_once includes/defines.php fails’ is closed to new replies.