Closed (won't fix)
Project:
DynoSearcho
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2008 at 13:45 UTC
Updated:
6 Aug 2008 at 14:48 UTC
When entering multiple keywords separated by comma, the module generates an error, apparently a missing function ?
Fatal error: Call to undefined function array_intersect_key() in /home/sites/all/modules/dynosearcho/dynosearcho.module on line 519
Comments
Comment #1
aalamaki commentedOk, seems that this is a problem of the version of php running on my webhost, the array_intersect_key is supported only on PHP 5.1.0 whereas the php running on the server is 5.0.5, this could be stated in the module requirements.
Would be nice if some other function could be used as many shared servers still run older versions of PHP.
Comment #2
2c commentedTo get around this, add the following code to your dynosearcho module:
Comment #3
ultimike