/setup/default.aspx stays empty

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.
8/1/2007 3:06:35 PM
Gravatar
Total Posts 9

/setup/default.aspx stays empty

Hello,

 

I downloaded the 'mojoportal-2-2-3-3-b-firebirdreleasefiles' zip-file. After extracting, creating the database by using the 3 scripts, I created a new virtual folder with IIS, pointing to the right dir. After that I adjusted all the rights for the dir.

Now, when I start the default page, it navigates automatically from default to /setup/default.aspx, but this page stays empty. No warning, nothing, does anybody knows what this means?

I used Ultidev cassini after this which has the same problem, /setup/default.aspx stays empty

Kind regards,

Bert

 

8/1/2007 3:29:39 PM
Gravatar
Total Posts 18439

Re: /setup/default.aspx stays empty

Hi Bert,

Look in the Web.config file and make sure both ShowConnectionErrorOnSetup and ShowHistoryOnUpgradePage are set to true and perhaps it will give a message.

Also look in the db in the MP_SCHEMASCRIPTHISTORY table and see if there are any error messages there, if so let me know the message and I may be able to help.

Thanks,

Joe

8/1/2007 3:39:25 PM
Gravatar
Total Posts 9

Re: /setup/default.aspx stays empty

Hi Joe,

Both settings are on:

<add key="ShowConnectionErrorOnSetup" value="true" />
<add key="ShowHistoryOnUpgradePage" value="true" />

but no warning appears. Probably It's something in the database, because all three scripts where executed correctly according to IBexpert, but they all have 'erroroccurred' = 1.

No messages  in the errormessage field.

 

Bert

8/1/2007 4:14:08 PM
Gravatar
Total Posts 18439

Re: /setup/default.aspx stays empty

Ok, I think I know what happened, though not sure why it didn't happen on my system in testing. If its what I think then it will be easy to fix.

Look in the table MP_SCHEMAVERSION.

If it already has a row in there update it to Major 2, Minor 2, Build 3, Revision 3

If there is no row add one with ApplicationID = 077e4857-f583-488e-836e-34a4b04be855 and the other fields as specified above.

Let me know if that fixes it.

Thanks,

Joe

8/1/2007 4:15:17 PM
Gravatar
Total Posts 18439

Re: /setup/default.aspx stays empty

If the above doesn't help, try looking in the error log for clues, its located at siteroot/Data/currentlog.config

Joe

8/2/2007 1:22:45 PM
Gravatar
Total Posts 9

Re: /setup/default.aspx stays empty

Hi Joe,

The record in the MP_SCHEMAVERSION was exactly as you specified (major, minor etc.). The ApplicationID string is also correctly.

I took a look at the currentlog.config file and it contains the below mentioned errors.

Is 'no sites found or couldn't connect to db' caused by the fact that it did not yet complete some process initiated by setup/default.aspx? Or does it mean it can't find the database?

I tried C:\mojoportal.fdb and also mojoportal (the defined alias), however no difference. My firebird dotnet provider works correctly, because I can connect to it/see al tables by an other .net tool making use of the firebird dotnet provider:

"data source=localhost;Database=C:\MOJOPORTAL.FDB;user id=SYSDBA;password=masterkey"

If the database connection isn't the problem maybe the 'Token unknown - line 1, char 76' tells something more?

Kind regards,

Bert

 

2007-08-02 20:04:34,671 [1432] ERROR mojoPortal.Web.Global [(null)] - no sites found or couldn't connect to db
2007-08-02 20:04:36,140 [1432] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:36,796 [1432] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,000 [1300] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,171 [1432] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,203 [1432] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,203 [1300] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,218 [1300] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,234 [1300] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,250 [1300] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,265 [1432] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,265 [1432] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,296 [1300] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,312 [1432] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,312 [1300] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,312 [1432] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,343 [1300] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2007-08-02 20:04:37,343 [1432] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - Error trying to obtain siteSettings
FirebirdSql.Data.FirebirdClient.FbException: Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1 ---> Dynamic SQL Error
SQL error code = -104
Token unknown - line 1, char 76
1
--- End of inner exception stack trace ---
at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(FbConnection connection, FbTransaction transaction, CommandType commandType, String commandText, FbParameter[] commandParameters, FbConnectionOwnership connectionOwnership)
at mojoPortal.Data.FBSqlHelper.ExecuteReader(String connectionString, String commandText, FbParameter[] commandParameters)
at mojoPortal.Data.dbPortal.SiteSettings_GetSite(String HostName)
at mojoPortal.Business.SiteSettings..ctor(String hostName)
at mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()

8/2/2007 1:46:17 PM
Gravatar
Total Posts 18439

Re: /setup/default.aspx stays empty

Hi Bert,

What version of Firebird are you using? Its normal to get errors until there is data but those token errors sound like invalid sql so it makes me wonder about your db version.

It should handle the errors and take you to the Setup/Default.aspx page where it should show a link to click and create initial site data.

Joe

8/2/2007 1:55:09 PM
Gravatar
Total Posts 9

Re: /setup/default.aspx stays empty

I'm using the combination:

Server Version: WI-V2.0.0.12748 Firebird 2.0

FB .net Provider: 2.0.1.0

Can I determine which query/stored procedure(s) are called, then I can execute them directly?

 

Bert

 

8/2/2007 2:24:19 PM
Gravatar
Total Posts 18439

Re: /setup/default.aspx stays empty

Hi Bert,

In the current implementation stored procedures are only used in places where there are inserts. The rest is using sql statements embedded directly in the code in mojoPortal.Data.dll so the only way to see them is to get the source code and look at the method where the error is happening. In this case, I just looked at the code for dbPortal.SiteSettings_GetSite(String HostName) and I do see an error in the syntax, it was just a typo in the code, a copy paste error.

I think the reason I didn't spot it in my testing is because I have 1 or 2 web.config setting different than yours and its not hitting that code on my machine.

Try setting UseFoldersInsteadOfHostnamesForMultipleSites=true and also AllowMultipleSites=true in Web.config and see if it gets past the error.

Thanks,

Joe

8/2/2007 2:42:47 PM
Gravatar
Total Posts 9

Re: /setup/default.aspx stays empty

Hi Joe,

It's not working, I see about 10 times this message:

2007-08-02 21:38:55,343 [1432] ERROR mojoPortal.Business.WebHelpers.CacheHelper [(null)] - CacheHelper failed to load siteSettings

Bert

 

8/2/2007 2:46:43 PM
Gravatar
Total Posts 18439

Re: /setup/default.aspx stays empty

Yes but that error is expected until a site is created. If the token error is no longer happening then its some progress.

If you nvaigate to siteroot/Setup/Default.aspx do you see any message or a link to create a site?

Joe

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