Author Topic: Event not show in Overview tab if created in Calendar  (Read 2521 times)

maica1999

  • Newbie
  • *
  • Posts: 5
    • View Profile
Event not show in Overview tab if created in Calendar
« on: April 05, 2011, 07:47:53 am »
Hi all. I have a straight issue that an event created in Calendar tab will not show in Overview tab but the event created in Overview tab is shown fine in both tab. I have checked all the forum but can not find any solution to resolve this problem. Do you have any suggestion?

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: Event not show in Overview tab if created in Calendar
« Reply #1 on: April 11, 2011, 11:58:54 am »
Hello, which Feng Office version are you running? Because I cannot reproduce such problem. It this seems to be a usability misunderstanding, or you may have another problem. Have you checked your logs for further details?

Best regards,
Francisco
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: Event not show in Overview tab if created in Calendar
« Reply #2 on: April 18, 2011, 11:45:30 am »
Those errors in the log seem to have nothing to do with this particular issue. Do you have the mb_string module running in your server? Otherwise I am not able to see where the problem might be at.

Best regards,
Francisco
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

maica1999

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Event not show in Overview tab if created in Calendar
« Reply #3 on: April 19, 2011, 11:03:03 am »
My php.ini has a row "extension=php_mbstring.dll" and phpinfo() menu in Xampp control page show that mbstring - multibyte support is enable as follow:

---------------
mbstring
Multibyte Support  enabled 
Multibyte string engine  libmbfl 
HTTP input encoding translation  disabled 

mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.

Multibyte (japanese) regex support  enabled 
Multibyte regex (oniguruma) version  4.7.1 

Directive Local Value Master Value
mbstring.detect_order no value no value
mbstring.encoding_translation Off Off
mbstring.func_overload 0 0
mbstring.http_input pass pass
mbstring.http_output pass pass
mbstring.http_output_conv_mimetypes ^(text/|application/xhtml\+xml) ^(text/|application/xhtml\+xml)
mbstring.internal_encoding no value no value
mbstring.language neutral neutral
mbstring.strict_detection Off Off
mbstring.substitute_character no value no value
------------

Is this mbstring same as mb_string module that you mentioned? Thanks.

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: Event not show in Overview tab if created in Calendar
« Reply #4 on: April 19, 2011, 11:41:20 am »
Yup, it is. Are you sure it is not a usability comprehension issue more than a problem itself?

Best regards,
Francisco

Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

maica1999

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Event not show in Overview tab if created in Calendar
« Reply #5 on: April 20, 2011, 04:51:55 am »
Changed the mbstring configuration as below:

mbstring
Multibyte Support  enabled 
Multibyte string engine  libmbfl 
HTTP input encoding translation  enabled 

mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.

Multibyte (japanese) regex support  enabled 
Multibyte regex (oniguruma) version  4.7.1 

Directive Local Value Master Value
mbstring.detect_order auto auto
mbstring.encoding_translation On On
mbstring.func_overload 0 0
mbstring.http_input auto auto
mbstring.http_output auto auto
mbstring.http_output_conv_mimetypes ^(text/|application/xhtml\+xml) ^(text/|application/xhtml\+xml)
mbstring.internal_encoding UTF-8 UTF-8
mbstring.language Neutral Neutral
mbstring.strict_detection Off Off
mbstring.substitute_character no value no value

and the good thing is Events created after the configuration changed show well in both Overview tab and Calendar.

Events created before the configuration still do not show in Overview tab, even after I open & save them again.

Anyway my problem is solved. Thanks for your support.

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: Event not show in Overview tab if created in Calendar
« Reply #6 on: April 20, 2011, 11:01:39 am »
Glad it is working now.
All right, thanks for sharing what you have done to solve this issue. In case someone else experiments this issue, they will now have a good feedback

Best regards,
Francisco
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!