From: Mikael Nordfeldth Date: Wed, 27 May 2015 18:21:05 +0000 (+0200) Subject: more debugging info on failed schema.php runSqlSet X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0e6b80ded340e2011d436671e65e4a6ba0975d66;p=quix0rs-gnu-social.git more debugging info on failed schema.php runSqlSet --- 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); } }