it look like u have a real big csv file… in this case u need to split it on couple files or increase the time limit (if u have access to php.ini -
max_execution_time = 160;
or if u host give u possibility to change setting by .htaccess
php_value max_input_time "160"
php_value max_execution_time "160"
. But I think, if it possible, better to split file.)
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.