User tests: Successful: Unsuccessful:
Due to the fact that the
$this->errorNum = (int) mysql_errno($this->connection);
$this->errorMsg = (string) mysql_error($this->connection) . ' SQL=' . $query;
was after the call to if (!$this->connected())
then the error message was empty because it contains the result of the $this->connected() call.
See bugtracker 33185
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_id=8103&tracker_item_id=33185
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-03-30 11:13:58 |
Closing since already fixed with #3357