Sackgesicht VIP
Total posts: 1,636
07 Apr 2016 18:50

I receive following error message when importing:

2016-04-08_02-42-12

Joomla 3.5.1 PHP7.0.4 MySQL 5.7.11

Valid CSV with a unique number column, title column and 1 text field.

When going to the section list, it shows all records. Title was inserted and the text field shows in "intro" and "full view".

After checking DB tables, I found out that no "record_values" for the text field were created. --> filter is not working.

Last Modified: 25 May 2016


Sackgesicht VIP
Total posts: 1,636
08 Apr 2016 01:35

i checked the CSV file and it had an empty record at the last line. import went through without an error message now. It might be good to include a check for empty title, when parsing the CSV to avoid the import to stop after already importing some records. It will be hard for the average user to remove already imported records.

Nevertheless, only one of the imported records created a record in record_values. This problem still exist.


Sergey
Total posts: 13,748
13 Apr 2016 08:20

I added condition for title. FOr another problem waiting for your answer in the other topic.

Powered by Cobalt