Bug#834063: gosa: GOsa setup complains: patch works fine here

Andreas B. Mundt andi at debian.org
Fri Aug 12 08:02:53 UTC 2016


Control: tags -1 patch

Hi Wolfgang,

thanks for your quick answer and the patch!

On Thu, Aug 11, 2016 at 11:53:58PM +0200, Wolfgang Schweer wrote:
>
> looks like a misleading error message.
>
> […]
>
> The fix might be as simple as below, but maybe it requires more
> investigation. The related file is located in /usr/share/gosa/setup/.
>
> --- a/class_setupStep_Checks.inc	2016-08-11 23:38:41.461895899 +0200
> +++ b/class_setupStep_Checks.inc	2016-08-11 23:37:37.000000000 +0200
> @@ -138,7 +138,7 @@
>      $N = msgPool::checkingFor(_("MySQL"));
>      $D = _("GOsa requires this module to communicate with several supported databases.");
>      $S = msgPool::installPhpModule("MySQL");
> -    $R = is_callable("mysql_query");
> +    $R = is_callable("mysqli_query");
>      $M = True;
>      $this->basic_checks[] = array("NAME" => $N , "DESC" => $D , "RESULT" => $R , "SOLUTION" => $S , "MUST" => $M );
>
> Please test if this patch works.

This patch works fine here.  The error is gone, the setup continues
as expected.  I tag the bug report accordingly.

Best regards,

     Andi



More information about the Debian-edu-pkg-team mailing list