Search This Blog

Showing posts with label Wordpress. Show all posts
Showing posts with label Wordpress. Show all posts

Sunday, 7 October 2012

wordpress, csv importer not importing all of the csv file

wordpress, csv importer not importing all of the csv file

quick fix. just add the following script around line 179 of cvs_importer.php:

set_time_limit ( 600 ) ;

Set the 120 num to your desired run time in seconds.