Closed (fixed)
Project:
Content Complete
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2010 at 16:07 UTC
Updated:
30 May 2010 at 14:30 UTC
I tried to "rebuild cache" within Content Complete module ant I got an error:
warning: array_keys() [function.array-keys]: The first argument should be an array in ..../emploi/sites/all/modules/addresses/addresses_cck/addresses_cck.module on line 15.
seems to have incompatibility with addresses CCK?
no problem with other CCK.
Comments
Comment #1
clashar commentedstill no answer?
Comment #2
tedfordgif commentedThis is a bug with the way content_complete is calling hook_content_is_empty(). Patch:
Comment #3
clashar commentedthank you!
I can't create patches directly on server, I do it on my local machine and then upload to sever.
1) Could you please if I should firstly uninstall the module before copying applied patch to server. Or I could just replace the file by FTP.
2) And another question: will be that patch included to future versions of the Content Complete module or I should apply it every time to each version?
Comment #4
tedfordgif commented1) You can just update the file, then upload it again via FTP. That should always work for one-line changes (barring typos).
2) One of the module maintainers will have to commit this patch (pvhee, hunvreus).
Comment #5
clashar commentedtedfordgif, thank you!!
Comment #6
pvhee commentedThanks for the patch in #2, I've committed this to the CSV.