I cannot bulk export nodes. The 'Node export' tabs appear on a node page, but 'Node export' does not appear under the 'Update options' menu on 'admin/content'. It's almost like the dropdown is cached or outdated. Any guidance appreciated.

Comments

benlawraus’s picture

Thats right, I have the same problem, although there is a menu item for bulk import nodes!

eliasdelatorre’s picture

Excuse me, where is that menu? Thanks.

jnicola’s picture

Priority: Normal » Critical

Same issue! This is a significant bug and is one of the major ways to export nodes with this module. Upgrading the priority of this bug.

MrPaulDriver’s picture

Are you using the administration views module?

brad.bulger’s picture

my site was using admin views - i had to apply the patch from #2023303: VBO action not showing to make the Node export action available, and then edit the admin/content view to add it to the list of operations. that got me as far as #1869918: Views bulk operations node export fails with undefined function _views_bulk_operations_adjust_selection. Applying that patch got it working for me. though i should add, i only had a few nodes to export.

gooney0’s picture

I had the same issue. I fixed it by adding

max_allowed_packet=32M

to my MySQL configuration file. On CentOS this file is

/etc/my.cnf

I don't know how large the max allowed packet should be. 32M works for me.

chriscalip’s picture

Assigned: Unassigned » chriscalip
Issue summary: View changes

I'll take this on. I need this feature for a client project.

chriscalip’s picture

Assigned: chriscalip » Unassigned

I've profiled the codebase and its api. I was planning to make use partitioning techniques with nids,nodes. The budget allotted for my project cant cover the costs of implementing partitioning. Sadly I will have to pass.

danielb’s picture

Status: Active » Closed (cannot reproduce)

Sorry can't reproduce. The two issues mentioned earlier were fixed in my copy though. If it happens to you, please do some debugging.