Close

Profile: n!cebag

Avatar

User posts

Bugs
9 years ago

I'm having an issue with the JCarousel. We purchased the Tiffany Theme with its standard plug-ins. Whenever we activate the carousel we are unable to get to our site or admin console. We get this error:

Server Error in '/' Application.

Invalid object name 'dbo.SS_JC_JCarousel'.

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 'dbo.SS_JC_JCarousel'.

Source Error: 
Line 3:  @foreach (var widget in Model)
Line 4:  {
Line 5:      @Html.Action(widget.ActionName, widget.ControllerName, widget.RouteValues)
Line 6:  }