Composr 11 beta7 released

Composr 11 beta7 released

13th March 2025, 4:00 pm

11 beta7 released. Read the full article for more information, and upgrade information.

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).
1 guest and 0 members have just viewed this.
Control functions:
Back to Top