dubeaud / bugnet

BugNET is an open source issue tracker built with .NET
188 stars 165 forks source link

there are many store procedure missed #209

Open winsonet opened 8 years ago

winsonet commented 8 years ago

I found there are many user control store procedure missed, but after I create all, there is still an error when I create a user:

Server Error in '/' Application.

Invalid object name 'BugNet_UserCustomFields'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'BugNet_UserCustomFields'.

I just download from github

MCHALJJ commented 8 years ago

how did you get past this error ?

winsonet commented 8 years ago

I just download the latest version from github, but if I download from your website, and everything is ok

MCHALJJ commented 8 years ago

i downloaded BugNET-1.5.265-Install zip and everything went smooth but if I install BugNET-1.6.339.0-Install.zip version I get all kinds of grief. Is this the one you are using. if so can you email me the file that you downloaded ?

winsonet commented 8 years ago

I didn't change anythings, I just try to download again, and still there is a same issue, just download from this git version: https://github.com/dubeaud/bugnet

jlechem commented 7 years ago

I've had the same problem and I downloaded the latest version from GitHub

subtata-emfluence commented 7 years ago

Problem still persists with database scripts. When tried to create New user I encountered run time error saying Could not find stored procedure 'BugNet_UserCustomField_GetCustomFields'. Comparing the scripts and database objects told me there are several tables and stored procedures missing. An example of such table is BugNet_UserCustomFields. Looks to me individual scripts have dependencies which needs to be fixed.

Taking winsonet's comment from July 11, does git have the latest version of the project? He mentioned about website link. What is the URL please?