<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:PMingLiU;
        panose-1:2 2 5 0 0 0 0 0 0 0;}
@font-face
        {font-family:"MS Gothic";
        panose-1:2 11 6 9 7 2 5 8 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@PMingLiU";
        panose-1:2 1 6 1 0 1 1 1 1 1;}
@font-face
        {font-family:"Microsoft JhengHei";
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@Microsoft JhengHei";}
@font-face
        {font-family:"\@MS Gothic";
        panose-1:2 11 6 9 7 2 5 8 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=ES-MX link="#0563C1" vlink="#954F72" style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>Hello, whenever we try to open the CalDAV/CardDAV section on Personal Profile, the page returns:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>“Internal Server Error”<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>“The server encountered an internal error and was unable to complete your request. “<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>Enabling the debug mode it returns the following: <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>ErrorException<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>Undefined variable $addy_entry<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>/usr/sausalito/ui/chorizo/ci4/Modules/Base/Organizer/Controllers/PersonalOrganizer.php at line 421<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>//<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>415 <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>416             if (is_array($calendars)) {<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>417 <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>418                 foreach ($calendars as $dir => $cal_entry) {<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>419                     if ((isset($cal_entry['D:displayname'])) && (isset($cal_entry['C:calendar-description']))) {<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>420                         $label = $factory->getLabel($cal_entry['D:displayname']);<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>421                         $label->setLabel($addy_entry['D:displayname']);<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>422                         $label->setDescription($cal_entry['C:calendar-description']);<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>423                         $label->setStyleTarget("labelLabel");<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>424                         $CalList[0][$num_Cals] = $label->toHtml();<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>425                     }<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>426                     elseif ((isset($cal_entry['D:displayname'])) && (!isset($cal_entry['CR:calendar-description']))) {<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>427                         $label = $factory->getLabel($cal_entry['D:displayname']);<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>428                         $label->setLabel($addy_entry['D:displayname']);<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>What should we do to fix this? <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:12.0pt'>Thanks!<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=1819 style='width:1364.55pt;border-collapse:collapse'><tr style='height:51.65pt'><td width=178 valign=top style='width:133.8pt;border:none;border-right:solid windowtext 1.0pt;padding:0cm 5.4pt 0cm 5.4pt;height:51.65pt'><p class=MsoNormal><span lang=ES style='font-size:9.0pt'><img width=133 height=43 style='width:1.3854in;height:.4479in' id="Imagen_x0020_1" src="cid:image001.jpg@01DA97E5.78DE9910"></span><span lang=ES style='font-size:9.0pt'><o:p></o:p></span></p></td><td width=1641 valign=top style='width:1230.75pt;padding:0cm 5.4pt 0cm 5.4pt;height:51.65pt'><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Arial",sans-serif;color:#2F5496'>Felipe Ramírez<br></span></b><span lang=EN-US style='font-size:8.0pt;font-family:"Arial",sans-serif'>Epsilon Soft S de RLMI , Xnet-IT LLC<o:p></o:p></span></p><p class=MsoNormal><span lang=ES style='font-size:8.0pt;font-family:"Arial",sans-serif'>Inteligencia | Rectitud | Prudencia | Creatividad<br>Intelligence | Rectitude | Prudence | Creativity<o:p></o:p></span></p><p class=MsoNormal><span lang=ZH-TW style='font-size:8.0pt;font-family:"Microsoft JhengHei",sans-serif'>审慎</span><span lang=ES style='font-size:8.0pt;font-family:"Arial",sans-serif'> | </span><span lang=ZH-TW style='font-size:8.0pt;font-family:"MS Gothic"'>正直</span><span lang=ES style='font-size:8.0pt;font-family:"Arial",sans-serif'> | </span><span lang=ZH-TW style='font-size:8.0pt;font-family:"MS Gothic"'>智力</span><span lang=ES style='font-size:8.0pt;font-family:"MS Gothic"'>|</span><span lang=ZH-TW style='font-size:8.0pt;font-family:"Microsoft JhengHei",sans-serif'>创</span><span lang=ZH-TW style='font-size:8.0pt;font-family:"MS Gothic"'>造力</span><span lang=ES style='font-size:8.0pt;font-family:"Arial",sans-serif'><o:p></o:p></span></p><p class=MsoNormal><span lang=ES style='font-size:4.0pt;font-family:"Arial",sans-serif'><o:p> </o:p></span></p><p class=MsoNormal><b><span lang=ES style='font-size:8.0pt;font-family:"Arial",sans-serif;color:#2F5496'>Soporte hoteleria</span></b><span lang=ES style='font-size:8.0pt;font-family:"Arial",sans-serif;color:#2F5496'>: </span><span lang=ES style='font-size:8.0pt;font-family:"Arial",sans-serif'>(01) 800 099 1000<span style='color:#2F5496'><o:p></o:p></span></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:8.0pt;font-family:"Arial",sans-serif;color:#2F5496'>Tel</span></b><span lang=EN-US style='font-size:8.0pt;font-family:"Arial",sans-serif;color:#2F5496'> </span><span lang=EN-US style='font-size:8.0pt;font-family:"Arial",sans-serif'>+52 614 414 9270 ext 117<br><b><span style='color:#2F5496'>Email</span></b><span style='color:#2F5496'>: </span></span><span style='font-size:8.0pt'><a href="mailto:framirez@xnet.com.mx"><span lang=EN-US>framirez</span><span lang=EN-US style='font-family:"Arial",sans-serif'>@xnet.com.mx</span></a></span><span lang=EN-US style='font-size:8.0pt;font-family:"Arial",sans-serif'><o:p></o:p></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:4.0pt;font-family:"Arial",sans-serif;color:#5B9BD5'><o:p> </o:p></span></b></p><p class=MsoNormal><span style='font-size:8.0pt;font-family:"Arial",sans-serif;color:#2F5496'>Privada de Teofilo Borunda 102<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:8.0pt;font-family:"Arial",sans-serif;color:#2F5496'>Chihuahua, Chihuahua, MX 31203<br>Col San Felipe Viejo<o:p></o:p></span></p><p class=MsoNormal><b><span style='font-size:4.0pt;font-family:"Arial",sans-serif;color:#2F5496'><o:p> </o:p></span></b></p><p class=MsoNormal><b><span style='font-size:8.0pt;font-family:"Arial",sans-serif;color:#2F5496'><a href="www.xnet.com.mx">www.xnet.com.mx</a><o:p></o:p></span></b></p><p class=MsoNormal><span style='font-size:4.0pt'><o:p> </o:p></span></p><p class=MsoNormal><a href="https://www.facebook.com/"><span lang=ES style='font-size:12.0pt;color:windowtext;text-decoration:none'><img border=0 width=33 height=33 style='width:.3437in;height:.3437in' id="Imagen_x0020_49" src="cid:image002.png@01DA97E5.78DE9910" alt="Título: Facebook - Descripción: Icono de Facebook"></span></a><a href="https://twitter.com/"><span lang=ES style='font-size:12.0pt;color:windowtext;text-decoration:none'><img border=0 width=33 height=33 style='width:.3437in;height:.3437in' id="Imagen_x0020_47" src="cid:image003.png@01DA97E5.78DE9910" alt="Título: Twitter - Descripción: Icono de Twitter"></span></a><span lang=ES style='font-size:4.0pt'><o:p></o:p></span></p><p class=MsoNormal><span lang=ES style='font-size:8.0pt'><o:p> </o:p></span></p></td></tr></table><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div><div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br /><table style="border-top: 1px solid #D3D4DE;"><tr><td style="width: 55px; padding-top: 13px;"><a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank"><img src="https://s-install.avcdn.net/ipm/preview/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif" alt="" width="46" height="29" style="width: 46px; height: 29px;"/></a></td><td style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">Libre de virus.<a href="https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank" style="color: #4453ea;">www.avast.com</a></td></tr></table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body></html>