Joomla 3.6

  • Ryan
  • Topic Author
  • Visitor
  • Visitor
7 years 8 months ago #11 by Ryan
Joomla 3.6 was created by Ryan
With the release of Joomla 3.6, version 1.0.5 of the plugin no longer works. Is there an upgrade planned? Any timeline yet? This is the only component holding back our upgrade of Joomla.

Thanks!

-Ryan
More
7 years 8 months ago #12 by admin
Replied by admin on topic Joomla 3.6
Hi Ryan,

Yes, the new release will be out by the weekend. I was taken a bit by surprise with the release of 3.6, but I will be working on it tomorrow
  • Ryan
  • Topic Author
  • Visitor
  • Visitor
7 years 8 months ago #13 by Ryan
Replied by Ryan on topic Joomla 3.6
Great to hear! I'll keep an eye out. Thanks!
More
7 years 8 months ago - 7 years 8 months ago #17 by admin
Replied by admin on topic Joomla 3.6
Hmm. I spoke too soon..

It appears that Joomla have changed the timing of when the JTableUser class is loaded. This means that I am unable to override it using my system plugin..

Unless I can find a better solution, then it may be necessary to go back to hacking the core file..

If anybody wants to do this then you need to comment out the following in the file /libraries/joomla/table/user.php
Code:
/* // Check for existing email $query->clear() ->select($this->_db->quoteName('id')) ->from($this->_db->quoteName('#__users')) ->where($this->_db->quoteName('email') . ' = ' . $this->_db->quote($this->email)) ->where($this->_db->quoteName('id') . ' != ' . (int) $this->id); $this->_db->setQuery($query); $xid = (int) $this->_db->loadResult(); if ($xid && $xid != (int) $this->id) { $this->setError(JText::_('JLIB_DATABASE_ERROR_EMAIL_INUSE')); return false; } */

Unfortunately you would need to redo this every time Joomla is updated
Last edit: 7 years 8 months ago by admin.
  • Ryan
  • Topic Author
  • Visitor
  • Visitor
7 years 8 months ago #18 by Ryan
Replied by Ryan on topic Joomla 3.6
Thanks for the workaround! That does indeed seem to work.
More
7 years 5 months ago #24 by admin
Time to create page: 1.248 seconds
Powered by Kunena Forum