warning: Invalid argument supplied for foreach() in /http/suncampus/site/_htdocs/includes/menu.inc on line 258.
warning: array_merge() [function.array-merge]: Argument #1 is not an array in /http/suncampus/site/_htdocs/includes/menu.inc on line 323.
warning: Missing argument 1 for drupal_get_form() in /http/suncampus/site/_htdocs/includes/form.inc on line 69.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in /http/suncampus/site/_htdocs/includes/form.inc on line 358.
That appeared after upgrade from Drupal5 to Drupal6.
As one can find by Goggle the first error is quite spread among v6 modules.
Hope you someone can fix this. Thanx!
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | commentrss-6.x-1.0.patch | 762 bytes | yaph |
Comments
Comment #1
scbarber commentedLine 39 of comentrss.module should read:
Comment #2
BlueNC commentedI'm having the same problem, and updating line 39 of the commentrss.module doesn't change the error messages.
Comment #3
BlueNC commentedOr maybe it did. I disabled all caching and went back to the setting page and voila!
Comment #4
domesticat commentedJust a confirmation. I saw the same warning. The fix in #1 corrected it after I cleared the cache.
Comment #5
Anonymous (not verified) commentedYep, it works.
Comment #6
tjharman commentedI can confirm doing this fixes the issue, once the cache is cleared.
Comment #7
yaph commentedHere is a patch to fix this issue
Comment #8
Anonymous (not verified) commentedI attempted to apply this patch to my installation but the same error was returned. I cleared my browser cache. I have upgraded to 6.4. Is there a difference between 6.4 and the 6.x the patch was originally written to work with?
Comment #9
tjharman commentedIt's not your browser cache you have to clear, but the cache built into Drupal.
Navigate to admin/settings/performance
(Or just click "Performance" from the Admin menu screen) - scroll down and click the "Clear cached data" button.
Comment #10
Anonymous (not verified) commentedThat fixed it! Thanks very much.
Comment #11
gábor hojtsyAlso realized myself, and shipped in 6.x-1.1. Please upgrade.
Comment #12
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.