• Resolved marcodocker

    (@marcodocker)


    When trying to import a new CSV file i get:

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 33554440 bytes) in /home/ede/domains/oudede.nl/public_html/wp-content/plugins/tablepress/libraries/csv-parser.class.php on line 310

    Any suggestions on how to fix it? Already tried some solutions on this forum and raising memory limit in wp-config to 1024M. No luck

    Thanks in advance,
    Marco

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Unfortunately, I don’t really have good ideas here. Your best chance might be to import the table in chunks, i.e. to create multiple CSV files with just a part of the rows each. Then, import them one by one, choosing to append the imported rows to the existing table.

    Regards,
    Tobias

    Thread Starter marcodocker

    (@marcodocker)

    Good idea if everything else is not possible. Lot of work though. This foundation has a list of 10.000 books. (yeah…i know)

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    maybe try with big chunks like 5.000 rows first. And if that doesn’t work, half it again, or so.

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Allowed memory size of 268435456 bytes exhausted’ is closed to new replies.