这是收到的错误:
警告:在第 42 行的 /Pagination.php 中遇到
一个非数字值 警告:在第 43 行的 /Pagination.php 中遇到一个非数字值
下面的行是 41,42,43
{
$this->total = isset($params['total']) ? $params['total'] + 1 : osc_search_total_pages() + 1;
$this->selected = isset($params['selected'])
我能做些什么来解决这个问题?