BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Support  General Support  0.7.0 Bugs
Previous Previous
 
Next Next
New Post 11/5/2006 8:02 PM
User is offline admin
634 posts
bugnetproject.com
1st Level Poster




Re: 0.7.0 Bugs 
I spent time this weekend revamping the installation engine.   The previous one worked very well in previous versions but now when the page reloads due to the updated web.config it seems to be troublesome.  The new one seems to be simplified as well with less user interaction.

I have examined how DNN does this and modeled the new one after theirs.

Please get the latest source and try it a few times and let me know if your problems are resolved. 

Installation / Upgrade instructions can be found here.

Davin Dubeau
BugNET - Core Developer

 
New Post 11/7/2006 12:05 AM
User is offline miracle
41 posts
No Ranking


Re: 0.7.0 Bugs 
hi :)
New install.aspx fails immediately. And search for file 403-3.htm which is not supplied ;-))
So it's a double error - whatever caused it and absent error info page.

What was the error source.
I didn't debug it yet, but glanced into the code.
There are both expressions:

Server.MapPath("~") + "\\web.config"
and
Server.MapPath("~") + backupFolder

I suppose you miscount slashes somewhere in path combinating.

I strongly recomend to use IO.Path.Combine instead of manual path string concatenation - much more robust. And easier :))
 
New Post 11/7/2006 12:18 AM
User is offline miracle
41 posts
No Ranking


Re: 0.7.0 Bugs 
Hm.
Very strange.
Now it starts. Maybe somewhat was created in first failed start?
 
New Post 11/7/2006 12:32 AM
User is offline miracle
41 posts
No Ranking


Re: 0.7.0 Bugs 
Seems like it was normally installed in debug run from VS, but fails while running from web site...
I'll check It again later, if there will be free time.

By the way  - after install in issue editing new version gives error about ''can't find script file PopCalendar2005' - seems like calendar scripts where renamed, but not everywhere...
 
New Post 11/7/2006 1:21 AM
User is offline miracle
41 posts
No Ranking


Re: 0.7.0 Bugs 
Windows Auth works strange.

I just can't admin anything in it :(
 
Previous Previous
 
Next Next
  Forum  Support  General Support  0.7.0 Bugs

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.