Closed (fixed)
Project:
Forward
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2011 at 20:29 UTC
Updated:
12 Apr 2011 at 04:56 UTC
Jump to comment: Most recent file
Hi,
I just created a new D7.0 install, and wanted to test forward. I installed it, and configured the admin settings without any problem.
then I created a new content type named "produit" and checked the "Show forwarding link/form" option.
So the problem is that when I create a new "produit" content, I can't see the Forward link and i have this error message :
Warning: Parameter 1 to forward_node_view() expected to be a reference, value given in module_invoke_all() (line 817 of D:\\drupal7\includes\module.inc).
Did I make something wrong ?
Thanks for your help ;)
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | forward-1055384.patch | 500 bytes | interx |
Comments
Comment #1
chriz001 commentedsame problem here
Comment #2
chriz001 commentedthe problem goes away if i change line 1016 to this
function forward_node_view($node, $view_mode) {
removing the & infront of $node
Comment #3
interx commentedPrevious comment as a patch
Comment #4
chriso commentedFound this bug myself with 7.x-1.0-alpha3, confirmed it remains in 7.x-1.x-dev.
Also happy to confirm the patch works (against -alpha3 and -dev).
Comment #5
joakimekroos commentedThanks. Works for me too.
Comment #6
john.oltman commentedThis fix has been incorporated in the new 7.x-1.0-rc1 release.