Last modified: 2008-03-18 11:26:42 UTC
scan_next_layer() function on Categoryfinder.php do not scan for parent categories because of malformed SQL query. To fix this you have to edit /includes/Categoryfinder.php changing the following line: /* WHERE */ array( 'page_namespace' => NS_CATEGORY , 'page_title' => $layer ), to /* WHERE */ array( 'page_namespace' => NS_CATEGORY , 'page_title' => $layer[$k] ),