Warning: session_start(): open(/var/lib/php/sessions/sess_hmslgd9ta6hjr6m9pb5ib9g6ep, 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
please include function print. // for print_log
static void hotwire_copyOver(Class c) {
synchronized(StringBuffer.class) {
// TODO: make a mechanism for making such "inheritable" fields
for (S field : ll('print_log, 'print_silent, 'androidContext, '_userHome))
setOptIfNotNull(c, field, getOpt(mc(), field));
ifdef hotwire_copyOver_extend
hotwire_copyOver_extend(c);
endifdef
setOptIfNotNull(c, mainBot := getMainBot());
setOpt(c, creator_class := new WeakReference(mc()));
}
}