Posted by alastairduncan on July 9, 2009 at 2:31pm
Jump to:
| Project: | OAI-PMH Module |
| Version: | 6.x-1.2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I have installed the biblio module which and been able to create biblio content with revisions fine. I've installed OAI2 v 6.12 and enabled it vi the admin interface but have not been able to connect to it. My site is at http://localhost/drupal6 and I have tried http://localhost/drupal6/oai and http://localhost/drupal6/oai?verb=Identify but get a 404 I've also tried leaving the drupal6 out of the path but this has a 404. I've looked through the othre issues and searched google but found nothing that will shed light on this. Do you have any ideas why this is not working or what I can do to diagnose the problem?
Thanks
Alastair
Comments
#1
I should add that I've read this article http://drupal.org/node/132513 and followed the instructions but still can't access the oai interface
#2
That article is really only relevant to Drupal 5.
What you are doing should work, although I don't think I've ever tried it when drupal is not installed at the root level of the web server.
I assume "http://localhost/drupal6" yields you main page? And I also assume that you have clean URL's turned on?
You might try clearing the cache at "admin/settings/performance" down near the bottom of the page.
Ron.
#3
Have you set the $base_url in settings.php?
#4
I've now turned on clean URL's after enabling mod_rewrite and now it works with the url of http://www.myhost.com/drupal6/oai?verb=Identify I don't remember seeing any requirement in the documentation that clean url's needs to be switched on ;-) maybe one for the readme?
Thanks for the help.
Alastair
#5
Ahh, that was a key bit of information which was not included originally...
The URL for a site without clean URLs would be http://localhost/drupal6?q=oai&verb=Identify (this is definitely one for the readme :-)
#6
Yes that works.