This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
latest mojo. MSSQL 2008 and windows 7
The following error shows up when I setup a new database. I checked the database and it does not have a table for"dbo.mp_blogs"
Running script blog - 0.0.0.3 - 00:00:07.2563615
System.Data.SqlClient.SqlException: Cannot find the object "dbo.mp_Blogs" because it does not exist or you do not have permissions. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at mojoPortal.Data.SqlHelper.ExecuteNonQuery(SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters) in D:\mojo\SourceCode\mojoPortal.Data.MSSQL\SQLHelper.cs:line 448 at
Are you working from svn? If so please try svn update and rebuild and visit setup.
Also I just released mojoPortal 2.3.2.9 and it does not throw this error on a clean install.
Best,
Joe