Warning: session_start(): open(/var/lib/php/sessions/sess_cbsgvt6c71u0r22h4mm8tolesn, 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
!7
p {
for (AIConcept c : values(aiConceptsMap_cached())) pcall {
if (c.pngFile.has()) {
BufferedImage img = c.pngFile->getImage();
if (img != null) {
S text = c.globalID + " - " + c.name + (nempty(c.comment) ? " / " + c.comment : "");
print("Uploading " + text);
uploadToImageServerIfNotThere(img, text);
}
}
}
print("Done image upload.");
}