We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
Automated response: Problems with JS loading, and calendar component
The AJAX member profiles fix has two more bugs. It makes setInnerHTML assume a string is passed - but date component passes integer. It assumes JS files execute in load request order, but that is not consistently true for AJAX-prompted ones so we need to make the date component load with a simple re-try algorithm.
The hotfix broke the posts tab. This additional hotfix needs installing on top of the previous one.
On non-localhost, timing problems may result in Javascript running in the wrong order.
Also, if single-public-zone is not enabled, the edit tab directs to the wrong zone on submission.
The attached hotfix should be installed on top of the previous one.
Affects: 87152
The hotfix should be placed on top of earlier hotfixes here.
Lang file not loaded, intermittent problem, fatal errors don't show cleanly.
The AJAX member profiles fix has two more bugs. It makes setInnerHTML assume a string is passed - but date component passes integer. It assumes JS files execute in load request order, but that is not consistently true for AJAX-prompted ones so we need to make the date component load with a simple re-try algorithm.