Warning: session_start(): open(/var/lib/php/sessions/sess_tjqm1nv27olfd87d8nl8k0tj45, 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 File cropToLeftScreenInPlace(File imageFile, int width default screenWidth()) { if (!isFile(imageFile)) null; loading "Crop image file" { BufferedImage img = loadImage2(imageFile); img = clipBufferedImage(img, 0, 0, width, img.getHeight()); File atticFile = appendToBaseFileName(imageFile, ".uncropped"); renameFileVerbose(imageFile, atticFile); saveImageVerbose(imageFile, img); print("Image cropped to " + width + " pixels"); ret destFile; } }