Hi there, somebody can help me? I'm looking for the source code of umbraco 4.0.4.2. I know it's damn old but I need the source code for debugging purposes. A website I'm managing uses v4.0.4.2 and it shows a nasty login error: /umbraco/umbraco.aspx
I needed to add some users and it seems something went wrong, so now when I browse to /umbraco/umbraco.aspx I get this:
[IndexOutOfRangeException: Index was outside the bounds of the array.]
umbraco.cms.presentation._umbraco.Page_Load(Object sender, EventArgs e) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\presentation\umbraco\umbraco.aspx.cs:56
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
umbraco.BasePages.BasePage.OnLoad(EventArgs e) in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\businesslogic\BasePages\BasePage.cs:287
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Where is the source code for 4.0.4.1?
Hi, I can't seem to find the source code for 4.0.4.1 under the "releases" folder.
http://umbraco.codeplex.com/SourceControl/changeset/view/66282#
Am I missing something here?
Thanks.
Devmine.
Hi, i've searched for that too! From the commits on codeplex i would say it's in /branches/rb403 but might be wrong about that...
I wanted to start with the right source codeset.
Can someone please help?
Thanks.
Under the list of Changesets it says that Changeset 66235 is Associated with Release: Umbraco 4.0.4.1 and also identified on the 4.0.4.1 release page here http://umbraco.codeplex.com/releases/view/37337
I would have thought it is more likely /branches/rb404 that you need.
@Simon
indeed it should be rb404, but I think Niels messed up something when fixing 4.0.4 in 4.0.4.1, it looks like he did it in rb403 branch!
\branches\rb403\umbraco\businesslogic\GlobalSettings.cs has _currentVersion = "4.0.4.1"
whereas
\branches\rb404\umbraco\businesslogic\GlobalSettings.cs has _currentVersion = "4.0.4"...
I have tryied to look for differences between rb404 and rb403, but it is not obvious which one is the righ one :(
I merge source codes with WinMerge and I have the same problem - which version (directory) I should use.
In change set we can see a lot of directories:
-branches
-releases
-trunk
-umbraco
- etc.
So which directory we should use?
What is more the GlobalSettings.cs files from rb403 and rb404 have more differences than only 4.0.4.1 bersion.... so what we should do?
I think that the most up to date code is in rb403, but some light from core team would be appreciated :)
I think that we can confirm it by:
http://umbraco.codeplex.com/SourceControl/changeset/changes/66217
" v4.0.4.1, Fixes issue with macro ids containing hyphens (#27128) "
rb403
Thanks Niels!
I know that it's confusing (and space consuming) with all those branches. I'm cleaning some of them up.
Thanks Niels!
For others: I have written about this to Niels, so he answered here :)
I was downloading 67270 and you know what :)
I'm downloading 67527 now. Thanks for cleaning :)
Hi there, somebody can help me? I'm looking for the source code of umbraco 4.0.4.2. I know it's damn old but I need the source code for debugging purposes. A website I'm managing uses v4.0.4.2 and it shows a nasty login error: /umbraco/umbraco.aspx
I needed to add some users and it seems something went wrong, so now when I browse to /umbraco/umbraco.aspx I get this:
Hi firepol,
Try the archive over on BitBucket, I believe it has the 4.0.4.2 source tagged: https://bitbucket.org/UmbracoHQ/umbraco/src/283065df4d3c
Good luck!
Cheers, Lee.
is working on a reply...