• Resolved mkornegay2

    (@mkornegay2)


    I got this error when trying to upload/update my database. The CSV file is 24mb.

    Error Details
    =============
    An error of type E_ERROR was caused in line 774 of the file /home/f3enc/public_html/wp-content/plugins/participants-database/classes/parseCSV.php. Error message: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4194312 bytes)

    Is this a memory limit issue? I have 264MB allotted. I don’t know why this is not parsed in chunks if its too big. Less than 2000 participants too. Can you help?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    There can certainly be issues with uploads that are too large, but a memory error like that is unusual.

    I suppose this could happen if you have an individual field that is very large, but even that would not explain a memory error, which usually happens because of code looping or some other structural problem like that. This can happen if there are other plugins that are getting involved in the process, which is possible when certain WP filters are used.

    The plugin does not chunk the data.

    My first suggestion would be to break the upload up into two or more files.

    If you continue to have issues, please contact me via email at [email protected]

Viewing 1 replies (of 1 total)
  • The topic ‘Critical Error’ is closed to new replies.