We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • I have not been able reduce this error. Have you tried this on any other server? And this is not on a public machine that you could provide me with access.
      Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
      Visit CharlesMx.com for latest news and status updates.
    • Just wanted to checking and see if this is still persistent?
        Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
        Visit CharlesMx.com for latest news and status updates.
        • 38401
        • 15 Posts
        I finally combined the DisplayType: List with jQuery "FullCalendar" and the result is fine.
        Thank you anyway for your extra which is very useful to me.
          • 42063
          • 2 Posts
          Indeed there is a problem with the context. I'm in the System Settings modx set property locale = ru_RU.UTF-8

          As I understand it the main problems arise in terms of the strftime and the array $ dowMatch = array ('Mon' => 1, 'Tue' => 2, 'Wed' => 3, 'Thu' => 4, 'Fri' => 5 , 'Sat' => 6, 'Sun' => 7);

          also encounter the following problem reflected calendar
          <td id="dom-Среда07" class="noEvents">
          • @seever

            What is your current version? They have been moved into individual lexicon entries several releases ago, which should help you resolve your issue.

            Then for the rendering update the chunk for the tplDay chunk remove the placeholder dayOfMonthID.

            Cheers
              Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
              Visit CharlesMx.com for latest news and status updates.
              • 42063
              • 2 Posts
              Quote from: charless at Nov 13, 2012, 12:01 PM
              @seever

              What is your current version? They have been moved into individual lexicon entries several releases ago, which should help you resolve your issue.

              Cheers

              version mxcalendars-1.1.6

              file core/components/mxcalendars/model/mxcalendars/mxcalendars.class.php line 10
              private $dowMatch = array('Mon'=>1,'Tue'=>2,'Wed'=>3,'Thu'=>4,'Fri'=>5,'Sat'=>6,'Sun'=>7); 

              replaced by
              private $dowMatch = array('Mon'=>1,'Tue'=>2,'Wed'=>3,'Thu'=>4,'Fri'=>5,'Sat'=>6,'Sun'=>7,'Пнд'=>1,'Втр'=>2,'Срд'=>3,'Чтв'=>4,'Птн'=>5,'Сбт'=>6,'Вск'=>7);

              and calendar started working properly again, but reflects the active date in the next year this month

              also have a problem with creating recurring events - an error is generated [ed. note: seever last edited this post 11 years, 5 months ago.]
              • apologies, I have a new release of the calendar coming out soon that completely gets rid of that issue regardless of regional settings. Let me know if it's urgent and I can update your local version.

                Cheers
                  Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
                  Visit CharlesMx.com for latest news and status updates.
                  • Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
                    Visit CharlesMx.com for latest news and status updates.