<<< Coding for the future >>>
|  problem on Kunena forum tab on cb profile |
|
|
|
| Written by Administrator |
| Tuesday, 23 February 2010 14:16 |
|
Came across this error after publishing the Kunena forum plugin for Community Builder(CB) in Joomla. When you clicked the forum tab on the CB profile page, and tried to unsubscribe from forum threads, I got a  appearing at the top of the page and nothing else.
If you are looking at your error logs, the error might show up as PHP Catchable fatal error: Object of class stdClass could not be converted to string in /home/www/**YOUR SITE PATH**/components/com_comprofiler/plugin/user/plug_cbsimpleboardtab/cb.simpleboardtab.model.php on line 189
The Solution is HERE at Joomlapolis. It worked for me, but obviously I don't want to take credit for it YOURWEBSITE.COM/components/com_comprofiler/plugin/user/plug_cbsimpleboardtab/cb.simpleboardtab.model.php
Then find the functions unction _unsubAll and function _unsubThread (maybe only one of yours is bust, who knows.).
Replace those functions (After backing up of course!) with the following: function _unsubAll( $user, $forum ) {
function _unsubThread( $user, $thread, $forum ) {
It should solve your problems. |
| Last Updated on Tuesday, 23 February 2010 14:26 |