|
|
|
Fatal error: Call to undefined method: cbmenubar->
|
|
Date: 2008/06/15 22:40
|
By: polis
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
Hi, I'm using Community Builder for over 2 years and i never had any problems.
Just today I encountered this error, when I try to see someones user profile:
Fatal error: Call to undefined method: cbmenubar->() in /home/.. ../public_html/components/com_comprofiler/plugin/user/plug_cbmenu/cb.menu.php on line 684
I searched the forum but did not find anything like this.
If someone could help I would appreciated very much.
Thanks
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Fatal error: Call to undefined method: cbmenubar->
|
|
Date: 2008/09/21 15:30
|
By: MatthiasX
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
I have the same error in 1.1 and 1.2 RC need help
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Fatal error: Call to undefined method: cbmenubar->
|
|
Date: 2008/10/31 08:17
|
By: MatthiasX
|
Status:
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 2 |   | |
|
I have also the same Error. Need help!!
Fatal error: Call to undefined method: cbmenubar->() in ......./public_html/components/com_comprofiler/plugin/user/plug_cbmenu/cb.menu.php on line 684
|
|
The administrator has disabled public write access. |
|
|
|
Re:Fatal error: Call to undefined method: cbmenuba
|
|
Date: 2008/10/31 12:17
|
By: beat
|
Status: Admin
|
|
|
Karma: 256  
|
|
Admin  | Posts: 4214 |   | |
|
Looks like a bug in the PHP version that you have...
Which PHP version do you guys run (you can find it in help/system -> info menu of joomla) ?
To workaround that bug replace that line 684:
| Code: | $this->$myParent();
|
with:
| Code: | $this->cbBestMenuHandler();
|
(but please still reply to the PHP version so we can report bug to PHP).
And also upgrade your PHP to latest...This bug may affect other areas.
Thanks.
Edit: assigned #83...
Post edited by: beat, at: 2008/10/31 12:19
EDIT: removed a mistyped '$'
Post edited by: beat, at: 2008/10/31 12:20 Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.2 RC4 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|
|
Re:Fatal error: Call to undefined method: cbmenuba
|
|
Date: 2008/11/01 18:33
|
By: beat
|
Status: Admin
|
|
|
Karma: 256  
|
|
Admin  | Posts: 4214 |   | |
|
Mathiax,
Could you please please just tell us which PHP version that you are using ?
We want to close that bug with proper workaround. Thanks.
I checked in the PHP's bug-tracker and this bug is not reported yet. Beat - Developer on Community Builder core Team - If you like CB and this forum, you will love Nick's CB 1.2 RC4 reference manual ! : Click here to Get it now  - Would like to help us move faster ? Get it, and/or help us spend more time coding by helping others in this forum, many thanks
|
|
The administrator has disabled public write access. |
|
|