Jump to content

500 error while importing csv data


Recommended Posts

Hello,

Getting 500 error while importing csv data and image thumbnail regeneration.

No errors reported except "Premature end of script headers"

 

My php.ini file

disable_functions =
enable_dl = On
session.save_path = /tmp



error_reporting = E_ALL & ~E_NOTICE
log_errors = On
error_log = /home/strekozz/public_html/adm_it/error_log
display_errors = Off

max_execution_time = 6000
max_input_time = 6000
post_max_size = 6000M
upload_max_filesize = 6000M
mysql.connect_timeout = 6000
TimeOut 6000

memory_limit = 1024M
max_input_vars = 6000;
suhosin.post.max_vars = 6000;
suhosin.request.max_vars = 6000;

magic_quotes_gpc = off

 
.htacces file correct, permissions correct.
Server side - cpanel (apache+suphp). Also nginx installed but same error when disabled it.
 
Can someone help why it happens.
Edited by valintinr (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

How long did the page load for? Most browsers will only support 600 seconds before they display a 500 error. Even with displaying the error if your php.ini is set high enough, the file is still processed in the background. 

Link to comment
Share on other sites

×
×
  • Create New...