• Resolved jmergener

    (@jmergener)


    I am attempting to Export but each time I try I get this error…

    This page isn’t working

    website.com is currently unable to handle this request.
    HTTP ERROR 500

    There are over 35,000 entries and I need to get them out of the database for my client.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Arshid

    (@arshidkv12)

    Edit your php.in
    max_execution_time = 0

    Thread Starter jmergener

    (@jmergener)

    looks like the hosting company doesn’t allow that modification.

    Correction, I found out how and setting it to 0 didn’t work. I even change it from 30 to 60 and 300. Still no change.

    • This reply was modified 6 years, 12 months ago by jmergener.
    Plugin Author Arshid

    (@arshidkv12)

    Add max_execution_time = 1000

    Please enable debug. Edit wp-config.php

    define('debug', true)

    Then you can see complete error details.

    Or
    Please send login credentials to [email protected], I can check it.

    Thread Starter jmergener

    (@jmergener)

    Here is the error message I get.

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 80 bytes) in /home/websitename/public_html/subdomain/wp-content/plugins/contact-form-cfdb7/inc/export-csv.php on line 85

    Thread Starter jmergener

    (@jmergener)

    I changed the memory allocation and got it to work. Thanks for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error when Selecting Export CSV’ is closed to new replies.