? Error

User tests: Successful: Unsuccessful:

avatar jms2win
jms2win
23 Jan 2014

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

avatar jms2win jms2win - open - 23 Jan 2014
avatar Bakual
Bakual - comment - 30 Mar 2014

Closing since already fixed with #3357

avatar Bakual Bakual - change - 30 Mar 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-03-30 11:13:58
avatar Bakual Bakual - close - 30 Mar 2014
avatar Bakual Bakual - close - 30 Mar 2014

Add a Comment

Login with GitHub to post a comment