Hi,
I'm experiencing 404 errors on category URLs that contain numbers.
Issue:
Category name: "Football 11"
Generated slug: "football-111" (number duplicated)
URL /category/football-111/ returns 404 even though it exists in database
Root cause: The osc_sanitizeString() function in /oc-includes/osclass/helpers/hSanitize.php has inconsistent number handling that creates malformed slugs.
Question: Has anyone encountered this? The URLs exist in the database but the routing system can't match them properly.
Regenerating permalinks and clearing cache didn't help.
Any suggestions for fixing category slug generation with numbers?
Thanks!