I get the following error when going to the compose tips page (ie www.website.com/filter/tips) I know most people don't use this page, but it's still a bug and I wanted to report it.

warning: Missing argument 2 for paging_help(), called in /mnt/stor2-wc1-dfw1/394720/www.ivawsandbox.com/web/content/sites/all/modules/paging/paging.module on line 728 and defined in /mnt/stor2-wc1-dfw1/394720/www.ivawsandbox.com/web/content/sites/all/modules/paging/paging.module on line 10.

CommentFileSizeAuthor
#4 paging-562142.patch489 byteskmonty

Comments

bryancasler’s picture

I dug around in paging.module and found this on line 10

function paging_help($path, $arg) {

I changed it to

function paging_help($path) {

Problem fixed! I think ?

bedot’s picture

Yeah it's work for me..thanks

koolmokpox’s picture

I just used default arguments
function paging_help($path, $arg='none') {

kmonty’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new489 bytes

I can confirm #3 works. Here is a patch.

m4olivei’s picture

Patch in #4 works. I've applied it successfully.

Thanks.

jenlampton’s picture

Version: 6.x-1.0-beta3 » 6.x-1.x-dev
Status: Reviewed & tested by the community » Fixed

committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.