Hey guys, i'm trying to add a new website but when i go to construction > sites i get this error:
SQL=SELECT COUNT(a.id) FROM j2itz_cck_core AS a LEFT JOIN j2itz_content AS b ON b.id = a.pk WHERE a.storage_location = "joomla_article" AND b.access IN (27,);
this looks like joomla access error, like viewlevel or usergroup set as acess to this item somehow got broken, try resaving your usergroups and access levels
Just saved everything, didn't help. Any other suggestions?
What i did notice is that the "," behind the 27 is a syntax error is that what could be causing this? When i go into mysql and try out the error without the comma it has an output of 0 instead of an error.