Warning: session_start(): open(/var/lib/php/sessions/sess_avfqor7qi6esiri8sg9m9a5tlt, 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 int toInt(O o) { if (o == null) ret 0; if (o instanceof Number) ret ((Number) o).intValue(); if (o instanceof S) ret parseInt((S) o); if (o instanceof Bool) ret boolToInt(o); throw fail("woot not int: " + getClassName(o)); } static int toInt(long l) { if (l != (int) l) fail("Too large for int: " + l); ret (int) l; }