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

agentrickard’s picture

Assigned: Unassigned » agentrickard

Yes. 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.

agentrickard’s picture

Status: Active » Fixed

Fixed. Thanks!

Remember to run update.php

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.