I created a link to the a biblio-page using a keyword, for example:
http://site/publications/keyword/1
or
http://site/publications/keyword/my-keyword

You can also get there through the navigation menu and selecting a keyword from the biblio keyword list.

You get a nice filtered list based on the keyword, however you can't export this entire list using the export buttons for xml, tagged or bibtex. The buttons lead to blank pages like
http://site/publications/export/tagged
http://site/publications/export/xml

Any thoughts?

CommentFileSizeAuthor
#9 screenshot.jpg20.73 KBadr75
#8 img1.jpg71.82 KBrjerome
#8 img2.jpg66.66 KBrjerome
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

adr75’s picture

Assigned: adr75 » Unassigned
rjerome’s picture

Have you tried those export links? Despite their appearance, they should in theory only deliver the filtered (keyword/1) data. This is done through the use of session variables, so if your site has session variable disabled this might cause a problem.

adr75’s picture

Yes, I have tried the links, they open up a blank page, both Explorer7 and Firefox3. I'm working on a XP localhost install of Drupal6. Could you tell me more on those session variables and where I can check them?

rjerome’s picture

If you are running Drupal 6.10, then going to the "admin/reports/status/php" page should show you all the PHP information including a section called "session" which should show if session handling is enabled. All of these things are controlled and configured through the php.ini file.

Ron.

adr75’s picture

Thanks. My Drupal 610 status report doesn't show a section for "session", so I'll look at php.ini to enable session handling. (all a bit new for me).

adr75’s picture

My apologies, I misread your admin/reports/status/php" line, and my Php session information says:
Session Support: enabled
Registered save handlers: files user sqlite
Registered serializer handlers: php php_binary wddx
I am using a standard install of Xampp, PHP 5.2.8. Do you need more details on the session handling?

Using the export buttons for a list still doesn't work when entering a direct like
http://site/publications/keyword/my-keyword

The export buttons do work when I create the same list by selecting the keyword from the keyword drop down menu in the filter tab.

rjerome’s picture

Ok, so your session handler seems to be working, therefore it must be some other bug. I'll see if I can reproduce it and figure out what the problem is.

Ron.

rjerome’s picture

FileSize
66.66 KB
71.82 KB

Just a few more questions...

When you enter the above mentioned URL, do you see a red filter line and do you see the number of entries available for export? If you look at the two attached images, img1.jpg has no filters and img2.jpg has a keyword filter (notice the URL, filter line and the change in the number of entries to export)

adr75’s picture

FileSize
20.73 KB

Yes, I see both the red line filter and number of records to export.

rjerome’s picture

Could you try the 6.x-dev version to see if it makes any difference. There was a recent issue which may be causing this which has been fixed in the -dev version.

adr75’s picture

Just updated to the development version succesfully, and the problem seems to be solved. Thank you very very much for your help!

rjerome’s picture

Good, look for a new 1.3 release shortly.

Ron.

rjerome’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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