Closed (fixed)
Project:
Webform
Version:
6.x-3.0-beta6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 17:58 UTC
Updated:
24 Aug 2010 at 09:40 UTC
I have a regular webform node, with some additional validation and processing code where the user is redirected to custom page if they are not logged in.
Whenever the form is submitted by an anonymous user I get a 'fatal error: unsupported operand types in /includes/common.inc on line 1539'. This is not occurring with any other node.
I've been searching the forums and found that Drupal 6 now has new rules for using l() and url() and I believe that Webform might be using a deprecated version of one/both of those functions. Any ideas? Thank you.
Comments
Comment #1
quicksketchI don't think this is the case, perhaps you could try creating a new webform node and see if the same problem exists there? I'd suspect any custom processing code.
Comment #2
quicksketchClosing after lack of response.
Comment #3
anni commentedI´ve got a similar error message. If i edit an existing webform ther is the whitescreen showing:
Fatal error: Unsupported operand types in .../sites/all/modules/webform/includes/webform.components.inc on line 872.
Deinstalling the module and cleaning up the database didn´t fix this problem.
What´s wrong?
Comment #4
anni commentedStill the same Problem, anyone an idea?
Comment #5
quicksketch@anni: Do you have any non-standard components installed on your site? It looks like the error would be caused by a component not specifying default settings.
Comment #6
anni commentedYesssss. Thank You. There was a module one of my colleagues wrote I didn´t know.
Now everything works fine.
Comment #7
anni commented