Error in MySQL LIMIT clause
-
The first log entry in the database isn’t being shown on the Audit Trail screen because
models/pager.phpline110sets a LIMIT clause on the query using$this->get_pagenum(), which equals1. The LIMIT clause starts counting at0, not1, so the LIMIT should be0,25instead of1,25
The topic ‘Error in MySQL LIMIT clause’ is closed to new replies.