<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<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:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><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;}
span.EstiloCorreo17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@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 Usage Information -> Disk section on Server Management, 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>TypeError<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Unsupported operand types: string / int<o:p></o:p></span></p><p><b><span lang=EN-US>/usr/sausalito/ui/chorizo/ci4/Modules/Base/Disk/Controllers/ServerDiskUsage.php</span></b><span lang=EN-US> at line <b>1034</b><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>1027                 }<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1028                 // and lookup the usage info<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1029                 $used = $site_info[1];<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1030                 $quota = $site_info[2];<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1031                 $used_orig = $site_info[1];<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1032                 $quota_orig = $site_info[2];<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1033 <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1034                 $used = sprintf("%.2f", $used / 1024); // convert into megs  <-<-<-<-<-<-<-<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1035                 $quota = sprintf("%.2f", $quota / 1024); // convert into megs<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1036 <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1037                 $total = $quota;<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1038                 // Prevent possible 'division by zero':<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1039                 if ($quota == "0") {<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1040                     $quota = $unlimited;<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>1041                 }   <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>Could you please help us to fix this?<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>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><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@01DAA2E1.ACE6D040"><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 style='font-size:10.0pt;font-family:"Arial",sans-serif;color:#2F5496'>Felipe Ramírez<o:p></o:p></span></b></p><p class=MsoNormal><b><span style='font-size:9.0pt;font-family:"Arial",sans-serif;color:#2F5496'>Soporte Técnico</span></b><b><span style='font-size:10.0pt;font-family:"Arial",sans-serif;color:#2F5496'> <br></span></b><span 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 style='color:#0563C1'>framirez</span><span lang=EN-US style='font-family:"Arial",sans-serif;color:#0563C1'>@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"><span style='color:#0563C1'>www.xnet.com.mx</span></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@01DAA2E1.ACE6D040" 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@01DAA2E1.ACE6D040" 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>