Hello,
I'm trying to use Custom Pagers to lead people through a series of pages created as part of a Taxonomy Term. I followed the instructions to set up the Custom Pagers module, and also set up Views 2 to make an appropriate view:
http://sol.sundaysenergy.org/samplechapterview1
So it appears that things are set up correctly on the views side, but when I go to the initial page where the pager is supposed to start (http://sol.sundaysenergy.org/content/how-america-could-resolve-any-issue), I get this:
notice: Undefined offset: 0 in /home/solerdma/public_html/sites/all/modules/custom_pagers/custom_pagers.module on line 287.
notice: Undefined offset: 0 in /home/solerdma/public_html/sites/all/modules/custom_pagers/custom_pagers.module on line 288.
notice: Undefined offset: -1 in /home/solerdma/public_html/sites/all/modules/custom_pagers/custom_pagers.module on line 289.
notice: Undefined offset: -1 in /home/solerdma/public_html/sites/all/modules/custom_pagers/custom_pagers.module on line 290.
notice: Undefined offset: -1 in /home/solerdma/public_html/sites/all/modules/custom_pagers/custom_pagers.module on line 295.
notice: Undefined offset: -1 in /home/solerdma/public_html/sites/all/modules/custom_pagers/custom_pagers.module on line 295.
notice: Undefined offset: -1 in /home/solerdma/public_html/sites/all/modules/custom_pagers/custom_pagers.module on line 295.
notice: Undefined offset: -1 in /home/solerdma/public_html/sites/all/modules/custom_pagers/custom_pagers.module on line 295.
notice: Undefined offset: -1 in /home/solerdma/public_html/sites/all/modules/custom_pagers/custom_pagers.module on line 295.
In addition, there is no pager showing up on the content below. Another strange thing is in the edit area for my pager, under "Use a view", it only shows "tracker, glossary, backlinks and popular". Shouldn't I also see a reference to my view there??? In any case, this is very bad and I need to get it fixed as soon as possible.
Any help will be *much* appreciated. Thanks,
Jim
Comments
Comment #1
jimmb commentedUpdate: The problem was that you apparently need to create a new content type for the resulting view to show up in the Custom Pager UI. I was using the "Story" content type with a specific taxonomy term, and trying to create the view with that.
The view worked, but it wasn't showing up (as I mention above) in the Custom Pagers UI. That's probably what was causing the error messages. Another problem was the theme was hiding the pager, but I got that sorted out as well. So I'm marking issue as closed, but perhaps this post will help someone somewhere.
Comment #2
jeffschulerResetting title.