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
[Solved] - SQL msgs while deleting a topic (1 viewing) (1) Guest
TOPIC: [Solved] - SQL msgs while deleting a topic
#20348
[Solved] - SQL msgs while deleting a topic 1 Year, 4 Months ago  
hello i get this msgs while deleting any topic

PDATE `jos_fb_categories` SET `time_last_msg`='1189062517',`id_last_msg`='441',`numTopics`='9',`numPosts`='41' WHERE `id`='18'

UPDATE `jos_fb_categories` SET `time_last_msg`='',`id_last_msg`='',`numTopics`='8',`numPosts`='20' WHERE `id`='19'

UPDATE `jos_fb_categories` SET `time_last_msg`='1188969780',`id_last_msg`='396',`numTopics`='4',`numPosts`='7' WHERE `id`='20'

UPDATE `jos_fb_categories` SET `time_last_msg`='',`id_last_msg`='',`numTopics`='2',`numPosts`='1' WHERE `id`='21'

UPDATE `jos_fb_categories` SET `time_last_msg`='0',`id_last_msg`='0',`numTopics`='0',`numPosts`='0' WHERE `id`='22'

UPDATE `jos_fb_categories` SET `time_last_msg`='1188904995',`id_last_msg`='361',`numTopics`='2',`numPosts`='12' WHERE `id`='23'

UPDATE `jos_fb_categories` SET `time_last_msg`='1189049240',`id_last_msg`='435',`numTopics`='2',`numPosts`='14' WHERE `id`='25'

UPDATE `jos_fb_categories` SET `time_last_msg`='0',`id_last_msg`='0',`numTopics`='0',`numPosts`='0' WHERE `id`='26'

UPDATE `jos_fb_categories` SET `time_last_msg`='0',`id_last_msg`='0',`numTopics`='0',`numPosts`='0' ............................................................

& so on i couldnt copy the rest cos it goes so fast & returns to the category page
so any ideas whats that?
Marshall (User)
Junior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/06 17:25 By Marshall.
 
 
#20403
Re:SQL msgs while deleting a topic 1 Year, 4 Months ago  
Confirming this. The function works. Should not be shown though.
crisscross (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Gender: Male husvagnsforum crizcroz@gmail.com Location: Umeå, Sweden Birthdate: 1969-10-22
Logged Logged
 
They f**k you at the drive-thru, ok?
 
 
#20418
Re:SQL msgs while deleting a topic 1 Year, 4 Months ago  
class.fireboard.php
line 453:

delete the following line:
echo($database->getQuery());

Fixed in SVN.
danialt (Admin)
BoJ Team
Simplicity
Administrator
Posts: 957
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
Logged Logged
 
Best Of Joomla Team
FireBoard Project Manager
 
 
#20561
Re:SQL msgs while deleting a topic 1 Year, 4 Months ago  
fixed thank you danialt
Marshall (User)
Junior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top