Hi Dan,
Thank you for your kind guidance.
I followed the guidance you provided, but unfortunately, I was not able to resolve the issue. However, I did discover something new in the process.
It seems that the issue with the Digital Object URL may not be due to the inclusion of Korean characters in the slug.
After testing by changing the slug as per your instructions, I found that even when the path includes a Korean slug within a Collection, the page connects correctly.

Therefore, it seems challenging to resolve this issue with the provided procedure. Are there any additional code modifications or settings, beyond configuring the slug allowance in the admin page, required in the process of generating the Digital Object URL?
Additionally, regarding the previous request for confirmation, here are more detailed changes I made:
1. I modified Line 3253 in the /lib/model/QubitDigitalObject.php file to recognize Korean characters (and Unicode).

Original: return preg_replace('/[^a-z0-9_\.-]/i', '_', $filename);
Modified: return preg_replace('/[^a-z0-9_\.-ㄱ-ㅎ가-힣]/iu', '_', $filename);
2. After this modification, I confirmed that the Digital Object is ingested correctly, but in AtoM, the URLs for thumbnails and files do not link properly.


3. I also verified that even in an environment where the admin settings allow Korean characters in the AtoM path without causing URL issues, the problem persists.
If there are any other methods I can try, please let me know. I will attempt them and share the results.
Best regards,
Anthony
2024년 5월 11일 토요일 오전 1시 4분 15초 UTC+9에 Dan Gillean님이 작성: