[Plugin: Connections] No entry error
-
When there is no entry in a category 5 and I use shortcode
[connections_list category=5]
I get this error:
WordPress database error: [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 'NONE'') ) UNION (SELECT *,
group_nameAS
sort_column` FROM socio_c’ at line 1]
(SELECT *,organization
ASsort_column
FROM socio_connections WHERElast_name
= ” ANDgroup_name
= ” ANDid
IN (”NONE”) ) UNION (SELECT *,group_name
ASsort_column
FROM socio_connections WHEREgroup_name
!= ” ANDid
IN (”NONE”) ) UNION (SELECT *,last_name
ASsort_column
FROM socio_connections WHERElast_name
!= ” ANDid
IN (”NONE”) ) ORDER BYsort_column
,last_name
,first_name
`
- The topic ‘[Plugin: Connections] No entry error’ is closed to new replies.