- Posts: 21
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- K2 pagination doesn't show (hint: it's related to Falang)
K2 pagination doesn't show (hint: it's related to Falang)
- Antonio Jose Valdes Medina
-
Topic Author
- Offline
- Junior Member
I've many read many post about the pagination not working in K2 2.10.2 and I haven't found any solution.
In my case in the catagory.php the array $this->pagination contains the data, and the joomla function $this->pagination->getPagesLinks() don't work.
I try:
- Re-save the category
- Paste the new category.php code in my override
My website works with PHP 7.1 version, can it be because of this?
I'm looking forward to hearing from you,
Toni
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Antonio Jose Valdes Medina
-
Topic Author
- Offline
- Junior Member
- Posts: 21
Sorry, in my template I don't have a pagination.php file. And I've also tried putting it and it doesn't work either.
I'm waiting for your answer,
Thanks.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Antonio Jose Valdes Medina
-
Topic Author
- Offline
- Junior Member
- Posts: 21
My website is obertament.org
And the problem is this URLs:
· obertament.org/ca/lluita-contra-l-estigma/actualitat
· obertament.org/ca/lluita-contra-l-estigma/histories-de-vida-en-1-persona/blogs
This Website have a T3 Framework template by joomlaArt, with all updates since 2011 (www.t3-framework.org)
Can I send you the admin or FTP pass by private to you can see the code?
I'm waiting for your answer,
Thanks.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Then request a URL like so on your browser: obertament.org/ca/lluita-contra-l-estigma/actualitat?template=protostar
Does that load the pagination in K2?
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Antonio Jose Valdes Medina
-
Topic Author
- Offline
- Junior Member
- Posts: 21
I'm sorry, I don't see your update post.
I've tested the Website with Propostar and it doesn't work the pagination either
You'll be able to see it: obertament.org/ca/lluita-contra-l-estigma/actualitat?template=protostar
I hope your answer,
Toni
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
a) Is the pagination enabled (or set to "auto") in your K2 menu items? jmp.sh/Vt5rtxU
b) If the file pagination.php is missing, copy it from Protostar or the system templates to your template's "html" folder.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Antonio Jose Valdes Medina
-
Topic Author
- Offline
- Junior Member
- Posts: 21
The pagination is enabled in K2 menú settings.
And I've copied the pagination.php from Protostar html folder to my html folder template, and It doesn't work either.
You must remember that witch Propostar template also doesn't work: obertament.org/ca/lluita-contra-l-estigma/actualitat?template=protostar
I hope your answer,
Toni
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Given your last response, unless some 3rd party plugin causes issues, try re-installing Joomla (and K2 afterwards). Use the Joomla Update component to re-install.
There's not much I can do beyond that.
Keep in mind that there have been 2-3 posts related to pagination and these revolved around issues I just mentioned.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Antonio Jose Valdes Medina
-
Topic Author
- Offline
- Junior Member
- Posts: 21
I'll try to re-install Joomla and K2, I'll tell you if it worked.
Thanks.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Vitaliy
-
- Offline
- New Member
- Posts: 4
Problem on several sites, the component was reinstalled
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Vitaliy
-
- Offline
- New Member
- Posts: 4
The joomla version is the latest, the helix 3 framework
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Perhaps the problems comes in some way from the Helix 3 f/w.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Vitaliy
-
- Offline
- New Member
- Posts: 4
Please Log in or Create an account to join the conversation.
- Le Marché Biron
-
- Offline
- New Member
- Posts: 5
I just had the same problem with updating joomla and k2 to the latest.
After disabling one by one all my components and plugins, i found that the following plugin causes the pagination not to show :
" System - FaLang Database Driver "
Maybe it can be an answer for you both
I'll contact Falang developers.
Cheers
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
@Le Marché Biron Thank you for your feedback.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Bouey
-
- Offline
- New Member
- Posts: 7
it's a problem with Falang the query line 342 in the file : components/com_k2/models/itemlist.php
$db->setQuery('SELECT FOUND_ROWS();');
$this->getTotal = $db->loadResult();
not supported by falang due to the query override.
i'm looking for a workaround
Stéphane
Falang
www.faboba.com
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- K2 pagination doesn't show (hint: it's related to Falang)