Empty exports in drupal 4.7.7
| Project: | Import / Export API |
| Version: | 4.7.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
During an export operation, the "Step 2: field mappings" screen does not show any fields for any of the selected content types. Therefore, going ahead by clicking on the "Run export" button, results in an empty under the label "Your export has been completed. The results of the export can be seen below".
Steps to reproduce:
1. Install new brand drupal 4.7.7 with the following additional modules: importexport
2. Create a "page".
3. Try to export content of type "page".
I also tried creating a custom content type. Same results.
Steps to reproduce:
1. Install new brand drupal 4.7.7 with the following additional modules: importexport, cck
2. Create a new content type "friend" with the Title (default) and Age (integer) fields.
3. Create a "friend".
4. Try to export content of type "friend".
Can anyone confirm the last version of drupal where this module worked correctly? I am quite new to drupal so I never saw this working.
Thanks

#1
I can Confirm this problem. I get the same results...nothing.
#2
davidjava,
Try the dev package. I do get results with that one.
The dev package include a "doc" directory and a "engines" directory that is missing in the release version. The engines directory contains a lot of .inc files that is needed.
I now get a 500 error on some exports.
please report back if you have success.