slims / slims8_akasia

SLiMS 8 Akasia official source code repository
GNU General Public License v3.0
89 stars 105 forks source link

OAI.php and OAI2.php doesn't pass BASE validation #196

Open motorcyclist1 opened 4 years ago

motorcyclist1 commented 4 years ago

All versions of Slims doesn't pass BASE OAI validation for including to BASE database test in the website: http://oval.base-search.net

the SLIMS library --> http://lib.smklabor.sch.id/oai2.php?verb=ListRecords&metadataPrefix=oai_dc

there are several errors _ERROR: Identify response well-formed but invalid: Element '{http://www.openarchives.org/OAI/2.0/}earliestDatestamp': This element is not expected. Expected is ( {http://www.openarchives.org/OAI/2.0/}adminEmail )., line 9 ERROR: ListRecords response well-formed but invalid: Element '{http://purl.org/dc/elements/1.1/}identifier_isbn': This element is not expected., line 22 ERROR: No incremental harvesting (full granularity) of ListRecords: Harvest for reference date 2017-01-13T09:00:28Z returned no records. Please make sure that the from and until parameters are evaluated._

Thus, a SLIMS can't be included in BASE database.... :( Can anybody fix the code??? Thanks!!