$Organization name with space?

How important is it really that the $Organization setting not have spaces? I don’t know why it got set to its current value, but RT has been working fine for years. Now I’m upgrading from 3.8.5 to 4.0.2 and see error level log messages about this. If I do change the value, I understand that I would have to update the Base and Target columns in the Links table.

Thanks,
David

How important is it really that the $Organization setting not have spaces? I don’t know why
it got set to its current value, but RT has been working fine for years. Now I’m upgrading
from 3.8.5 to 4.0.2 and see error level log messages about this. If I do change the value, I
understand that I would have to update the Base and Target columns in the Links table.

It’s been used to generate URIs for years. It causes lots of weird
linking problems and actual errors from Articles.

You can grab
https://raw.github.com/bestpractical/rt/4.2/links_in_validator/sbin/rt-validator.in
and drop it into your 4.0.2 tarball on top of the sbin/rt-validator.in
and the links option will fix your links for you.

-kevin