Closed (fixed)
Project:
DrupalMU
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2008 at 11:54 UTC
Updated:
17 Nov 2008 at 13:38 UTC
Jump to comment: Most recent file
This is a follow up to my previous issue regarding adding comments. Now I log in as the blog owner to approve comments, and I get the following error.
warning: Missing argument 2 for phptemplate_comment_wrapper() in /home/vhosting/47/drupalmu.org/www/themes/garland/template.php on line 43.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | usercomment.module.patch | 12.45 KB | chuckdeal97 |
Comments
Comment #1
chuckdeal97 commentedI have been working with the usercomments module too. Attached is a patch of the module file that attempts to fix:
1. this error with the phptemplate_comment_wrapper() (it was missing a$node arg)
2. delete/approve links not displaying
3. approve link giving access denied errors
I ran the 5.x project thru deadwood and it suggested the fix for the mail handleing (the new hook_mail impl is my attempt, it still needs to be tested)
Comment #2
chuckdeal97 commentedThe mail handling does work...
Comment #3
wmostrey commentedUpgraded to http://drupal.org/node/320797 which seems to have fixed the issue.