Warning: session_start(): open(/var/lib/php/sessions/sess_ou6pmjgcrnedgegfjjk840fr8d, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static S n(long l, S name) { ret l + " " + trim(l == 1 ? singular(name) : getPlural(name)); } static S n(Collection l, S name) { ret n(l(l), name); } static S n(Map m, S name) { ret n(l(m), name); } static S n(O[] a, S name) { ret n(l(a), name); } ifclass MultiSet static S n(MultiSet ms, S name) { ret n(l(ms), name); } endif