Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Joomla 1.56 and FB 1.05 gives error number 1064 (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Joomla 1.56 and FB 1.05 gives error number 1064
#56972
Joomla 1.56 and FB 1.05 gives error number 1064 2 Months, 4 Weeks ago  
Hi...

Just made a clean install of FB 1.05 og Joomla 1.56 and all looks fine.
Then added a category abd published it (tried with subcategory too)- then this happened:

Fatal error: Unable to load recent messages.nDB function failed with error number 1064
You have an error in your SQL syntax near 'SELECT msg1.* FROM (SELECT msg2.* FROM jos_fb_messages msg2 WHERE msg2.hold = 0 ' at line 1 SQL=SELECT u.id, IFNULL(u.username, 'Gæst' AS username, IFNULL(u.name,'Gæst' AS name, msg.subject, msg.id AS fbid, msg.catid, from_unixtime(msg.time) AS date, thread.hits AS hits, msg.locked, msg.topic_emoticon, msg.parent, cat.name AS catname FROM (SELECT msg1.* FROM (SELECT msg2.* FROM jos_fb_messages msg2 WHERE msg2.hold = 0 AND moved=0 AND msg2.catid IN (1) ORDER BY msg2.time DESC) msg1 GROUP BY msg1.thread) msg LEFT JOIN jos_users u ON u.id = msg.userid LEFT JOIN jos_fb_categories cat ON cat.id = msg.catid LEFT JOIN jos_fb_messages thread ON thread.id = msg.thread ORDER BY msg.time DESC LIMIT 10
SQL =
SELECT u.id, IFNULL(u.username, 'Gæst' AS username, IFNULL(u.name,'Gæst' AS name, msg.subject, msg.id AS fbid, msg.catid, from_unixtime(msg.time) AS da in componentscom_fireboardsourcesfb_debug.php on line 37

Nyeste indlæg

variable value
$0 "key value
$file "componentscom_fireboardsourcesfb_debug.php"
$line "36"
$function "debug_callstackinfo"
[args] Nested Array
"
$1 "key value
$file "componentscom_fireboardsourcesfb_debug.php"
$line "45"
$function "trigger_dberror"
[args] Nested Array
... and so on

Unpublishing the category makes everything look fine again.

Tested as guest and admin with same result!

Everything works great until categories are published.

Regards

Bo
fqbhla (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/08/25 18:00 By fqbhla.
 
The administrator has disabled public write access.  
#56978
Re:Joomla 1.56 and FB 1.05 gives error number 1064 2 Months, 4 Weeks ago  
What MySQL version do you use?
racoon (User)
FB Core Team
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#56979
Re:Joomla 1.56 and FB 1.05 gives error number 1064 2 Months, 4 Weeks ago  
MySQL 3.23.49

Regards

Bo
fqbhla (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#56985
Re:Joomla 1.56 and FB 1.05 gives error number 1064 2 Months, 4 Weeks ago  
That's a problem... MySQL 3 is not supported.

The current MySQL version is 5.0.
racoon (User)
FB Core Team
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#57072
Re:Joomla 1.56 and FB 1.05 gives error number 1064 2 Months, 3 Weeks ago  
racoon wrote:
That's a problem... MySQL 3 is not supported.

The current MySQL version is 5.0.


MySQL 3 is supported from 3.25+,
advised is mysql 4.0.15.
Juiceh (Moderator)
Moderator
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top