• – i have near 8000 attachment and i want to export only attachments
    – when i export all content the export stop when the exported file arrive near 16 Mb. the xml file isn’t propertly closed.
    – same occurt if i use wp-export-attachments plugin

    Please, how can i do a wordpress xml export for a large number of attachments (more than 13 Mb)?

    best regards, pescadito

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Just a guess, could it be the script is timing out rather than some size limit? If so add set_time_limit(nnn); to your wp-config.php file where nnn is an integer in seconds. The default is 30, which may be too short to process that many files.

    Don’t forget to remove the line when you’re done.

    Thread Starter pescadito01

    (@pescadito01)

    it doesn’t work

    have anyone another idea?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘export large attachements’ is closed to new replies.