User tests: Successful: Unsuccessful:
Since there are multiple conditional blocks that may be using this
object, it needs to be defined outside of the first conditional blocks.
How's that?
Strange, I then get this notification:
Password too long. Please select a password with 55 or fewer characters
but the registration seems to continue as normal...
Perfect Now we just need a report on Joomlacode (as that's still our primary issue tracker for the moment) at http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8103 and we can get folks to test this patch and get it merged. Thanks for this!
As for the password issue, I saw some comments on the forum concerning it, this is something that needs investigated too.
Status | New | ⇒ | Pending |
Build | ⇒ | . |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-12-23 00:34:57 |
You should only need to define
$query
outside the block. Please change it so that you have this:$query = $this->_db->getQuery(true);
at line 317 in your updated fileThat will be at line 325 before the
$this->_db->setQuery($query);
call.