Warning: session_start(): open(/var/lib/php/sessions/sess_eop4r4uorqsov4qu148fl7flrm, 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
static A nuLike uniqCI(Class c, O... params) {
ret uniqueConcept(db_mainConcepts(), c, params);
}
static A uniqCI(Concepts cc, Class c, O... params) {
temp tempDBLock(cc);
params = expandParams(c, params);
A x = findConceptWhereCI(cc, c, params);
if (x == null) {
x = unlisted(c);
csetAll(x, params);
cc.register(x);
}
ret x;
}