Closed (fixed)
Project:
conStruct
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2010 at 00:23 UTC
Updated:
1 Mar 2010 at 14:51 UTC
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
Comment #1
fgiasson commentedTheorically 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).