Hello all:
We've recently upgraded to Joomla 2.5.8 and CB 1.8.
When an admin is updating a user through the CB User Manager, the Joomla Plugin method onUserAfterSave method is fired. Data that belongs in the jos_users table is updated before this method is called, as it should, but data in the jos_comprofiler table has not been updated by the time this method is called.
Previously, in Joomla 1.6, this worked correctly - the method was called AFTER jos_users and jos_comproiler were updatd.
I've tested this by issuing a die() inside the onUserAfterSave method and running a query on the tables.
Has anyone else had this problem? Is there a new event method I'm not familiar with or is there a way to "hook" the jos_comprofiler table to the jos_users table?
Any help would be appreciated. Thanks!