Seems like the domain length is truncated to 41? chars... there is no limit on the field when inputting the data, but it does get truncated once saved.
Seems like the domain length is truncated to 41? chars... there is no limit on the field when inputting the data, but it does get truncated once saved.
Comments
Comment #1
agentrickardYes. This is a holdover from the original code (which only allowed subdomain values).
Go ahead and change your database to varchar(255) if you can. The same should probable apply to sitename, which is currently restricted to 80 characters.
I'll roll an update function.
Nice catch. I am amazed this hasn't come up earlier.
Comment #2
agentrickardFixed. Thanks!
Remember to run update.php
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.