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.
#2368 - Composr 10b5: Saving changes to a zone (NOT zone editor) results in an error
diff --git a/sources/zones2.php b/sources/zones2.php
index 10342c9..d6ffb57 100644
--- a/sources/zones2.php
+++ b/sources/zones2.php
@@ -247,8 +247,8 @@ function save_zone_base_url($zone, $base_url)
fwrite($out, $config_file);
@flock($out, LOCK_UN);
fclose($out);
- sync_file($path);
- fix_permissions($path);
+ sync_file($config_path);
+ fix_permissions($config_path);
}
}
You have an override though.