Warning: session_start(): open(/var/lib/php/sessions/sess_e4uoe63rnk5jrjkv1apcms7pfg, 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 Map imageIcon_cache = synchroWeakHashMap(); static Lock imageIcon_lock = lock(); static ImageIcon imageIcon(S imageID) ctex { lock imageIcon_lock; imageID = fsI(imageID); ImageIcon ii = imageIcon_cache.get(imageID); if (ii == null) imageIcon_cache.put(imageID, ii = new ImageIcon(loadBinarySnippet(imageID).toURI().toURL()); ret ii; } static ImageIcon imageIcon(BufferedImage img) { ret new ImageIcon(img); } ifclass RGBImage static ImageIcon imageIcon(RGBImage img) { ret imageIcon(img.getBufferedImage()); } endif