Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination not work #17

Closed
Yazov opened this issue Oct 13, 2012 · 4 comments
Closed

Pagination not work #17

Yazov opened this issue Oct 13, 2012 · 4 comments
Assignees
Labels

Comments

@Yazov
Copy link

Yazov commented Oct 13, 2012

/html/pagination.php not work! Links on page not works!

@ghost ghost assigned dziudek Oct 15, 2012
@ghazal
Copy link

ghazal commented Oct 17, 2012

hello,
using PHP version 5.4.x, I had this error :
Illegal string offset 'active' in /templates/meet_gavern/html/pagination.php on lines 86 and 98

ie :
if($page['data']['active']) {

Corrected it with :

if(isset($page['data']['active'])) {

@dziudek
Copy link
Contributor

dziudek commented Oct 17, 2012

I'll work with it tommorow - when the fix will be ready I'll inform you in this issue.

@dziudek
Copy link
Contributor

dziudek commented Oct 19, 2012

@Yazov , @ghazal - problem should be fixed now: ea21ab9

I've used modified version of the Protostar's pagination.php file and it works for me.

@dziudek dziudek closed this as completed Oct 19, 2012
@ghazal
Copy link

ghazal commented Oct 19, 2012

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants