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
fb_debug.php error (1 viewing) (1) Guest
TOPIC: fb_debug.php error
#55929
Re:fb_debug.php error 4 Months, 3 Weeks ago  
Well actually now there is no data in it (I emptied it as you advised) and it still doesn't work - any suggestions?
Thank you.
disciple (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#55932
Re:fb_debug.php error 4 Months, 3 Weeks ago  
disciple wrote:
Well actually now there is no data in it (I emptied it as you advised) and it still doesn't work - any suggestions?
Thank you.


Did you empty or drop that table? If you only emptied it, you might want to try to drop it.

Thx!
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#55967
Re:fb_debug.php error 4 Months, 3 Weeks ago  
Any progress in solving this problem? By the way, in one of my previous posts I explained what happened when I dropped the table.
websolutionsguru (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#55970
Re:fb_debug.php error 4 Months, 3 Weeks ago  
Unfortunately not. Can one of you give me backend access to your system so I can look into what could be wrong?
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#55990
Re:fb_debug.php error 4 Months, 3 Weeks ago  
I'm getting a similar problem on my own site.
But to top it off, I just registered on this site to reply and I get similar errors from this forum.
It only happens after signing in.

Here's the error from this site:

Fatal error: Unable to load categories.nDB function failed with error number 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' ORDER BY ordering, name' at line 1 SQL=SELECT c.* FROM jos_fb_categories c WHERE c.id IN () ORDER BY ordering, name
SQL =

SELECT c.* FROM jos_fb_categories c WHERE c.id IN () ORDER BY ordering, name

in /home/bestofjo/public_html/components/com_fireboard/sources/fb_debug.php on line 37

Mine is showing:

Fatal error: Unable to count total threadsnDB function failed with error number 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SQL=Select count(distinct thread) FROM jos_fb_messages WHERE time >'1216071213' AND hold=0 AND moved=0 AND catid IN ()
SQL =

Select count(distinct thread) FROM jos_fb_messages WHERE time >'1216071213' AND hold=0 AND moved=0 AND catid IN ()

in /var/www/arashi/components/com_fireboard/sources/fb_debug.php on line 37
auron0 (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#55991
Re:fb_debug.php error 4 Months, 3 Weeks ago  
I just double checked, this problem only surfaces when I login to either site.
auron0 (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#55992
Re:fb_debug.php error 4 Months, 3 Weeks ago  
I decided to try it on Internet Explorer and strangely enough, it worked. So I fired it up on my Firefox 3 again and cleared my cookies and cache and it miraculously works now...
auron0 (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/08/14 02:44 By auron0.
 
 
#56012
Re:fb_debug.php error 4 Months, 3 Weeks ago  
Thanks for letting us know. This issue has been fixed already. Should not happen again. Extra security checks clear invalid catid data and left the parameter blank. Now it should default to 0.
fxstein (Moderator)
FB Core Team
starVmax
Moderator
Posts: 1213
graphgraph
User Offline Click here to see the profile of this user
Gender: Male fxstein starVmax Location: Silicon Valley, USA
Logged Logged
 
 
 
#56037
Re:fb_debug.php error 4 Months, 3 Weeks ago  
Thanks for the response
Great work with the forums by the way.
auron0 (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#56305
Re:fb_debug.php error 4 Months, 3 Weeks ago  
I get this error when I try to remove the sample data:
Code:

Catchable fatal error: Object of class JAdministrator could not be converted to string in C:xampphtdocsj15testcomponentscom_fireboardsourcesfb_debug.php on line 70


and this when I am viewing my forum:
Code:

Catchable fatal error: Object of class JSite could not be converted to string in C:xampphtdocsj15testcomponentscom_fireboardsourcesfb_debug.php on line 70

My style is also gone away. Just pure text left.

Birger
MindTooth (User)
Joomla! Star
Senior Boarder
Posts: 161
graphgraph
User Offline Click here to see the profile of this user
Gender: Male MindTooth Location: Norway Birthdate: 1987-09-22
Logged Logged
 
 
Go to top