Looks like weblink module has some problems with current CVS drupal, installing and enabling it give the following error on submission of many forms in drupal:

warning: Missing argument 2 for do_search() in /home/perlucid/public_html/nctdee/modules/search.module on line 444.
CommentFileSizeAuthor
#2 weblink_search.patch1.33 KBjhriggs

Comments

lunas’s picture

I'm receiving the same error, when I enable weblink with the cvs of drupal I get:

warning: Missing argument 2 for do_search() in /blah/blah/blah/modules/search.module on line 485.

warning: Cannot modify header information - headers already sent by (output started at /blah/blah/blah/boxing/includ

jhriggs’s picture

StatusFileSize
new1.33 KB

In CVS (4.6), weblink no longer need to implement the search hooks. Delete the weblink_search() and weblink_update_index() functions. Patch attached.

stevryn’s picture

This patch says v.1.74, my weblink module says 1.75. When I remove those lines, the site no longer works, I get nothing but white page.

This is the error I receive when trying to do a search:

Missing argument 2 for do_search() in C:\www\webroot\drupal\modules\search.module on line 472.
htmlspecialchars() expects parameter 1 to be string, array given in C:\www\webroot\drupal\includes\common.inc on line 554.

When I disable weblink, it works.

Bèr Kessels’s picture

Status: Needs review » Closed (won't fix)

we no longer allow any patches or mods on CVS. please look at links.