A require_once to lib-common.php is missing to allow dokuwiki feed reading.
Text Formatted Code
<?php
/**
* Geeklog authentication backend
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Andreas Gohr <andi@splitbrain.org>
* @author Mark R. Evans <mevans@ecsnet.com>
*/
require_once('../lib-common.php');
class auth_geeklog extends auth_basic {