Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2009 at 13:24 UTC
Updated:
6 May 2009 at 17:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
adr75 commentedComment #2
rjerome commentedHave 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.
Comment #3
adr75 commentedYes, 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?
Comment #4
rjerome commentedIf 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.
Comment #5
adr75 commentedThanks. 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).
Comment #6
adr75 commentedMy 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.
Comment #7
rjerome commentedOk, 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.
Comment #8
rjerome commentedJust 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)
Comment #9
adr75 commentedYes, I see both the red line filter and number of records to export.
Comment #10
rjerome commentedCould 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.
Comment #11
adr75 commentedJust updated to the development version succesfully, and the problem seems to be solved. Thank you very very much for your help!
Comment #12
rjerome commentedGood, look for a new 1.3 release shortly.
Ron.
Comment #13
rjerome commented