Warning: session_start(): open(/var/lib/php/sessions/sess_jen9uqq3o021dv65h2hbg70h36, 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 DynTable > RecentlyDeletedModules { L calc() { ret map(scanLog_iterator(deletedModulesLogFile()), func(S structure) { O mod = safeUnstructure(structure); // old layout: // "c DynamicModule(_className=\"main$TextArea\", created=1529499892012L, frameRect=Rect(h=66, w=130, x=618, y=339), id=384L, moduleID=\"#1016122\", on=t, visible=t)" // new layout: // "hm{deleted=123L, module := c DynamicModule(...)}" long deleted = 0; if (mod instanceof Map) { deleted = toLong(mod/Map.get("deleted")); mod = mod/Map.get("module"); } S className = dynShortName(mod); if (eq(className, "DynamicModule")) className = shortenClassName(getString(mod, '_className)); ret litorderedmap( "Module ID" := joinNempties("/", getString(mod, 'moduleID), className), //"Created" := formatLocalDateWithMinutes(getOptLong(mod, 'created)), "Deleted" := formatLocalDateWithMinutes(deleted), "Data Size" := toK(l(structure)) + " K"); }); } }