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!
Administration MySQL Error (1 viewing) (1) Guest
Go to bottom Favoured: 1
TOPIC: Administration MySQL Error
#10762
Administration MySQL Error 1 Year, 4 Months ago  
I installed the component, finished the installation (clean install), and installed the sample data. I get this error when I try to access the "Forum Administration" page:

DB function failed with error number 1054
Unknown column 'g.group_id' in 'on clause' SQL=SELECT a.*, a.name AS category, u.name AS editor, g.name AS groupname, h.name AS admingroup FROM jos_fb_categories AS a LEFT JOIN jos_users AS u ON u.id = a.checked_out LEFT JOIN jos_core_acl_aro_groups AS g ON g.group_id = a.pub_access LEFT JOIN jos_core_acl_aro_groups AS h ON h.group_id = a.admin_access GROUP BY a.id ORDER BY a.ordering, a.name


Did I miss something?

Joomla 1.5 Beta 2
Fireboard 1.0.1
kherrera3 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#10828
Re:Administration MySQL Error 1 Year, 4 Months ago  
I am not sure that FB works with Joomla 1.5 yet.
colin99 (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#10841
Re:Administration MySQL Error 1 Year, 4 Months ago  
In the README that I got with the download, it said it supports Joomla 1.5.
kherrera3 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#10848
Re:Administration MySQL Error 1 Year, 4 Months ago  
Just sent you a message -
colin99 (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#10890
Re:Administration MySQL Error 1 Year, 4 Months ago  
Please make sure you are running 1.5 in compatibility mode. Also Fireboard will not fully support 1.5 until this fall.
palebluedot (Moderator)
FB Documentation Team
Template Documentation Project
Moderator
Posts: 622
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Minneapolis, MN US Birthdate: 1973-01-12
Logged Logged
 
 
The administrator has disabled public write access.  
#10899
Re:Administration MySQL Error 1 Year, 4 Months ago  
Ahh ok. I'll see how I can help from my end.
kherrera3 (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#10901
Re:Administration MySQL Error 1 Year, 4 Months ago  
joomla 1.5 beta 2
fireboard 1.0.1 beta
install clean complete.

I recieve the same problem :

DB function failed with error number 1054
Unknown column 'g.group_id' in 'on clause' SQL=SELECT a.*, a.name AS category, u.name AS editor, g.name AS groupname, h.name AS admingroup FROM jos_fb_categories AS a LEFT JOIN jos_users AS u ON u.id = a.checked_out LEFT JOIN jos_core_acl_aro_groups AS g ON g.group_id = a.pub_access LEFT JOIN jos_core_acl_aro_groups AS h ON h.group_id = a.admin_access GROUP BY a.id ORDER BY a.ordering, a.name

Please help me !!!
umakemewanna216 (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#11756
Re:Administration MySQL Error 1 Year, 4 Months ago  
Same problem here. Anyony found a fix yet
weverette (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#12345
Re:Administration MySQL Error 1 Year, 3 Months ago  
Got the same error on my 1.5 joomla installation. It's a clean installation without anny other modifications. Is there allready a solution, or is it best to look to some other forum software ?


[code:1]DB function failed with error number 1054
Unknown column 'g.group_id' in 'on clause' SQL=SELECT a.*, a.name AS category, u.name AS editor, g.name AS groupname, h.name AS admingroup FROM jos_fb_categories AS a LEFT JOIN jos_users AS u ON u.id = a.checked_out LEFT JOIN jos_core_acl_aro_groups AS g ON g.group_id = a.pub_access LEFT JOIN jos_core_acl_aro_groups AS h ON h.group_id = a.admin_access GROUP BY a.id ORDER BY a.ordering, a.name[/code:1]
deef (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#13864
Re:Administration MySQL Error 1 Year, 3 Months ago  
Hi,

I ran across this error, too. This is because there was a small schema change in the database around some of the access table--the column called "group_id" in #__core_acl_aro_groups got changed to "id". So you can edit the offending database call in administrator/components/com_fireboard/admin.fireboard.php.

It's at line 400, and you need to change two items: g.group_id to g.id, and h.group_id to h.id.

That fixes this admin error. I'm still having trouble, though, with line 437 in this file... apparently mosTreeRecurse() went away, or changed somehow--it's returning NULL which makes it so you can't administer forums and categories... haven't had a chance to track this issue down.
freelock (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top