Clean Install - No Editors Appear or Work!

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
11/10/2009 4:47:48 PM
Gravatar
Total Posts 8

Clean Install - No Editors Appear or Work!

Just did a clean install.  Wiped an existing site completely, deleted db, and re-installed latest version.

It defaulted to the TinyMCE editor.  When editing, the editor does not appear just see the textarea.

When change it to FCKEditor and try to edit, see blank and js errors starting with: FCKBrowserInfo is undefined then additional errors.

What am I missing?

Thanks :)

 

11/10/2009 4:50:22 PM
Gravatar
Total Posts 8

Re: Clean Install - No Editors Appear or Work!

Not sure that this is related, but just checked site logs and it looks like some stored procedures may be missing?

Thx

2009-11-10 16:28:36,515 ERROR mojoPortal.Web.BannedIPBlockingHttpModule - handled exception:

System.InvalidOperationException: The stored procedure 'mp_BannedIPAddresses_Exists' doesn't exist.

at System.Data.SqlClient.SqlCommand.DeriveParameters()

at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command)

at mojoPortal.Data.SqlHelperParameterCache.DiscoverSPParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter)

at mojoPortal.Data.SqlHelperParameterCache.GetSPParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter)

at mojoPortal.Data.SqlHelperParameterCache.GetSPParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter)

at mojoPortal.Data.SqlParameterHelper.InitializeArray()

at mojoPortal.Data.SqlParameterHelper.Initialize(String pConnectionInfo, String pCommandText, CommandType pCmdType, Int32 pParamCnt)

at mojoPortal.Data.DBBannedIP.IsBanned(String ipAddress)

at mojoPortal.Business.BannedIPAddress.IsBanned(String ipAddress)

at mojoPortal.Web.BannedIPBlockingHttpModule.BeginRequest(Object sender, EventArgs e)

2009-11-10 16:28:36,625 ERROR mojoPortal.Business.WebHelpers.CacheHelper - Error trying to obtain siteSettings

System.InvalidOperationException: The stored procedure 'mp_Sites_SelectOneByHost' doesn't exist.

at System.Data.SqlClient.SqlCommand.DeriveParameters()

at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command)

at mojoPortal.Data.SqlHelperParameterCache.DiscoverSPParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter)

at mojoPortal.Data.SqlHelperParameterCache.GetSPParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter)

at mojoPortal.Data.SqlHelperParameterCache.GetSPParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter)

at mojoPortal.Data.SqlParameterHelper.InitializeArray()

at mojoPortal.Data.SqlParameterHelper.Initialize(String pConnectionInfo, String pCommandText, CommandType pCmdType, Int32 pParamCnt)

at mojoPortal.Data.DBSiteSettings.GetSite(String hostName)

at mojoPortal.Business.SiteSettings.GetSiteSettings(String hostName)

at mojoPortal.Business.SiteSettings..ctor(String hostName)

at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()

2009-11-10 16:28:36,625 ERROR mojoPortal.Web.UrlRewriter - System.NullReferenceException: Object reference not set to an instance of an object.

at mojoPortal.Web.UrlRewriter.GetRedirectUrl(String targetUrl)

at mojoPortal.Web.UrlRewriter.RewriteUrl(HttpApplication app)

2009-11-10 16:28:36,640 ERROR mojoPortal.Business.WebHelpers.CacheHelper - Error trying to obtain siteSettings

System.InvalidOperationException: The stored procedure 'mp_Sites_SelectOneByHost' doesn't exist.

at System.Data.SqlClient.SqlCommand.DeriveParameters()

at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command)

at mojoPortal.Data.SqlHelperParameterCache.DiscoverSPParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter)

at mojoPortal.Data.SqlHelperParameterCache.GetSPParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter)

at mojoPortal.Data.SqlHelperParameterCache.GetSPParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter)

at mojoPortal.Data.SqlParameterHelper.InitializeArray()

at mojoPortal.Data.SqlParameterHelper.Initialize(String pConnectionInfo, String pCommandText, CommandType pCmdType, Int32 pParamCnt)

at mojoPortal.Data.DBSiteSettings.GetSite(String hostName)

at mojoPortal.Business.SiteSettings.GetSiteSettings(String hostName)

at mojoPortal.Business.SiteSettings..ctor(String hostName)

at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()

2009-11-10 16:28:46,312 INFO mojoPortal.Business.SiteSettings - SiteSettings expandoProperties was null so nothing was saved

2009-11-10 16:43:06,500 INFO mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread

11/11/2009 8:56:25 AM
Gravatar
Total Posts 18439

Re: Clean Install - No Editors Appear or Work!

Hi,

Either you did not upload all the files or you kept your old Web.config file. It does not find the javascript for the editors so either the scripts are missing from beneath /ClientScript folder or the config settings are pointing to the incorrect location to find the scripts.

The errors in your log are normal for a new installation because until you run the setup page the database is empty and those tables and procedures do not exist.

fyi, I just made a new release of mojoPortal version 2.3.2.9.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.