Can you check the error log (in logs\flexwiki.log) to see if something a bit
more detailed got recorded there? Although it's not possible to catch and
log absolutely every error, the logfile is meant to be helpful in hosted
scenarios such as yours. With luck, the real error is in there. 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Fred
Dalgleish
Sent: Thursday, June 21, 2007 1:02 PM
To: 'FlexWiki Users Mailing List'
Subject: [Flexwiki-users] Another unidentifiable error.

 

We are running on a public host, version .053. 

 

I add a namespace with this information:

 

 


Namespace:

[          ]

        
Name for the namespace

        
Namespace can not be blank


ConnectionString:

[          ]

        
ConnectionString to the database. Format: Data Source=[Sql Server Machine
Name];Initial Catalog=FlexwikiSqlStore;Integrated Security=true;


Contact:

[          ]

        
eMail address for contact for this namespace


Title:

[          ]

        
A short title for this namespace


Description:

[          ]

        
A description for the namespace (use Wiki formatting)

 

When I click [Create], I get:

 

  


Server Error in '/' Application. 



  _____  



Runtime Error 


Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine. 

Details: To enable the details of this specific error message to be viewable
on remote machines, please create a <customErrors> tag within a "web.config"
configuration file located in the root directory of the current web
application. This <customErrors> tag should then have its "mode" attribute
set to "Off".


<!-- Web.Config Configuration File -->
 
<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom
error page by modifying the "defaultRedirect" attribute of the application's
<customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->
 
<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

 

Any suggestions as to what I should do here?

 

Fred

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to