From 0e6b80ded340e2011d436671e65e4a6ba0975d66 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 27 May 2015 20:21:05 +0200 Subject: [PATCH] more debugging info on failed schema.php runSqlSet --- lib/schema.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/schema.php b/lib/schema.php index 0421bcb810..f536f01645 100644 --- a/lib/schema.php +++ b/lib/schema.php @@ -535,6 +535,7 @@ class Schema $res = $this->conn->query($sql); if ($_PEAR->isError($res)) { + common_debug('PEAR exception on query: '.$sql); PEAR_ErrorToPEAR_Exception($res); } } -- 2.39.2