Warning: session_start(): open(/var/lib/php/sessions/sess_6vo0j7cpu76ksbt0h9l23e7cm9, 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 dynamicObject_setRawFieldValue(DynamicObject o, O key, O value) {
if (o == null) ret;
// double sync, but should be OK here because of locking order o > o.fieldValues
synchronized(o) {
o.fieldValues = syncMapPut2_createLinkedHashMap((Map) o.fieldValues, key, value);
}
}