Help needed with CSV importer time out
I have searched this forum for all related topics and it appears that i'm the only one having this issue.
I have been using the listing importer but since I added custom fields it seems to time out before all are uploaded
Each time I upload it adds less and less, today I tried to upload 1200 listings and only 65 uploaded.
I have tried changing my php.ini file with the following code:
Code:
max_execution_time = 6000 ;
max_input_time = 6000 ;
post_max_size = 100M ;
upload_max_filesize = 100M ;
memory_limit = 256M ;
max_input_nesting_level = 360 ;
max_input_vars = 99999999 ;
but after about 60 seconds the listing uploader page returns an empty page and when i check the database only a small amount are there, The CSV file has uploaded into the
wp-content/uploads folder and all data is there.
Any help or suggestions would be very much appreciated as i am having to load a few at a time and its taking forever!!!