Noticing this php error after upgrading to the latest version:

strpos() [<a href='function.strpos'>function.strpos</a>]: Empty delimiter in /path/to/modules/custom_pagers/custom_pagers.module on line 399.

Not sure how severe this is but I wanted to post it anyway.

CommentFileSizeAuthor
#3 custompager.strpos.patch401 byteskongoji

Comments

BradM’s picture

no one else seeing this? I'm getting a crap load of them now, and I'm trying to figure out if this is one of the reasons why my site has slowed to a dead crawl.

kongoji’s picture

I'm having the same messages. I'm going to investigate by myself, if I find something I'll post it here.

kongoji’s picture

StatusFileSize
new401 bytes

this patch should avoid to show those error messages in watchdog.
What it does is very simple: it checks if the node type is not empty, otherwise it skips the strpos and return visibility FALSE