Project:Custom Pagers
Version:5.x-1.9
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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.

Comments

#1

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.

#2

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

#3

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

AttachmentSize
custompager.strpos.patch 401 bytes
nobody click here