• Resolved learnappscript

    (@learnappscript)


    Thank you for this wonderful product. We have recently used the free version and are considering going Pro. However, we have run into an issue that we were hoping you could help us with.

    We created .csv spreadsheets for over 2000 web pages and 2000 posts. We noticed yesterday that the uploader could handle about 1000 Pages of uploads before timing out. We were happy with that as a limitation. When we started uploading the posts, the uploader failed almost immediately (it either would not create any posts or just a few before stalling). We have tried to reduce the number of lines in the .csv file, but continue to run into the same issue. The content for the posts is very simple: only 3 lines of text per post.

    Can you please help us with this issue?

    https://wordpress.org/plugins/wp-ultimate-csv-importer/

Viewing 1 replies (of 1 total)
  • Hi,

    We assume your server environment may have some low configuration values. To increase that values kindly put the following code in your .htaccess file.

    <IfModule mod_php5.c>
    php_value post_max_size 20M
    php_value upload_max_filesize 10M
    php_value memory_limit 300M
    php_value max_execution_time 259200
    php_value max_input_time 259200
    php_value session.gc_maxlifetime 1200
    </IfModule>

    . I hope it will resolve your issue.

Viewing 1 replies (of 1 total)

The topic ‘Uploader Stops After Thousands’ is closed to new replies.