• Trying to export 4000 + records and getting following error
    —————————————————————————
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    —————————————————————————

    Please help what iam missing, exporting small number of records fine

    https://wordpress.org/plugins/participants-database/

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

    (@xnau)

    I’m guessing you’re hitting a size limit. Probably the ‘post_max_size’ setting, but you should either check your PHP error log for a clue as to why it failed, or just contact your web host if you’re unfamiliar with that. Sometimes it’s possible to change this setting in your hosting control panel, but ‘post_max_size’ is just a guess, the real reason this is happening is probably in the error log.

    Thread Starter sathyaki

    (@sathyaki)

    I brought database locally and try to export same but no error. I override post_max_size in hosted server to 125M which was 8M. But i got same error.

    I dont have error log, i dont have access to that. And locally I couldnot reproduce exporting error

    Also I tryto upload 5000+ records locally and got folowing error

    Fatal error: Maximum function nesting level of ‘300’ reached, aborting! in..

    Plugin Author xnau webdesign

    (@xnau)

    Well, I don’t have enough information to help. It is a server configuration issue of some kind, because all of these things should work.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Export Error CSV’ is closed to new replies.