blog and fkeditor errors

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.

This is the place to report bugs and get support

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.
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.
This thread is closed to new posts. You must sign in to post in the forums.
8/21/2009 2:13:42 PM
Gravatar
Total Posts 26

blog and fkeditor errors

SO : WIN XP SP3
DB :POSTGRE VERSION 8.4  

MOJOPORTAL  : 2.3.1.3

hi people,

fkeditor :I'm using mojoPortal for my site, but
when I use the fkeditor, always giving an error,
the text is not being added on the page.

blog: when I'm using and I'll edit it is showing that error in the time that I make to load the settings, as the title and url
 

Erro de Servidor no Aplicativo '/mojoportal'.

A seqüência não foi reconhecida como um DateTime válido. Há uma palavra desconhecida iniciando o índice 5.

Descrição: Ocorreu uma exceção não tratada durante a execução da atual solicitação da Web. Examine o rastreamento de pilha para obter mais informações sobre o erro e onde foi originado no código.

Detalhes da Exceção: System.FormatException: A seqüência não foi reconhecida como um DateTime válido. Há uma palavra desconhecida iniciando o índice 5.

Erro de Origem:

Exceção não tratada foi gerada durante a execução da atual solicitação da Web. As informações relacionadas à origem e ao local da exceção podem ser identificadas usando-se o rastreamento de pilha de exceção abaixo.
Rastreamento de Pilha:

[FormatException: A seqüência não foi reconhecida como um DateTime válido. Há uma palavra desconhecida iniciando o índice 5.]
   System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) +2835862
   mojoPortal.Web.BlogUI.BlogEdit.btnUpdate_Click(Object sender, EventArgs e) +646
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +175
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565


Informações sobre a Versão: Microsoft .NET Framework Versão:2.0.50727.3082; Versão do ASP.NET:2.0.50727.3082
8/24/2009 3:30:30 PM
Gravatar
Total Posts 18439

Re: blog and fkeditor errors

Hi,

It does not appear to be related to FCKeditor. The error looks like it is failing to parse a datetime from a string, like for the start date of the post. Most likely it is a localization issue.

Are you focring a particular culture in your config settings?

Do you have your browser language preference set to something other than English? If so what language?

I suspect that whatever the string in the DatePicker for the start date it is not able to convert it to a datetime object.

Hope it helps,

Joe

8/27/2009 11:56:06 AM
Gravatar
Total Posts 26

Re: blog and fkeditor errors

Hi Joe,

 

My language is Portuguese(Brazil), and have changed all the settings to English, and the error still persists, have also modified it in the file, and not getting results.

 

I did the upgrade to the new release of mojo portal version 2.3.1.5, and the problems still persist, the blog continues to give the error datetime and texts are not cast into the html of the page.

 

Helped please.

8/27/2009 2:55:58 PM
Gravatar
Total Posts 18439

Re: blog and fkeditor errors

I'm sorry but I cannot reproduce this error when I test the blog using pgsql. Even when I change my browser language to pt-BR it works fine for me.

Best,

Joe

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