Forum
Collections list not complete in Collections tab
24 collections are listed under "Listing all Collections" from the collections tab.
35 collections are listed in an Edit Page -> Collections, Manage from this page. (This is the complete listing).
No error messages are displayed.
Any ideas?
running Perch Runway 2.8.5
thanks!
Do you still see the issue if you update to the latest version?
Can we see your Diagnostics Report?
here's part of the diagnostic report - what looks odd is the <?php just after the runtimes, not sure if this is normal. Not sure if there's a secure way to share the full report - I'm not keen on exposing my server specifics in a public forum.
I've updated to the latest version. Still same issue.
Yes, that's normal.
It sounds like maybe the pagination controls aren't displaying for you. Do they appear in other listings?
I see pagination controls in the "listing all assets" area.
I've edited the collection.list.post.php file to include the paging function I lifted from the asset area to be the following:
It works as expected now.
<?php include (PERCH_PATH.'/core/inc/sidebar_start.php'); ?> <p><?php //echo PerchLang::get(''); ?></p> <?php include (PERCH_PATH.'/core/inc/sidebar_end.php'); ?> <?php include (PERCH_PATH.'/core/inc/main_start.php'); ?> <?php include ($app_path.'/modes/_subnav.php'); ?>
<?php include (PERCH_PATH.'/core/inc/main_end.php'); ?>
That would do it! We've fixed this for the next release.