Warning: session_start(): open(/var/lib/php/sessions/sess_gmqrv9u0345d5e2dj6uoohaqo9, 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
sO eleu_callModuleHTMLMethod(O module, O req) {
if (!dm_moduleIsStarted(module))
ret serve500(print("Module not started"));
dm_call(module, 'setEleu, or(mainBot(), mc()));
Method htmlMethod = first(singleArgumentMethods(findMethodsNamed_nonSynthetic(dm_mod(module), "html")));
if (htmlMethod == null) fail("HTML method not found in module " + module);
Class reqType = firstMethodArgumentType(htmlMethod);
O wrappedReq = req;
if (isInterface(reqType))
wrappedReq = proxy(reqType, req);
ret dm_call(module, 'html, wrappedReq);
}