Warning: session_start(): open(/var/lib/php/sessions/sess_6ut59jcn3kut6golt08973qcso, 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 iteratorFromFunction_withEndMarker. static IterableIterator iteratorFromFunction_withEndMarker_f0(final F0 f) { class IFF2 extends IterableIterator { A a; bool have, done; public bool hasNext() { getNext(); ret !done; } public A next() { getNext(); if (done) fail(); A _a = a; a = null; have = false; ret _a; } void getNext() { if (done || have) ret; O o = f.get(); if (o == iteratorFromFunction_endMarker) ret with done = true; a = (A) o; set have; } }; ret new IFF2; }