-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP error on "Append data to the resource" and "Revise data of the resource" csv import #209
Comments
I also have a prolem with the Revise mode of CSV Import. In my case, I'm using Omeka-S 4.01, and the CSV module 2.4.1 I'm testing the Revise option and get the error trace as follows:
|
@pbcGIS I think you're describing a different problem. Could you file a separate issue for it? And also include the "system information" output in that issue: I'm particularly interested to know what other modules you have. |
@mgaldemar If you temporarily disable all modules other than the CSV Import module, does this problem still happen? The odd thing about your error is, you're hitting a codepath for calculating a URL that only should happen when viewing a "site" page, a public page. It shouldn't be happening in the background job for the import, as is happening here. So one thing I'm thinking is that maybe another module is causing a "site" request to be detected here incorrectly. |
@zerocrates You are right, when all the modules are temporarily disabled, the updating csv import works thoroughly (text, uri, omeka id links) for unique and multivalued fields. A global testing session is meant to be organized to check and identify the module(s) that create(s) the failure. I'll let you know all about the issue developments and tests. Thank you. |
Hello everyone. Michèle |
Scenario
The csv import has been failing for these types of imports :
Data modele
This my data modele : o:id,dcterms:title,vra:title,dcterms:alternative,dcterms:creator,dcterms:created,vra:locationCreationSite,dcterms:spatial,dcterms:type,vra:material,vra:technique,vra:measurementsDimensions,dcterms:subject,dcterms:description,dcterms:bibliographicCitation,dcterms:relation,dcterms:isVersionOf,dcterms:isReferencedBy,dcterms:ispartof,dcterms:contributor,dcterms:rights,dcterms:license,foaf:isPrimaryTopicOf
The data are mainly strings of text (dates included) and uri. The spreadsheet separating character is a comma and the § is used for repeatable fields.
Software
error message
Thank you. Michèle
The text was updated successfully, but these errors were encountered: