Hello!

I'm seeing the following error after upgrading Drupal to the latest 6.19, Webform 3.4 and Token 1.15 modules. Any idea what could be wrong? I will also log an issue in the Token issue queue.


Type php
Location https://example.com/node/792/webform/configure
Referrer https://example.com/node/792/webform/configure
Message array_merge() [function.array-merge]: Argument #2 is not an array in /data/webroot/www_example/sites/all/modules/token/token.module on line 346.
Severity error

Here are more details of my configuration:
MySQL 5.0.77
PHP 5.2.13
Apache 2.2.3

Thank you!
- Vince

Comments

quicksketch’s picture

Hm, that seems unusual considering Webform doesn't use tokens provided by Token module in any way. Perhaps another module is causing the error?

vincetingey’s picture

Status: Active » Closed (fixed)

Hmm for some reason I think it may of been because I was having an issue with path-auto and tokens and had to apply a patch to tokens. After applying this patch I could not replicate this webform error anymore....

http://drupal.org/node/956278

So I guess this is fixed heh. Thanks for the quick reply!