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
Profile issue (1 viewing) (1) Guest
TOPIC: Profile issue
#58705
Profile issue 3 Months, 3 Weeks ago  
Hello.

Thank you for this great tool.

I do have an issue however.
On my forum, if ever anyone clicks on the name of an other member (to read his profile), he gets the following error :


Fatal error: Unable to get user info.nDB function reports no errors in /web/Mywebsite/www/components/com_fireboard/sources/fb_debug.php on line 37

The rest of the page looks liks a debuging page.

Have you ever seen that error? If yes, is there anyway to fix it?

(runing 1.05 RC1 on Joomla 1.5.6)
ptah (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#58762
Re:Profile issue 3 Months, 2 Weeks ago  
I'm moving your post to 1.0.5RC1 develop thread, I believe fxstein and racoon will want to know about this
johnnydement (Moderator)
FB Quality & Testing Team
Moderator
Posts: 458
graphgraph
User Offline Click here to see the profile of this user
Voces del Vicio Location: Barcelona Birthdate: 1981-12-23
Logged Logged
 
"As a discussion over the net grows longer, the probability of a comparison involving Nazis or Hitler approaches one." - Godwin Law
 
 
#58774
Re:Profile issue 3 Months, 2 Weeks ago  
It's the guest profile issue. Link on guest profile throws this error.
On your site www.bestofjoomla.com/component/option,co.../Itemid,38/userid,0/
userid for guest is 0.
jerry (User)
Senior Boarder
Posts: 171
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/09/19 16:09 By jerry.
 
 
#58882
Re:Profile issue 3 Months, 2 Weeks ago  
ok.

Thank you for your answers.

I am sorry if i am miss understanding something but is there any way to fix it? or is it a known issue that remains unfixed ?


edit : it happens everytime I click on a username. A registered account
ptah (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/09/21 01:05 By ptah.
 
 
#62515
Re:Profile issue 1 Month ago  
I have had the same problem with the Fireboard Forum (1.0.5 RC2) I have installed on a Joomla version 1.5.8.

What I did to solve this problem was to edit the line 51 of the following file: {Joomla directory}/components/com_fireboard/template/default/plugin/fbprofile/fbprofile.php

Replace the following line

Code:

$database->loadObject($userinfo) or trigger_dberror("Unable to get user info.");


with

Code:

$database->loadObject($userinfo);


Have a nice day
denniscm20 (User)
"Just Trust..."
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Dennis' Blog Birthdate: 1986-03-07
Logged Logged
 
Dennis
 
 
Go to top