Page 1 of 2
FEU admin pagination not showing
Posted: Mon Oct 12, 2009 1:54 pm
by boov
Hi all,
I'm running cmsms 1.6.5 with all necessary system requirements. On this install i'm also using Cataloger 1.6.8. I have 990 users in my dbase but I can only display the first 500, because the pagination links do not appear. When I choose the module to show 20 items per page, I should have 50 pages with accounts.
Has anybody experienced this problem before and now knows an explanation or solution?
Thank you in advance!
Lodewijk
Re: FEU admin pagination not showing
Posted: Mon Oct 12, 2009 2:02 pm
by jmcgin51
what version of FEU are you using?
Re: FEU admin pagination not showing
Posted: Mon Oct 12, 2009 2:07 pm
by boov
Hi, sorry I'm using FEU 1.6.8 off course! (instead of cataloger...)
Lodewijk
Re: FEU admin pagination not showing
Posted: Mon Oct 12, 2009 2:48 pm
by jmcgin51
Update to the latest FEU (1.6.10) and see if the problem is gone
Re: FEU admin pagination not showing
Posted: Tue Oct 13, 2009 8:21 am
by boov
I have upgraded the module this morning, but the pagination still won't show. I also encounter an unexplained error while updating user's details through back-end?
Are these known bugs?
Thanks!
Re: FEU admin pagination not showing
Posted: Fri Nov 20, 2009 8:17 am
by boov
Could anyone please post a suggestion as to why the pagination in FEU fails to show. CMS is running 1.6.6 and FEU 1.6.11.
I have 43 users in the database, and if i set the limit of the shown users to 10, I am not able to see more then 10 users. Sure i can set the limit to 500. But I have 800 users to import, so I will not be able to see 300 users.
I am getting rather desperate here, any help out there?
I appreciate any help, thank you!
Lodewijk
Re: FEU admin pagination not showing
Posted: Fri Nov 20, 2009 9:23 am
by Rolf
Hello boov,
I also encounter an unexplained error while updating user's details through back-end?
Which error?
Please post your
System Information here
Grtz. Rolf
Re: FEU admin pagination not showing
Posted: Tue Nov 24, 2009 4:03 pm
by boov
Hi Rolf,
Thank you for your respons. The unexplained error is gone, since some time. Don't know why it occurred and don't know why it stopped occurring. The missing pagination is still at hand though...
My system information is rather extensive - you can download a document at
www.westvest.nl/cms/CMS-Westvest.doc
I hope you can help out!
Boov
Re: FEU admin pagination not showing
Posted: Tue Nov 24, 2009 4:10 pm
by Rolf
The link doesn't work...
Re: FEU admin pagination not showing
Posted: Tue Nov 24, 2009 4:11 pm
by boov
Re: FEU admin pagination not showing
Posted: Tue Nov 24, 2009 4:16 pm
by Rolf
Increase the following
PHP Memory Limit (memory_limit):
20M
Maximale Uitvoertijd (max_execution_time):
30
How to (in Dutch)
http://forum.cmsmadesimple.org/index.ph ... 322.0.html
Rolf
Re: FEU admin pagination not showing
Posted: Tue Nov 24, 2009 4:20 pm
by boov
Excuse me for asking in advance, but will this solve the missing pagination?
IE could you confirm that the pagination even exists in FEU?
Re: FEU admin pagination not showing
Posted: Tue Nov 24, 2009 4:24 pm
by boov
I have set both variables as you indicated, however nothing changed. It might have sped up the system a little though!
Re: FEU admin pagination not showing
Posted: Tue Nov 24, 2009 4:51 pm
by Rolf
Excuse me for asking in advance, but will this solve the missing pagination?
No I don't know, but you have to start at the beginning
IE could you confirm that the pagination even exists in FEU?
I don't think so, but I don't have a website with almost 1000 feu accounts...

With filter on 10 it isn't showing either

It's looks like a bug, but I have to look into it further later on in the evening.
Grtz. Rolf
Re: FEU admin pagination not showing
Posted: Tue Nov 24, 2009 8:13 pm
by Rolf
Hi boov,
I can´t find (within my knowledge) any kind of pagination

You should expect it thought, please report a
bugreport in the Forge:
http://dev.cmsmadesimple.org/bug/list/14
For the moment you can probably change the limits in function.admin_userstab.php and get the site working again. (backup first)
Add a new line for 1000 users:
Code: Select all
// a pulldown list for limits
$limits = array( '100' => 100,
'10' => 10,
'25' => 25,
'50' => 50,
'250' => 250,
'500' => 500,
'1000' => 1000 );
But this is just a temporarily solution, please make a bugreport so Calguy can fix it properly!
Hacking files isn't the best way to maintain a website
Grtz. Rolf