Registrarse | Entrar
martes, 22 de mayo de 2012
  Buscar
 Foros de discusión en Locopon's Minimizar
 
Forum / ForosForum / ForosDSFCKEditor Pro...DSFCKEditor Pro...FCKEditor Provi...FCKEditor Provi...Problem with HTTP headersProblem with HTTP headers
Anterior Anterior
 
Siguiente Siguiente
New Post
 04/11/2005 07:32 a.m.
 
Locopon wrote
Next release will include an option to set this feature by module.


Sounds good! Other than the above issue the editor is working great. I run a  busy forum and so far nobody is having any problems.
New Post
 04/11/2005 08:25 a.m.
 

I have a similar error whenver opening an instance of the editor:

Method: System.Web.HttpCookieCollection.Add
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: Slee Technik GmbH
UserID: 1
UserName: host
ActiveTabID: 36
ActiveTabName: Home
AbsoluteURL: /Providers/HtmlEditorProviders/DSFCKEditorProvider/DSFCKStyles.aspx
AbsoluteURLReferrer: http://slee.portalfabrik.net/Providers/HtmlEditorProviders/DSFCKEditorProvider/FCK2/editor/fckeditor.html?InstanceName=dnn_ctr373_pnc.Publisher.ContentEdit_txtBody_txtBody&Toolbar=DNNDefault
ExceptionGUID: 21ce32b7-0b27-4720-86d6-f6fa3e83ad9a
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Unhandled Error:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: Server cannot modify cookies after HTTP headers have been sent. at System.Web.HttpCookieCollection.Add(HttpCookie cookie) at Microsoft.ScalableHosting.Security.RoleManagerModule.OnLeave(Object source, EventArgs eventArgs) at System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---

New Post
 08/11/2005 05:49 p.m.
 

proeder

Is your site using a compression HTTP module?

Is it using any custom HTTP module?

New Post
 08/11/2005 10:58 p.m.
 

Indeed, yes. I am running SlipStream from Spohn Software and this module adds a http module to camouflage email links.

But sorry, I dsiabled the http module but the error persists...

New Post
 09/11/2005 06:43 p.m.
 

Reviewing you error:

System.Exception: Unhandled Error: ---> System.Web.HttpException: Server cannot modify cookies after HTTP headers have been sent. at System.Web.HttpCookieCollection.Add(HttpCookie cookie) at Microsoft.ScalableHosting.Security.RoleManagerModule.OnLeave(Object source, EventArgs eventArgs) at System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---

There is something trying to modify your cookies on this request. If you take a look at the code for DSfckStyles.aspx, you will see that it is so simple and there is no access to any cookie.

You error says at System.Web.SyncEventExecutionStep.System.Web.HttpApplication

There are some problems with response.end and response.clear with some modules. Those problems can be resolved, but we must identify the httpmodule first.

Have you tried to run DSfckStyles.aspx directly? if not, maybe it could give you more information.

 

Anterior Anterior
 
Siguiente Siguiente
Forum / ForosForum / ForosDSFCKEditor Pro...DSFCKEditor Pro...FCKEditor Provi...FCKEditor Provi...Problem with HTTP headersProblem with HTTP headers