Note this version is very rough around the edges and may, at first, throw some errors regarding content translations (after you transfer the new/updated files and before upgrading the database). These should go away after upgrading the database.
If you get an infinite loop error after upgrading for codename get_option, edit sources/config.php. function get_option.
Find check_for_infinite_loop('get_option', [$name, false], 2); . Change to check_for_infinite_loop('get_option', [$name, false], 10); . This will cause infinite loop checking to be more lenient. Maybe bump the number higher if the error continues (not too high; if it is still looping after, say, 25, then it is an actual bug).
6 guests and 0 members have just viewed this.
Leader-board Top Weekly Earners
The top 1 point earners from 9th Mar 2025 to 16th Mar 2025.
News: Composr 11 beta7 released
11 beta7 released. Read the full article for more information, and upgrade information.
Find check_for_infinite_loop('get_option', [$name, false], 2); . Change to check_for_infinite_loop('get_option', [$name, false], 10); . This will cause infinite loop checking to be more lenient. Maybe bump the number higher if the error continues (not too high; if it is still looping after, say, 25, then it is an actual bug).