I'm fairly new to dotnetnuke but i've figured out that the problem displaying images in HTML/text modules
DotNetNuke.Services.Exceptions.ModuleLoadException: StartIndex cannot be less than zero.
Parameter name: startIndex ---> System.ArgumentOutOfRangeException: StartIndex cannot be less than zero.
Parameter name: startIndex at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32
length, Boolean fAlwaysCopy) at DotNetNuke.Modules.Html.HtmlModule.ManageUploadDirectory(String
strHTML, String strUploadDirectory) at DotNetNuke.Modules.Html.HtmlModule.Page_Load.....
all stems from one minor problem - capitalization when creating a new portal
portals/mychild will cause the above error
Portals/mychild will work fine
and accepting the default name (a number works of course)
it's details like this that are sorely missing from dotnetnuke.coms online help
and adding this to the relevent ? on the edit page would be even better
steve