Warning: session_start(): open(/var/lib/php/sessions/sess_bgbs8l8cschh5cg1u1ad74s8lp, 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 O ai_makeTester(Web web, S thing, S property) { WebNode node = web_findNodeWithForwardRelations(web, "A standard function that tests", "what", thing, "for property", property); if (node == null) fail("No tester for " + thing + " / " + property); fS sfName = assertNotNull(web_operandText(node, "is")); print("Using function: " + sfName); final Class c = loadFunctions_cached(sfName); ret func(O o) { call(c, sfName, o) }; }