If our users click on the Title link, they get the User Access Denied error (ie, when they get routed to the https://myexample.com/biblio/viewinline/#### page, the get an access denied error.)

Users with the admin role do not get this error, but if I give the Authenticated Users all the same Biblio permissions as the admin role has, they still get the access denied error.

Any tips would be appreciated!

Comments

rjerome’s picture

The access checking was incorrect for that path, it has now been corrected.

You can either wait tor the next -dev build, or edit the biblio.module file and change lines 692-693 as follows...

    'access callback' => 'user_access',
    'access arguments' => array('access content'),

Ron.

war1237’s picture

Editing the biblio.module will tide me over.

Thanks a million!

rjerome’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.