[Tickets #14216] /admin/sqlshell.php fails on UPDATE query: Call to a member function fetch_array() on boolean

noreply at bugs.horde.org noreply at bugs.horde.org
Wed Jan 6 17:30:46 UTC 2016


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/14216
------------------------------------------------------------------------------
  Ticket             | 14216
  Created By         | 3rdpartybugs at object.earth
  Summary            | /admin/sqlshell.php fails on UPDATE query: Call to a
                     | member function fetch_array() on boolean
  Queue              | Horde Framework Packages
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


3rdpartybugs at object.earth (2016-01-06 17:30) wrote:

Using the SQL Shell in the admin webinterface:  
Administration->Configuration->SQL Shell

Fails with an exception upon UPDATE-query execution.
Example query:
UPDATE imp_sentmail SET sentmail_who=1 WHERE sentmail_who=1


Log error mesage:
HORDE: [horde] Call to a member function fetch_array() on boolean [pid  
12311 on line 50 of "/usr/share/php/Horde/Db/Adapter/Mysqli/Result.php"]

Webinterface exception message:
ErrorException Object
(
     [message:protected] => Call to a member function fetch_array() on boolean
     [string:Exception:private] =>
     [code:protected] => 0
     [file:protected] => /usr/share/php/Horde/Db/Adapter/Mysqli/Result.php
     [line:protected] => 50
     [trace:Exception:private] => Array
         (
             [0] => Array
                 (
                     [function] => catchFatalError
                     [class] => Horde_ErrorHandler
                     [type] => ::
                     [args] => Array
                         (
                         )

                 )

         )

     [previous:Exception:private] =>
     [severity:protected] => 1
     [logged] => 1
)







More information about the bugs mailing list