Author Topic: [fire!!] motn view error  (Read 6217 times)

baram204

  • Newbie
  • *
  • Posts: 19
    • View Profile
[fire!!] motn view error
« on: March 14, 2009, 05:20:51 am »
i was tanslating..
and.. in calendar mode..
i clicked the month icon..
and follwing error happened..
i use fire fox 3 and has latest flash player

another workspaces is clean. have no error like that..
and change view  icon worked well

login - logout and nothing works for that error

and. i create new one, then move(reassign) every tasks and events to new one

after that the new one shows the same calendar error screen

so...  i can't help clicking fire button to suicide mine...

it makes me so stressfull... for making every tasks and events again..

why that happened to me...  i can't understand..

hope this will not happen other user...

uhm... last thing i've done.. is... assign time to task...

i think... there's conflicts between events time range and tasks time ragnge..

whatever it is... i really want.. this will not happen again..


« Last Edit: March 14, 2009, 11:31:02 pm by baram204 »

baram204

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: [fire!!] motn view error
« Reply #1 on: March 14, 2009, 11:55:54 pm »
hi... i remove all tasks...

and calendar just ok...

and... i add new tasks in korean... calendar wrong again..

i edit  title in english... calenar just fine..

is there any solution using this application in stable for non-english user??

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: [fire!!] motn view error
« Reply #2 on: March 16, 2009, 10:03:59 am »
I'll have a look at this. I think I have an idea of what the error is.

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: [fire!!] motn view error
« Reply #3 on: March 16, 2009, 11:01:27 am »
Try changing line 257 of 'application/views/event/calendar.php' from:
Code: [Select]
<?php echo (strlen($subject) < 15 $subject substr($subject014).'...')?>
to:
Code: [Select]
<?php echo (strlen_utf($subject) < 15 $subject substr_utf($subject014).'...')?>
You need to have the PHP extension 'mbstring' to handle non-english languages correctly.

The problem is that when using the substr function on a multi byte character string, if a wrong string length is given, it may cut the string in the middle of a character and, for some reason that I ignore, this causes PHP (or Apache or something else) to stop sending the rest of the page. Instead of gracefully recovering of the problem by changing the invalid character for something else, it just dies.

baram204

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: [fire!!] motn view error
« Reply #4 on: March 17, 2009, 02:33:53 am »
 ;D

baram204

  • Newbie
  • *
  • Posts: 19
    • View Profile
Re: [fire!!] motn view error
« Reply #5 on: March 17, 2009, 03:16:01 am »
in 1680x1050

uper side of calendar area so big

i attached catured screen.