Posted by boabjohn on August 17, 2009 at 1:08pm
Jump to:
| Project: | Bibliography Module |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I have asked bilbio to set its root directory to:
communications/publications (no leading "/")
The Biblio pages show up as expected, and the author list is here:
../communications/publications/authors
The link to an author is here:
../communications/publications/author/30
BUT:
The link to [edit] the author returns a page not found error:
../communications/publications/authors/30/edit/
I have an identical installation on a different site, using the default biblio paths, and get a success at:
biblio/authors/14/edit/
SO:
I wonder what needs to be tweaked in my configs, or what is not connectedquite right in biblio?
Thanks.
Comments
#1
Hi Ron,
Sorry: just bumping this up as it is really becoming an issue on my sites. We cannot get any of our Authors mapped because the link is not working. Please advise.
#2
Sorry for the delay (I'm trying to take some vacation time :-)
I found and fixed the problem. The menu wild cards were incorrect when an extra path "level" is added as you did. I now count the path levels in the base URL and adjust the wild card location accordingly.
See http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/biblio/bibl...
The fix is now in the -dev version. You can either apply the changes shown in the URL above or overwrite your existing biblio.module file with the one from the -dev version and then re-save your settings (without making any changes) on the "admin/settings/biblio" page.
Ron.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.