Hi everybody
I’m new in the nice world of omeka-s and I just start to play with it : very nice
I have emailed Diego Ferrera from tematres and I probably make soon a contrib to connect omeka-s with tematres vocabularies via Value Suggest.
But now, my problem is to use CSVImport without access to php command line (php-cli).
My first guess is that Omeka S can’t automatically figure out the correct path to the PHP CLI. Your sysadmin or hosting company might be able to give you the correct path. Then, you can put that in your config/local.config.php file in this line:
HI
My sysadmin tell me I can’t have access to php-cli :’(
What can I imagine to import data ?
I think it’s a normal thing on shared web hosting service.
Is it possible or difficult to hack the module in order to import without having php-cli available ? (I understand the limitations but it’s better than nothing : using small datasets…)
Did you change the thumbnailer? Because, it uses the cli by default.
Anyway, you can import in real time, but the process will be limited to the time of a page load (generally 30 seconds), so only a short set of metadata. If there is no file, it’s not a problem, since the longer in an import is the creation of the thumbnails. Just add this to your config/local.config.php:
Yes many thanks, that’s what I’m looking for.
This info has to be given on the page’s module ! @Daniel_KM and yes I have already changed the thumbnailer for the GD library.
I will make some tests with my upload_max file and time size…