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.
#3603 - When you click on the notification box the link "Mark All Read" seems to not be working...
Patch is
diff --git a/sources/global2.php b/sources/global2.php
index a198b592a..040339a3b 100644
--- a/sources/global2.php
+++ b/sources/global2.php
@@ -157,7 +157,7 @@ function init__global2()
require_code('chat_poller');
chat_poller();
}
- if ((running_script('notifications')) && (@filemtime(get_custom_file_base() . '/data_custom/modules/web_notifications/latest.dat') <= get_param_integer('time_barrier'))) {
+ if ((running_script('notifications')) && (@filemtime(get_custom_file_base() . '/data_custom/modules/web_notifications/latest.dat') <= get_param_integer('time_barrier')) && (get_param_string('type', '') == 'poller')) {
prepare_for_known_ajax_response();
header('Content-Type: application/xml');