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
SQL / databse error when trying to post new mes (1 viewing) (1) Guest
TOPIC: SQL / databse error when trying to post new mes
#38093
Re:SQL / databse error when trying to post new mes 12 Months ago  
i'm getting this issue with joomla 1.0.13, fireboard 1.0.4 and mysql 4.1.22

Serious db problem: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 'where userid=0' at line 1 SQL=UPDATE mos_fb_sessions SET allowed='na', readtopics='', lasttime= where userid=0

is this the same and does anyone know a quick fix?

i dont want to go to fireboard 1.0.4 because i've seen loads of issues and it took me a while to fix the ones with 1.0.3 ... so i was going to wait a while

any help would be appreciated and if it helps - i dont see this issue, only a few users - most dont
damo (User)
Junior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/01/09 17:37 By damo.
 
 
 
#38094
Re:SQL / databse error when trying to post new mes 12 Months ago  
I think your problem is in missing value of LASTTIME...

Try to change SQL query to : UPDATE mos_fb_sessions SET allowed='na', readtopics='', lasttime='' where userid=0
with empty value...or you have to try find out why FB is not able to write correct value
fishmaker (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Czech Republic Birthdate: 1981-04-11
Logged Logged
 
 
#39907
Re:SQL / databse error when trying to post new mes 11 Months, 3 Weeks ago  
Thanks Fishmaker! worked great for me too
Bartcelona (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top