When looking at the web quota screen on the sites menu I'm gettting this: Has anyone else encurred this? I don't remember ever seeing it before - but equally I don't remember using the module before.
I'm using 3.0.3.2. I'm wondering if this is something to do with the addition recently of a vsphere virtual server as a slave?
Thanks, sorry for the delay, been on vacation. This is line 49 PHP: $rec['used'] = round($rec['used'] / 1024,2).' MB';
Looks ok. I guess $rec['used'] has a non-numeric value for some reason. Can you add a PHP: die($rec['used']); before line 49 and call the page in a browser again? What is the output?
OK Just to confirm, line 49 and either side looks like this: This is the output from the control panel: