BugNET

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

BugNET Forums

 
  Forum  Support  Upgrading probl...  .7 beta to .7.820
Previous Previous
 
Next Next
New Post 3/27/2007 5:46 PM
User is offline admin
641 posts
bugnetproject.com
1st Level Poster




Re: .7 beta to .7.820 
 Tankut wrote
Hi Davin,

Its me again. I reliazed that my bug pages are missing the bottom panels like comments etc. I looked at the page source and divs and panels seems to be there but they are hidden. Also noticed that panels disappear after I login. Any comments?

Tankut


I encountered this problem too but only when I deployed the application to the server, it worked fine locally but I found out the problem was the
<ajaxtoolkit:calendarextender popupbuttonid="imgCalendar" targetcontrolid="TimeEntryDate" runat="server"> 
tag in the BugTabs.ascx. If you remove this it should work but you won't be able to use the calendar control for that field. This is a bug I'm assuming with the ajax toolkit as it works in some situations, not in others.

Davin Dubeau
BugNET - Core Developer

 
New Post 4/5/2007 5:50 PM
User is offline adwb
7 posts
No Ranking


Re: .7 beta to .7.820 
I had the same problem with bug table constraints so I removed that block but now I've got a lot more errors:

Adding foreign keys to [dbo].[Bug]
Msg 547, Level 16, State 0, Line 1
ALTER TABLE statement conflicted with COLUMN FOREIGN KEY constraint 'FK_Bug_Component'. The conflict occurred in database 'bugnet', table 'Component', column 'ComponentID'.

(1 row(s) affected)
Adding foreign keys to [dbo].[RolePermission]
Msg 1767, Level 16, State 0, Line 1
Foreign key 'FK_RolePermission_Roles' references invalid table 'dbo.Roles'.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.

(1 row(s) affected)
Adding foreign keys to [dbo].[BugComment]
Msg 1785, Level 16, State 0, Line 1
Introducing FOREIGN KEY constraint 'FK_BugComment_Bug' on table 'BugComment' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.

(1 row(s) affected)
Adding foreign keys to [dbo].[UserRoles]
Msg 4902, Level 16, State 1, Line 1
Cannot alter table 'dbo.UserRoles' because this table does not exist in database 'bugnet'.

(1 row(s) affected)
Adding foreign keys to [dbo].[ProjectCustomFields]
Msg 1785, Level 16, State 0, Line 1
Introducing FOREIGN KEY constraint 'FK_ProjectCustomFields_Project' on table 'ProjectCustomFields' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.

(1 row(s) affected)
Adding foreign keys to [dbo].[BugNotification]
Msg 1785, Level 16, State 0, Line 1
Introducing FOREIGN KEY constraint 'FK_BugNotification_Bug' on table 'BugNotification' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.

(1 row(s) affected)
Adding foreign keys to [dbo].[RelatedBug]
Msg 1785, Level 16, State 0, Line 1
Introducing FOREIGN KEY constraint 'FK_RelatedBug_Bug' on table 'RelatedBug' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.

(1 row(s) affected)
Adding foreign keys to [dbo].[ProjectCustomFieldValues]
Msg 1785, Level 16, State 0, Line 1
Introducing FOREIGN KEY constraint 'FK_ProjectCustomFieldValues_Bug' on table 'ProjectCustomFieldValues' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.

(1 row(s) affected)
Adding foreign keys to [dbo].[BugHistory]
Msg 1785, Level 16, State 0, Line 1
Introducing FOREIGN KEY constraint 'FK_BugHistory_Bug' on table 'BugHistory' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
Msg 1750, Level 16, State 0, Line 1
Could not create constraint. See previous errors.

(1 row(s) affected)
Adding foreign keys to [dbo].[Roles]
Msg 4902, Level 16, State 1, Line 1
Cannot alter table 'dbo.Roles' because this table does not exist in database 'bugnet'.

(1 row(s) affected)
Migrating Adding Roles for Existing Projects
Msg 2812, Level 16, State 62, Line 1
Could not find stored procedure 'BugNet_Role_CreateNewRole'.
Msg 2812, Level 16, State 62, Line 15
Could not find stored procedure 'BugNet_Role_CreateNewRole'.

(1 row(s) affected)
Adding permissions for roles
Msg 208, Level 16, State 1, Line 8
Invalid object name 'Roles'.

(1 row(s) affected)
Updating Host Settings

(1 row(s) affected)
Adding Administrator to Super Users Role
Msg 2812, Level 16, State 62, Line 2
Could not find stored procedure 'dbo.BugNet_Role_AddUserToRole'.
Msg 3903, Level 16, State 1, Line 1
The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION.
 
New Post 4/5/2007 5:51 PM
User is offline adwb
7 posts
No Ranking


Re: .7 beta to .7.820 
Sorry about the duplicate postings. If I could delete them I would.
 
New Post 4/5/2007 6:01 PM
User is offline admin
641 posts
bugnetproject.com
1st Level Poster




Re: .7 beta to .7.820 
If you didn't roll back your database before you tried again I would say that is the cause.

If you did start with a fresh database again it looks like you have an orphaned componentid in the bug table that doesn't exist in the component table.

Davin Dubeau
BugNET - Core Developer

 
New Post 4/5/2007 6:22 PM
User is offline adwb
7 posts
No Ranking


Re: .7 beta to .7.820 
I tried restoring my original 0.7b database and removing that block you mentioned earlier from the upgrade script. Now I'm getting this error on Install.aspx: http://rafb.net/p/MneBWl52.html
 
Previous Previous
 
Next Next
  Forum  Support  Upgrading probl...  .7 beta to .7.820

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.