id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
3915,Access records not being created by LogHandler,tmb,,"Client reported that no entries are being created in their access table. Investigation revealed that that $repository is never defined in Apache::LogHandler::_create_access, so the access entry is never written.

{{{
sub _create_access
{
        my( $r, $epdata ) = @_;

        my $repository = $EPrints::HANDLE->current_repository;
        if( !defined $repository )
        {
                return DECLINED;
        }
}}}

Could not reproduce on local fresh install of 3.2.4 (Fedora).

However could reproduce on demoprints (note symptom - 0 records in access table).

Noted that both client and demoprints run on Ubuntu, don't know if this could be a factor.",defect,closed,Customer Report,3.2.5,-,3.2,normal,fixed,Concordia,
