
chaleswa wrote:New version of CMS:
please check the admin panel pagination. In the users section when click pagination link (2nd page). It didn't bring the 2nd page. I had similar problems with previous version not sure it happened after changing "admin.php" or before.
$config['base_url'] = base_url()."users/index/";$index_page = $this->config->item('index_page');
if($index_page) $index_page .= '/';
$config['base_url'] = base_url().$index_page."users/index/";
$index_page = $this->config->item('index_page');
if($index_page) $index_page .= '/';
$config['base_url'] = base_url().$index_page."comments/".$this->uri->segment(2, 'approved-comments')."/";
Users browsing this forum: No registered users and 1 guest