Warning: session_start(): open(/var/lib/php/sessions/sess_0b8dp7d187vdvn8p049hvld2h6, 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
svoid dm_sendToAllAttractorBots(S input, VF1 onResponse) { LS modules = dm_attractorBotModules(); for (S mod : modules) { continue if dm_isMe(mod); LS msgs = synchroList(); { temp vmBus_onMessage aBotSaid(voidfunc(O mod2, S output) { print("Got " + output + " from " + mod2); if (dm_sameModule(mod, mod2)) msgs.add(output); }); //print("Calling: " + dm_moduleName(mod)); dm_call(mod, 'submitInput, input); } forAll (S msg : msgs) callF(onResponse, msg); } }