Closed (fixed)
Project:
Akismet
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2008 at 14:34 UTC
Updated:
31 Jul 2008 at 04:47 UTC
Using Drupal 6.3
I create a new webform, on submission of the webform I get the White Screen of Death. My logs show the following error.
PHP Fatal error: Unsupported operand types in /var/www/vhosts/example.com/includes/common.inc on line 1265, referer: http://example.com/node/add/webform
Comments
Comment #1
jrglasgow commentedon looking into this further I see that the string of code in common.inc is in the url() function.
The url function changed from D5 to D6
D5 usage
D6 usage
the error appears to be coming at the concatenation of defaults to the
$optionsarrayComment #2
jrglasgow commentedThis error, only happening on submission of webform node, is actually being caused by akismet module
Comment #3
jrglasgow commentedI've used grep to track down the offending lines of code:
Comment #4
jrglasgow commentedI was going to make a patch but it has already been fixed in HEAD
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.