Hello,
1. I'm trying to import a table with 43,000 records from a csv-file to a new, own created table.
After imported 1023 rcords the imports stops with a error 500
Uploading finished well, than starting import.
What's the matter?
php max_execution_time and memory_limit are expanded
Other parameters to tune?
2. if I use predefined fields like tel-numer there's allways a compare error. Where can I change the check of the allowed data-format and posible change it (i.e. allow fields with "" or NULL)?
Christoph Theuring
1. I'm trying to import a table with 43,000 records from a csv-file to a new, own created table.
After imported 1023 rcords the imports stops with a error 500
Uploading finished well, than starting import.
What's the matter?
php max_execution_time and memory_limit are expanded
Other parameters to tune?
2. if I use predefined fields like tel-numer there's allways a compare error. Where can I change the check of the allowed data-format and posible change it (i.e. allow fields with "" or NULL)?
Christoph Theuring
Comment