@ jerry
Well, that does explain it, you should update the CSV Import extension. Old versions of CSV Import used a form to import the entries. Newer versions of PHP limit the number of form fields that can be submitted at one time. I think the default is 1000 and anything above that 1000 is discarded. PHP implemented this as a security measure. Now I bet you might be thinking but I can only import 35, not 1000. Well, each entry requires n-number of form fields. That n-number really depends on what is being imported for each entry. In your case it is taking roughly 28 form fields per entry.
So that is very likely the reason you can now only import 35 at a time. Your switch to GoDaddy landed you with a more up to date PHP version which has more secure defaults.
The solution, as I said, is to update the CSV Import extension. The current version is 1.2 and it was version 1.0 that completely changed the way import works so the number of form fields do not matter because they are not used.
I can not find any purchase under the email you’ve been using to post to the forum so you must have made the purchases under a different email address. Anyway if you can locate your purchase email you can use that to reset your user account and gain access to the updates in your purchase history. If you no longer have access to that email account, that’s alright, I can transfer the purchases to your current email, you just need to let me know the old email address.
Hope that helps!
