Closed (won't fix)
Project:
Similar Nodes
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2008 at 01:21 UTC
Updated:
27 May 2008 at 05:16 UTC
I get the following error when I go to /admin/settings/similarnodes
Fatal error: Call to undefined function: array_combine() in /public_html/drupal/sites/all/modules/similarnodes/similarnodes.module on line 247
Comments
Comment #1
JacobSingh commentedHi FatPitch!
Sorry about that, http://in2.php.net/array_combine is php5 only. I thought all the code worked on both versions. I'm not planning on supporting php4, so if you want to make a patch to use a different function / construct for this, please go ahead. Otherwise, get your host to upgrade! php4 is dead.
-J
Comment #2
FatPitchFinancials commentedThanks for the quick response. I'm not ready to switch my site over to php 5. I'm not sure all my other drupal modules would work in php 5.
For now I'm going to be using Similar Terms to provide my related links block.
Comment #3
JacobSingh commentedHi FatPitch,
Your other drupal mods should all be php5 compat. It's rare to see things which are php4 only.
Good luck with that!
Best,
Jacob