Uploading and importing a 5mb SKOS thesaurus causes the import script to complete without generating an error and without importing the file. It doesn't even create an empty dataset like it does when an error is generated.

I can't add the file to this report because it's not public, but I can make it available for testing.

Comments

fgiasson’s picture

Status: Active » Closed (fixed)

Theorically 8mb is the maximum size for these files according to the default settings in php.ini. However, smaller files should be used with this UI importation tool. The best way to import bigger datasets is to create a script that ingest smaller slices of data, one-by-one, in the structWSF instance. This conStruct importation tool is not mean to be the tool to use for general, organization, dataset importation, but probably more for small, personal, ones.

It is much safer and easier to create dedicated importation script for this task. We will possibly release something in the structWSF package (and not conStruct) for this purpose. Internally, it is what we are doing for datasets between 5mb to 2gig (and more).