[BlueOnyx:26969] Summary of Disk Usage Error
Felipe Ramirez
framirez at xnet.mx
Fri May 10 14:55:11 -05 2024
Hello, whenever we try to open the Usage Information -> Disk section on Server Management, the page returns:
“Internal Server Error”
“The server encountered an internal error and was unable to complete your request. “
Enabling the debug mode it returns the following:
TypeError
Unsupported operand types: string / int
/usr/sausalito/ui/chorizo/ci4/Modules/Base/Disk/Controllers/ServerDiskUsage.php at line 1034
1027 }
1028 // and lookup the usage info
1029 $used = $site_info[1];
1030 $quota = $site_info[2];
1031 $used_orig = $site_info[1];
1032 $quota_orig = $site_info[2];
1033
1034 $used = sprintf("%.2f", $used / 1024); // convert into megs <-<-<-<-<-<-<-
1035 $quota = sprintf("%.2f", $quota / 1024); // convert into megs
1036
1037 $total = $quota;
1038 // Prevent possible 'division by zero':
1039 if ($quota == "0") {
1040 $quota = $unlimited;
1041 }
Could you please help us to fix this?
Thanks!
Felipe Ramírez
Soporte Técnico
Epsilon Soft S de RLMI , Xnet-IT LLC
Inteligencia | Rectitud | Prudencia | Creatividad
Intelligence | Rectitude | Prudence | Creativity
审慎 | 正直 | 智力|创造力
Soporte hoteleria: (01) 800 099 1000
Tel +52 614 414 9270 ext 117
Email: <mailto:framirez at xnet.com.mx> framirez at xnet.com.mx
Privada de Teofilo Borunda 102
Chihuahua, Chihuahua, MX 31203
Col San Felipe Viejo
www.xnet.com.mx
<https://www.facebook.com/> <https://twitter.com/>
--
Este correo electrónico ha sido analizado en busca de virus por el software antivirus de Avast.
www.avast.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20240510/1b66f409/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 2143 bytes
Desc: not available
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20240510/1b66f409/attachment.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 699 bytes
Desc: not available
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20240510/1b66f409/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 1189 bytes
Desc: not available
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20240510/1b66f409/attachment-0001.png>
More information about the Blueonyx
mailing list