I'm having a similar CB1.2 issue, but with the following fatal error:
Fatal error: Call to a member function on a non-object in /home/umpspace/public_html/components/com_comprofiler/plugin/user/plug_rsgallery2/rsgallery2.plugin.php on line 54
Line 54 reads as follows
$database->setQuery("SELECT * FROM #__rsgallery2_galleries WHERE published=1 AND uid=".$user->id." ORDER BY ordering ASC");
Any ideas what the issue is? I'm the classic "end user" and dabble in code just enough to screw something up. I love the updated CB1.2 and also like using RSGallery2....is there anyone working on an updated plugin for CB1.2?
UPDATE: Ok, I feel like an idiot...it appears my issue was a legacy issue, and was corrected when I enabled the legacy plugin in J!1.5.4. All is well in the world...for the moment.