Warning: session_start(): open(/var/lib/php/sessions/sess_hsk5h1jv7qp3v5m7bmqipu6qvl, 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 Lisp lispTranslateToJava(Lisp x, final SS map) { ret lispMap_after(x, func(Lisp l) { S s = map.get(l.head); if (s != null) ret lisp(s, l.args); if (!l.isLeaf()) { warn("No leaf: " + l); ret lisp(quote(clUnparse(l))); } if (isInteger(l.head)) ret lisp(l.head); else ret lisp(quote(l.head)); }); }