From 17e27d0d87d1197bd2928030ad98cd19869f78d4 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 16 Dec 2014 00:25:41 -0800 Subject: add Thomas's Diaspora repair script as include/fixd.php - altered so it can be re-run if necessary with a count of remaining hublocs to be fixed. Some sites are down so it probably can't ever get to zero. The check for a null join is quite an expensive query. It could block your DB for a couple minutes while it runs. Also some preliminary work on a means to take the channel module out of list/forum mode if a specific mid is requested. --- include/fixd.php | 33 +++++++++++++++++++++++++++++++++ include/network.php | 24 +++++++++++++----------- 2 files changed, 46 insertions(+), 11 deletions(-) create mode 100644 include/fixd.php (limited to 'include') diff --git a/include/fixd.php b/include/fixd.php new file mode 100644 index 000000000..bce5eb348 --- /dev/null +++ b/include/fixd.php @@ -0,0 +1,33 @@ +