CodeIgniter
CodeIgniter copied to clipboard
Message: ctype_digit(): Argument of type null will be interpreted as string in the future Filename: libraries/Pagination.php Line Number: 526
https://www.php.net/manual/en/function.ctype-digit.php
simple fix: ctype_digit((string)$this->cur_page)
Duplicate of #6119 ?