Bystrom pagination does not work with EE 2.1, as it searches for a pagination library previous found in here: (line 197 of the extension):
if ( ! class_exists('Paginate'))
{
require APPPATH.'_to_be_replaced/lib.paginate'.EXT;
}This library no longer exists as of EE 2.1.
I’m not sure on a solution to this. Pointing to CI’s native pagination library resulted in a error because the two pagination classes are not identical.
Pages that use the pagination class will return a fatal error, or show a blank page, depending on what your debug settings are.
@trenchard the new pagination.php file is located at SYSTEM/CODEIGNITER/SYSTEM/LIBRARY/PAGINATION.PHP
However the files are not exactly the same so for things like Bystrom’s pagination, just pointing it there won’t work because you still have a class mis-match so you’ll get a php Fatal Error.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.