Loading...
 
Features / Usability

Features / Usability


Session data and GroupHome problem

posts: 8 United States

I was configuring tikiwiki and ran into a problem. Whenever any user logged out, there was an error as follows:

Warning: mysql error: in query:

select 'groupHome' from 'users-Groups' where 'groupName'=?

in /home/closingp/puplic_html/lib/tikidblib.php on line 134

Internet Explorer also froze up.

I was not using Group Homes, but I tried everything I could to define the ))GroupHome(( page anyway, to turn off the feature, to use the feature, and so on, to no avail.

By process of elimination, I finally arrived at a workaround as follows:

Turn off the General setting "Store session data in database" and the problem goes away. Turn it back on, and the problem comes back.

I'm reporting this so you can find it and maybe not waste too much time with trial and error searching for the solution.

posts: 1092

> I was configuring tikiwiki and ran into a problem. Whenever any user logged out, there was an error as follows:
>
> Warning: mysql error: in query:
Are you sure it is a warning, not an error?
>
> select 'groupHome' from 'users-Groups' where 'groupName'=?
Are you sure about the table name. It must be users_groups
>
> in /home/closingp/puplic_html/lib/tikidblib.php on line 134
>

When you have this kind of errors, it helps to have all the info page tw displays if any. mainly to know from where it is called

sylvie