boboldehampsink / import

DEPRECATED - Import plugin for Craft CMS
MIT License
177 stars 28 forks source link

Error when importing CSV - browser only displays the number "1" in the document and no errors in my logs. Possible issue with more than 99 columns? #153

Closed JonathanSoper closed 7 years ago

JonathanSoper commented 7 years ago

Hi, I'm not entirely sure what I'm doing wrong here, please help if possible. I'm trying to import a CSV. All the fields are valid, no weird characters or anything. I am successful with smaller files but this one has many columns. When I run the import, instead of going to the mapping screen of the plugin, all I get is the number "1" in the browser, and no errors in my logs to indicate what might be the issue, so I am having a VERY hard time tracking down exactly what the problem is.

Could there be a max number of columns that are allowed to be imported? It works for me with 99 columns but not for anything more than 99. I have tested it with up to 99 cols and 100+ and it only works for 99 and below.

Thank you! I would really appreciate any insight.

JonathanSoper commented 7 years ago

Ugh. Nevermind. My bad. It was my own server's allocated memory settings. embarrassed

If anyone else does happen to come across a similar thing, check your max memory settings.