GeoDirectory SupportMax # of Records per CSV Upload – GeoDirectory Support https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/feed Tue, 24 Feb 2026 22:23:58 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-27849 <![CDATA[Max # of Records per CSV Upload]]> https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-27849 Sun, 18 Jan 2015 01:25:27 +0000 headway I have a massive database that I am looking to get uploaded to my site. The CSV file is correctly formatted and everything works when I try a small sample of data (around 250 entries or so) but fails to complete when I try anything much larger (above 1,000 entries or so).

Is there a maximum limit to how many entries can be added at one time? If so, is there some way to override this?

]]>
https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-27851 <![CDATA[Reply To: Max # of Records per CSV Upload]]> https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-27851 Sun, 18 Jan 2015 02:11:49 +0000 Guust There is no limitation to the number of listing you can upload via CSV. The only limit would be in case of hundreds of thousands of listings and a very limited execution time in your server.

There is most likely an error somewhere in the file, tripping things up.
It only needs one disallowed character to trip up.

Easiest solution is to split your file in let’s say a 100 records at the time, and keep splitting until you find the error.

You can also post your file here in a private message and we will have a look to see whether there is an obvious error.

http://docs.wpgeodirectory.com/core-general/#csv

]]>
https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-27877 <![CDATA[Reply To: Max # of Records per CSV Upload]]> https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-27877 Sun, 18 Jan 2015 15:32:34 +0000 headway https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-27878 <![CDATA[Reply To: Max # of Records per CSV Upload]]> https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-27878 Sun, 18 Jan 2015 15:34:09 +0000 headway https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-27902 <![CDATA[Reply To: Max # of Records per CSV Upload]]> https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-27902 Sun, 18 Jan 2015 21:37:04 +0000 Guust Have you created all your categories already? They have to be existing.
Does that sample file import? I cannot directly see anything wrong.

All the content has to be “plain text”, no special characters can be used, they have to be HTML ready.
http://www.ascii.cl/htmlcodes.htm
I could not see any of them in your sample file.

]]>
https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-28055 <![CDATA[Reply To: Max # of Records per CSV Upload]]> https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-28055 Mon, 19 Jan 2015 20:13:18 +0000 headway In order to better identify the problem, I have changed all of the categories in the CSV file to the same thing, which has definitely been added to the database already.

The file uploads and then the “import data now” button appears, but after it is clicked, the job never finishes and lets me know how many have been successfully imported.

However, some of the listings do go appear to go through and are visible on the site. It just stops midway through.

Thanks for your help.

]]>
https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-28059 <![CDATA[Reply To: Max # of Records per CSV Upload]]> https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-28059 Mon, 19 Jan 2015 20:22:49 +0000 headway Could there be something that needs to be adjusted on my server to allow for a large amount of data to be imported at once?

]]>
https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-28061 <![CDATA[Reply To: Max # of Records per CSV Upload]]> https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-28061 Mon, 19 Jan 2015 20:35:42 +0000 Paolo You can try increasing timeout limit in your server or break down the file in 2 or 3 smaller ones.

Let us know,

Thx

]]>
https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-28104 <![CDATA[Reply To: Max # of Records per CSV Upload]]> https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-28104 Tue, 20 Jan 2015 00:40:15 +0000 headway I asked my hosting company to increase the timeout limit, which they did a number of times, but still to no avail.

Here is what was sent to me by the support technician:

I’m increasing the limit to 120s but this is the maximum that I can give you. If this will not help consider contacting the developer of this plugin because it’s not normal a PHP script to run for so much time without any output.

Here is the error from the last time:

[Mon Jan 19 17:24:59 2015] [warn] [client 97.104.173.120] mod_fcgid: read data timeout in 91 seconds, referer: /wp-admin/admin.php?page=geodirectory
[Mon Jan 19 17:24:59 2015] [error] [client 97.104.173.120] Premature end of script headers: admin-ajax.php, referer: /wp-admin/admin.php?page=geodirectory

]]>
https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-28105 <![CDATA[Reply To: Max # of Records per CSV Upload]]> https://wpgeodirectory.com/support/topic/max-of-records-per-csv-upload/#post-28105 Tue, 20 Jan 2015 00:48:53 +0000 Paolo Hi,

it depends how many rows you are trying to add and how long it takes to that server to add each of them.

If the number of row multiplicated by the time needed to enter each row is higher than 120s than it will fail…

What kind of server is hosting your website? Dedicated, VPS or shared?

Have you considered breaking down the CSV files?

Let us know,

]]>