Songpon wrote:
Hello guys, this is my first post here.
my system is
Joomla Version 1.5.7
Fireboad 1.0.5RC2
Joom!Fish Version V2.0 (RC)
I got exactly same error.
I have changed line 51 of
JOOMLA_PATH/components/com_fireboard/template/default/plugin/fbprofile/fbprofile.php
from
| Code: |
$database->loadObject($userinfo) or trigger_dberror("Unable to get user info.");;
|
to
| Code: |
$database->loadObject($userinfo); // or trigger_dberror("Unable to get user info.");
|
and users profile page loaded fine.
I'm not PHP geek, but i noticed that error come from line 36 of fb_debug.php
and it's in trigger_dberror function. so i just comment it. and error disappeared.
I don't know what's error about trigger_dberror function, but it just works for now.
Maybe fireboard team can fix it next release.
Hope this can solve your error as well.
Thanks.
Very thanks Songpon!
I have same problem about Fireboard profile page show the database error that include internal path on the server.
I not use Joonfish. I use Joomla 1.5.8 + Fireboard + CB and I setup to use Fireboard and CB profile page separately (like one person above) while tell Fireboard to use same Avatar with CB.
I found that when I click on the profile link from username on Fireboard, it show correctly. But if I try change the user id parameter on URL to the one does not exists, it will show that error page. At first, I try install SH404SEF, but it not help this bug, only change the look of the URL.
Songpon recommend is very useful to me. Its works. Only comment the trigger_dberror function help decrease the severity of this bug (it will not show the error and internal path information anymore, just show the profile page without any information - that's fine with me enough).
I hope other people also success in prevent this bug from happen.
Best regards,