Closed (fixed)
Project:
SignIt
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2007 at 09:04 UTC
Updated:
9 Jan 2009 at 05:00 UTC
Jump to comment: Most recent file
I get this error when I try to create a node with signit:
Fatal error: Cannot use object of type stdClass as array in (...)/sites/all/modules/signit/signit.module on line 1880
I use php 5.2.1 & drupal 5.2
/petter
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | signit.txt | 63.76 KB | pjo |
Comments
Comment #1
pjo commentedplease help!
/petter
Comment #2
arthurf commentedThank you for idenentifying this issue, there is now a fix in cvs for this.
Comment #3
pjo commentedSorry, tried the new cvs code, but still get exactly the same error message.
Comment #4
arthurf commentedCan you give me what version number is at the top of the signit module? I did fix this today (well it worked for me locally.... ) so I'd like to be sure of what you're using.
thanks!
Comment #5
pjo commentedThanks for your help,
here is the first line of the signit module.
// $Id: signit.module,v 1.5.2.13 2007/10/11 22:22:36 arthuregg Exp $
I attach the whole file, with the changes from the cvs.
Comment #6
pjo commentedI tried to reinstall it with the new // $Id: signit.module,v 1.5.2.16 2007/10/16 16:19:34 arthuregg Exp $
files, still no luck...
Comment #7
pjo commentedI changed line 1878 from
$output = "
";
to
$output = "
";
and it seems to work (but i'm no programmer and got no idea if that's the right thing to do..)
don't get the error messages any more, and the signatures end up in the database.
But it doesn't check for duplicate signatures now, isn't it supposed to?
Comment #8
pjo commentedor no, it seems to work now!
Comment #9
ahkiam commentedThis change appears to be in the latest .dev version.