help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
mod_jem showing a non limited number of events...
- Mister PAul
- Topic Author
- Offline
- Senior Member
- Posts: 65
- Thanks: 7
mod_jem showing a non limited number of events...
6 years 4 months ago
Hi,
I have a problem with the number of events displayed in mod_jem: it’s not limited.
Instead of getting the number of items set by admin in module parameters (4 in my case), I get all the events of the category…
This problem occurs online but not locally (localhost)
What’s wrong?
For now I can’t manage that…
Thanks for your help
Paul
I have a problem with the number of events displayed in mod_jem: it’s not limited.
Instead of getting the number of items set by admin in module parameters (4 in my case), I get all the events of the category…
This problem occurs online but not locally (localhost)
What’s wrong?
For now I can’t manage that…
Thanks for your help
Paul
Please Log in or Create an account to join the conversation.
Re: mod_jem showing a non limited number of events...
6 years 3 months ago
Please post all your jem system infos! If not noone is motivated and capable to help
Please Log in or Create an account to join the conversation.
- Mister PAul
- Topic Author
- Offline
- Senior Member
- Posts: 65
- Thanks: 7
Re: mod_jem showing a non limited number of events...
6 years 3 months ago - 6 years 3 months ago
I use last version of JEM
I use Responsive JEM, but it's not involved in this problem
It's strange because in helper.php line 102:
I get the good value for $count
(I mean that if I echo $count; I get the good parameter value)
But I don't know why it's not applied then in the script...
I use Responsive JEM, but it's not involved in this problem
It's strange because in helper.php line 102:
Code:
# count
$count = $params->get('count', '2');
$model->setState('list.limit',$count);
(I mean that if I echo $count; I get the good parameter value)
But I don't know why it's not applied then in the script...
Last edit: 6 years 3 months ago by Mister PAul.
Please Log in or Create an account to join the conversation.
Re: mod_jem showing a non limited number of events...
6 years 3 months ago
Sorry, I am using the same but I can't reproduce your problem. Is there someone else who can reproduce?
Perhaps reloading of the original JEM may help.
Perhaps reloading of the original JEM may help.
Please Log in or Create an account to join the conversation.
- Mister PAul
- Topic Author
- Offline
- Senior Member
- Posts: 65
- Thanks: 7
Re: mod_jem showing a non limited number of events...
6 years 3 months ago - 6 years 3 months ago
I had to modify the Configuration to change pdomysql to mysqli
It gets the good count value now
Then I reinstalled the pkg_jem_v2
(I noticed it was not the last version of module too...)
It gets the good count value now
Then I reinstalled the pkg_jem_v2
(I noticed it was not the last version of module too...)
Last edit: 6 years 3 months ago by Mister PAul.
Please Log in or Create an account to join the conversation.
Re: mod_jem showing a non limited number of events...
6 years 3 months ago - 6 years 3 months ago
So the problem has been solved by changing pdosql to mysqli?
Last edit: 6 years 3 months ago by Egnarts.
Please Log in or Create an account to join the conversation.
Time to create page: 0.647 seconds