Warning: session_start(): open(/var/lib/php/sessions/sess_g3nfrahb4if0klk5rct6p9lp8m, 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 cmodule ELESystemWindows > ELESuggester { start { onUserUtterance(lambda1 processUtterance); } void processUtterance(S s) { print("Got: " + s); if (dm_moduleIsPoppedOut()) { print("Filtering for: " + s); showSuggestions(s, containingIC(suggestions, s)); ret; } if "system windows" { print("Showing suggestions and popping out"); showSuggestions(s, map(dm_windows(), w -> "[" + w.windowIdentity + "] " + w.windowTitle)); dm_popOutModule(module()); assertEquals(dm_current_mandatory(), module()); } } }