Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Clicking on guest profile throws error 1.0.5rc1 (1 viewing) (1) Guest
TOPIC: Clicking on guest profile throws error 1.0.5rc1
#61709
Re:Clicking on guest profile throws error 1.0.5rc1 1 Month, 3 Weeks ago  
Yes Songpon, that seems to have done the trick! Thank you!
goye2cz (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#61726
Re:Clicking on guest profile throws error 1.0.5rc1 1 Month, 3 Weeks ago  
goye2cz wrote:
Yes Songpon, that seems to have done the trick! Thank you!

You are welcome. I'm glad to hear that.
Songpon (User)
:)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Bangkok Thailand Birthdate: 1979-12-25
Logged Logged
 
Joomla Version 1.5.7
Fireboad 1.0.5RC2
Joom!Fish Version V2.0 (RC)
 
 
#61817
Re:Clicking on guest profile throws error 1.0.5rc1 1 Month, 3 Weeks ago  
yup, seems to work. thanks! you rock.

one concern: does this open any holes in the security of the site? i can't image how it could, but somebody more knowledgeable than myself might be aghast at our wanton deletion of code
Chishiki (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#63104
Re:Clicking on guest profile throws error 1.0.5rc1 2 Weeks, 3 Days ago  
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,
leggy (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top