In its most basic form, counting a table without using the where condition, i get the reply " Unknown column ‘id’ in ‘field list’", and all further configuration attempts all end with the same result.
Is it possible that the table does not contain a column named ‘id’? If so, then you need to provide a column name to count against. A column ‘id’ is fairly standard, so that is the default. You can change it like so:
Is it possible that the table does not contain a column named ‘id’? If so, then you need to provide a column name to count against. A column ‘id’ is fairly standard, so that is the default. You can change it like so: