Hello
After much searching for Paging I found Paged Archives Plugin (http://www.aldenbates.com/plugins/pagedarchives.html)
that was very easy and use full any think is ok As long as I decided to using MT5 PRO(I previously used MT5 Developer)
when i use any tag of this plugin i see this eror in publishing :
"Undefined subroutine &MT::Template::Tags::Archive::_hdlr_archive_count called "
i use any learning for Paging but not work any Please help me
Reported on Movable Type 5

Hi Ali,
I've seen a similar problem on a movable type pro installation (v5.12), but what I've noticed is that the error message shows up from time to time, not every time I rebuild.
Maybe something like once every 3 rebuilding processes. What is interesting is that the plugin works even if it displays that error message from time to time.
I'm going to report the problem to Alden and will let you know when we have a resolution.
Kind Regards,
Mihai Bocsaru
----------------------------------
Daily Movable Type Consultant
Web Development
Movable Type Consulting
Six Apart Partner
http://www.pro-it-service.com/
----------------------------------
Movable Type Demo
http://www.movabletypedemo.org/
Thanks a lot Mihai .
i am using a custom Theme (delete all widget,Template Modules and i made a new theme ...)
but when this plugin work
Correctly i using this custom theme!
and now i test this plugin with Default MT Theme and
I did not get the error but did not any result(Does nothing to show pagination )
my publishing type is static !
I do not want to bother you fall dear Mihai thanks for helping
You're welcome, Ali!
May I see the URL where you're using it?
Thanks,
Mihai
i cant publishing with plugin tag to show you Mihai !
which url you request?
do you need an acc on my MT for you?
Hi Ali,
Setting up an account for me on your movable type installation to take a look at the Paged Archives implementation would help.
Thanks,
Mihai
hi Mihai
i send account to you by email thanks dear Mihai
Hi Ali,
I just took a quick look, but I didn't see the Paged Archives tags implemented inside your "Android" blog.
If you are going to implement it, I won't see why it won't work.
Do you want me to implement that coding for you? If so, on which exact templates would you like to have me implement it for you?
Thanks,
Mihai
You're right Mihai but I had delete tags of plugin for publishing site ,Otherwise i see error!
'll Be happy if you import tag and see Result and help me
i want to import tag to index and Category Each Archive
tanks again Mihai
Hi Ali,
What I've noticed is that the v5.12 where there was the same error with the one you've mentioned above the Paged Archive plugin running was v1.3x.
After upgrading movable type to v5.13, it didn't want to upgrade not even on a 2nd or 3rd try.
I've fixed the problem by taking the appropriate plugin from Alden, which is v1.4x, good for movable type v5.1x.
Do the same from:
http://www.aldenbates.com/plugins/pagedarchives.html
Cheers,
Mihai
hi dear friend
i used paged archives 1.4 but with mt 5.12 .i want to upgrade to 5.13 with new template and tel you that result
thanks again
You're welcome, Ali!
What you should be aware of, and what does the trick here is to place the plugin file "pagedarchives.pl" under a folder "PagedArchives".
So you should endup with something like this:
/plugins/PagedArchives/pagedarchives.pl
Actually, after talking with Alden (the plugin developer) about this error message, we've concluded that the folder structure doesn't matter, but it could be a conflict in between the plugin and some perl versions.
For instance, on a movable type v5.14 installation on his end there is no error, while on my end there is. Same installation, same plugin, but different perl versions.
The good news is that until Alden would find a solution for this, we have a work around, which is to specify the parameter "numofentries", like this:
<mt:PASettings numofentries="50">
Enjoy,
Mihai
Hi Mihai:
Do in which part of the code (or after the tag) should I place exactly that ?