Warning: session_start(): open(/var/lib/php/sessions/sess_583bre0jgkai2b4sfu34bvapp2, 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
sS cereproc_preprocess(S text) {
text = trim(text);
if (empty(text)) null;
text = text.replaceAll("\\s+", " ");
S text2 = shorten(text, 1000);
if (neq(text, text2)) print("Cereproc: Text shortened from " + l(text) + " to " + l(text2) + " chars");
ret text2;
}