Warning: session_start(): open(/var/lib/php/sessions/sess_09jkhgj9v4ivu3a7ma5jjpebt9, 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
// pairs: (HTML text, false=left/true=right) sS htmlForJLabel_chatConvo_table(LPair dialog, int width) { ret tag table(lines(mapPairsToList(dialog, (contents, right) -> { S color = right ? "#9999FF" : "#99FF99"; int fontSize = right ? 13 : 15; ret tr(td(tag table(tr(td(contents, style := "font-size: \*fontSize*/px; background: \*color*/; padding: 5px"))), align := right ? "right" : null, style := "margin-" + (right ? "left" : "right") + ": 20px")); })), +width); }