FEU admin pagination not showing
FEU admin pagination not showing
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
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
what version of FEU are you using?
Re: FEU admin pagination not showing
Hi, sorry I'm using FEU 1.6.8 off course! (instead of cataloger...)
Lodewijk
Lodewijk
Re: FEU admin pagination not showing
Update to the latest FEU (1.6.10) and see if the problem is gone
Re: FEU admin pagination not showing
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!
Are these known bugs?
Thanks!
Re: FEU admin pagination not showing
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
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
Hello boov,
Please post your System Information here
Grtz. Rolf
Which error?I also encounter an unexplained error while updating user's details through back-end?
Please post your System Information here
Grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: FEU admin pagination not showing
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
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
The link doesn't work...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: FEU admin pagination not showing
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
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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: FEU admin pagination not showing
Excuse me for asking in advance, but will this solve the missing pagination?
IE could you confirm that the pagination even exists in FEU?
IE could you confirm that the pagination even exists in FEU?
Re: FEU admin pagination not showing
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
No I don't know, but you have to start at the beginningExcuse me for asking in advance, but will this solve the missing pagination?

I don't think so, but I don't have a website with almost 1000 feu accounts...IE could you confirm that the pagination even exists in FEU?

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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: FEU admin pagination not showing
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:
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
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 );
Hacking files isn't the best way to maintain a website

Grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -