Warning: session_start(): open(/var/lib/php/sessions/sess_6c4tvoii2jmouti9m6o5upjbgn, 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 getThoughtSpace. static void printThoughtSpaces() { printThoughtSpaces(false); } static void printThoughtSpaces_englishOnly() { printThoughtSpaces(true); } static void printThoughtSpaces(bool englishOnly) { for (ThoughtSpace ts : values(getThoughtSpace_map)) { print(); print("Thought Space " + ts.globalID + ":\n"); for (LispStatement s : values(ts.statements)) { printIndent("[" + s.globalID + "] " + lispToEnglish_prettier(s.term)); if (!englishOnly) printIndent(" " + s.term); } print(); } }