Hello Drupal Folk,

It's been a while since using Drupal and I'm having an issue when I'm trying to move a site from the test setup to the live domain.

When ever I have a block or view to show some Nodes using the datefield I am having this sent

    * warning: Invalid argument supplied for foreach() in /[siteaddress]/sites/all/modules/date/date_api.module on line 528.
    * warning: array_keys() [function.array-keys]: The first argument should be an array in /[siteaddress]/sites/all/modules/date/date_api.module on line 817.
    * warning: in_array() [function.in-array]: Wrong datatype for second argument in /[siteaddress]/sites/all/modules/date/date_api.module on line 819.

It works fine when I am on my local MAMP set up.

I have tried a search but haven't had much luck, if I have duplicated an issue please let me know.

Cheers

Comments

bdiddymc’s picture

Priority: Critical » Normal
bdiddymc’s picture

Status: Active » Closed (fixed)

Seemed to be fixed after I flushed the caches.

Be interested to hear what the issue was if anyone has an insight.