FEU admin pagination not showing

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
boov
Forum Members
Forum Members
Posts: 30
Joined: Tue Sep 04, 2007 2:05 pm

FEU admin pagination not showing

Post 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
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: FEU admin pagination not showing

Post by jmcgin51 »

what version of FEU are you using?
boov
Forum Members
Forum Members
Posts: 30
Joined: Tue Sep 04, 2007 2:05 pm

Re: FEU admin pagination not showing

Post by boov »

Hi, sorry I'm using FEU 1.6.8 off course! (instead of cataloger...)

Lodewijk
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: FEU admin pagination not showing

Post by jmcgin51 »

Update to the latest FEU (1.6.10) and see if the problem is gone
boov
Forum Members
Forum Members
Posts: 30
Joined: Tue Sep 04, 2007 2:05 pm

Re: FEU admin pagination not showing

Post 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!
boov
Forum Members
Forum Members
Posts: 30
Joined: Tue Sep 04, 2007 2:05 pm

Re: FEU admin pagination not showing

Post 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
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: FEU admin pagination not showing

Post 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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
boov
Forum Members
Forum Members
Posts: 30
Joined: Tue Sep 04, 2007 2:05 pm

Re: FEU admin pagination not showing

Post 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
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: FEU admin pagination not showing

Post by Rolf »

The link doesn't work...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
boov
Forum Members
Forum Members
Posts: 30
Joined: Tue Sep 04, 2007 2:05 pm

Re: FEU admin pagination not showing

Post by boov »

User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: FEU admin pagination not showing

Post 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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
boov
Forum Members
Forum Members
Posts: 30
Joined: Tue Sep 04, 2007 2:05 pm

Re: FEU admin pagination not showing

Post 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?
boov
Forum Members
Forum Members
Posts: 30
Joined: Tue Sep 04, 2007 2:05 pm

Re: FEU admin pagination not showing

Post by boov »

I have set both variables as you indicated, however nothing changed. It might have sped up the system a little though!
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: FEU admin pagination not showing

Post 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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: FEU admin pagination not showing

Post 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
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Post Reply

Return to “Modules/Add-Ons”