i got this notice
•Notice: Undefined index: 2 in theme_pager() (Zeile 331 von /includes/pager.inc).
•Notice: Undefined index: 2 in theme_pager_first() (Zeile 459 von /includes/pager.inc).
•Notice: Undefined index: 2 in theme_pager_previous() (Zeile 489 von /includes/pager.inc).
•Notice: Undefined index: 2 in theme_pager_next() (Zeile 528 von /includes/pager.inc).
•Notice: Undefined index: 2 in theme_pager_next() (Zeile 529 von /includes/pager.inc).
•Notice: Undefined index: 2 in theme_pager_last() (Zeile 564 von /includes/pager.inc).
concelation
round more than 250pages
look at the attachement for more info
if set the items per page to all you get the noitce
but if you set the Pager ID to 0 then its gone
can some one reproduce?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | trackerviews.export.txt | 11.17 KB | kisugiai |
| viwsset.png | 89.69 KB | kisugiai |
Comments
Comment #1
dawehnerIn general you should have read http://drupal.org/node/571990 as it's explained in the issue creation form :)
Anyway can you provide an export which allows to reproduce this easy? This would really help!
Just from screenshots you can't get really all informations afaik.
Comment #2
JiLiZART commentedI encountered the same problem. After week of search in code. I found some mistake. views_plugin_pager_full.inc in method set_current_page. Problem in the way how determined pager ID (if it is nonzero) for render.
Find string
And replace it into
Comment #3
kisugiai commentedokay hm
the export at attachement.
thanks JiLiZART solved at the moment
@dereine
of course
i have not realy read yor therm
but if i make an issue so i have searched for a possible same and looked for settings and and and
Comment #4
dawehnerHere is the written email, because the person doesn't know how to use the contact form/drupal.org
Just in general, only because i linked a handbook page doens't mean that you don't miss all informations.
Just assume that we are not in front of your pc/...
This was really valuable informations, let's move first to xml sitemap because it seems to be a bug of them.
Comment #5
kisugiai commented@dereine
the first part of this issue it's views part, you know? thats has nothing to do with xml sitemap!!
the second part what i have send you private
was only an informaton waht i have made before i have postet the issue
the part with xml sitemap there i'm not sure which module made the notice.
sorry if i have you nerved but i wouldn't post the xml sitmap Problem here because it is an another issue.
but the xml sitemap problem are only if i have the views block enabled but it's not very important.
das findet doch kein Mensch wieder
Comment #6
dawehnerJust in general, please calm down.
now i understood why you sent me this in private, sorry about my confusion.
That's valuable because as davereid told me xmlsitemap doesn't use views.
So this seems to be a general drupal issue from my perspective or a bug of xmlsitemap and views together.
Let's move back.
Comment #7
dawehnerSo i'm wondering is this still the case for the current dev version?
Recently some fix to remove notices from pager came in, so this might have helped here as well.
Comment #8
kisugiai commentedi have runing the dev from August 3, 2011 at 7:55pm
and i haven't touch it since
just updatet to dev from Aug 26.
ist still in but only if i have the monthly archive block enabled
the first part are okay only this with XML sitemap
but i mean its not realy important to fix this
Comment #9
bochen87 commentedI came across almost the same problem. somehow my pager was missing and i gave it another pager ID, but then I had a lot of warnings. with the fix in 2, the warnings were gone.
Comment #10
bochen87 commentedI noticed, that this bug is gone in the newest dev version.