Closed (fixed)
Project:
Domain
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Apr 2008 at 16:37 UTC
Updated:
4 May 2008 at 22:52 UTC
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.