CSV Import - Error: Call to a member function getParam()

Hi,
I’ve been using the CSV Import module for some time now, without any issue on Omeka-S part. However, for some time now, I seem to encounter the same issue whenever I try to use it :

2026-01-14T09:38:57+00:00 ERR (3): Error: Call to a member function getParam() on null in /sites/datarthist/www/web_main/application/src/Api/Representation/ItemRepresentation.php:109
Stack trace:
#0 /sites/datarthist/www/web_main/application/src/Api/Representation/AbstractResourceRepresentation.php(179): Omeka\Api\Representation\ItemRepresentation->siteUrl()
#1 /sites/datarthist/www/web_main/application/src/Api/Representation/AbstractResourceEntityRepresentation.php(746): Omeka\Api\Representation\AbstractResourceRepresentation->url()
#2 /sites/datarthist/www/web_main/application/src/DataType/Resource/AbstractResource.php(100): Omeka\Api\Representation\AbstractResourceEntityRepresentation->valueRepresentation()
#3 /sites/datarthist/www/web_main/application/src/Api/Representation/ValueRepresentation.php(87): Omeka\DataType\Resource\AbstractResource->getJsonLd()
#4 [internal function]: Omeka\Api\Representation\ValueRepresentation->jsonSerialize()
#5 /sites/datarthist/www/web_main/modules/CSVImport/src/Job/Import.php(824): json_encode()
#6 /sites/datarthist/www/web_main/modules/CSVImport/src/Job/Import.php(433): CSVImport\Job\Import->updateRevise()
#7 /sites/datarthist/www/web_main/modules/CSVImport/src/Job/Import.php(305): CSVImport\Job\Import->update()
#8 /sites/datarthist/www/web_main/modules/CSVImport/src/Job/Import.php(205): CSVImport\Job\Import->processBatchData()
#9 /sites/datarthist/www/web_main/application/src/Job/DispatchStrategy/Synchronous.php(34): CSVImport\Job\Import->perform()
#10 /sites/datarthist/www/web_main/modules/Common/src/Job/Dispatcher.php(27): Omeka\Job\DispatchStrategy\Synchronous->send()
#11 /sites/datarthist/www/web_main/application/data/scripts/perform-job.php(66): Common\Job\Dispatcher->send()
#12 {main}

I have absolutely no idea how to solve it, as all my import do show the sites they are destined to. Any idea ?

Thanks so much !
Claire

I think we’ve seen this reported before… what other modules do you have installed?

If I’m remembering correctly, someone previously had this problem and it was solved by disabling the CleanUrl module.

Tes it was just that indeed…! Thank you for your response