Drupal 4.6.0
PHP 5.1.2 (cli) (built: Apr 6 2006 11:07:54)
Installed it and I got this warning message:
warning: array_merge() [function.array-merge]:
Argument #1 is not an array in /*******/drupal/modules/import_html/coders_php_library/debug.inc on line 18.
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /*******/drupal/modules/import_html/coders_php_library/debug.inc on line 18.
| Comment | File | Size | Author |
|---|---|---|---|
| debug.inc.patch | 634 bytes | kreaper |
Comments
Comment #1
dman commentedThe patch looks OK, (I'm a long way offline this month, so not actively testing) but I usually try using HTTP_REQUEST now to tke the place of the merged GET_VARS and SET_VARS.
Thanks for the contrib. I can't commit it right now, but I'll try to do this or something similar when I get back to my machines.
Comment #2
dman commentedThanks. This error is now fixed by using $REQUEST instead of any merging at all.
Comment #3
(not verified) commented