- 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
Less
More
4 years 10 months ago #174463
by Antonio Jose Valdes Medina
Replied by Antonio Jose Valdes Medina on topic K2 pagination doesn't show (hint: it's related to Falang)
Ok Fotis,
I'll try to re-install Joomla and K2, I'll tell you if it worked.
Thanks.
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
Less
More
- Posts: 6218
4 years 10 months ago #174464
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic K2 pagination doesn't show (hint: it's related to Falang)
Great.
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
Less
More
- Posts: 4
4 years 10 months ago - 4 years 10 months ago #174478
by Vitaliy
Replied by Vitaliy on topic K2 pagination doesn't show (hint: it's related to Falang)
Identical problem, after updating to 2.10.2, pagination is not displayed, although everything is activated in the settings.
Problem on several sites, the component was reinstalled
Problem on several sites, the component was reinstalled
Last edit: 4 years 10 months ago by Vitaliy.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 10 months ago #174487
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic K2 pagination doesn't show (hint: it's related to Falang)
@Vitaliy Did you follow all the possible solutions in this thread? E.g. checking your template's pagination.php file?
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
Less
More
- Posts: 4
4 years 10 months ago #174509
by Vitaliy
Replied by Vitaliy on topic K2 pagination doesn't show (hint: it's related to Falang)
Pagination file in the template folder in place! Before the update, the site worked without problems for two years, pagination on materials has always been. This is not observed on one site, but on several.... and I'm afraid to update on other sites...
The joomla version is the latest, the helix 3 framework
The joomla version is the latest, the helix 3 framework
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 10 months ago #174515
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic K2 pagination doesn't show (hint: it's related to Falang)
Do a test installation of Joomla with K2 v2.10.2 (or v2.10.3 dev) and you'll see that there are no such issues.
Perhaps the problems comes in some way from the Helix 3 f/w.
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
Less
More
- Posts: 4
4 years 10 months ago #174532
by Vitaliy
Replied by Vitaliy on topic K2 pagination doesn't show (hint: it's related to Falang)
On your advice, I made a clean installation of the CMS on the local server, installed Helix 3 and Helix Ultimate. There are no problems with pagination, neither in the old version (helix 3), nor in the new version (helix ultimate). I don't know why pagination disappeared on working sites when updating(((
Please Log in or Create an account to join the conversation.
- Le Marché Biron
- Offline
- New Member
Less
More
- Posts: 5
4 years 10 months ago #174536
by Le Marché Biron
Replied by Le Marché Biron on topic K2 pagination doesn't show (hint: it's related to Falang)
Hi everyone,
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
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
Less
More
- Posts: 6218
4 years 10 months ago #174540
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic K2 pagination doesn't show (hint: it's related to Falang)
@Vitaliy Now check your plugins one by one.
@Le Marché Biron Thank you for your feedback.
@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
Less
More
- Posts: 7
4 years 10 months ago #174542
by Bouey
Replied by Bouey on topic K2 pagination doesn't show (hint: it's related to Falang)
Hi,
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
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)