Reviewed & tested by the community
Project:
Textfield Autocomplete
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2007 at 21:01 UTC
Updated:
14 Oct 2007 at 15:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedSame problem found here.
You will need PHP5 in order to get this to work.
It is caused by the call to array_combine function on line 165.
If you are on PHP4 then change the following piece of code:
to this:
Joep
Comment #2
vacilando commentedThanks for the suggestion but.. no, I am on PHP v5.2.2
Any other ideas?
Tomas
Comment #3
Anonymous (not verified) commentedThis the patch for my previous comment (#1)
It is my first Drupal patch ever so I hope it is in the right format.
Comment #4
Anonymous (not verified) commentedChange the status
Comment #5
vacilando commentedWow, joepH -- that worked! You can roll out a new release based on the patched code. Thanks!
Just to remind you, I needed this patch even though I am on PHP 5.2.2 (so this thread's title is a bit misleading).
Tomáš
Comment #6
Anonymous (not verified) commentedI have no idea how to create a new version. I am not the module maintainer.
Comment #7
vacilando commentedJoepH, you are of course correct. Hopefully linuxbox is reading this and will apply this patch as soon as possible and roll out a new version.
Comment #8
salvisI also need this patch on PHP 4.4.0, and it works fine.