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

JacobSingh’s picture

Hi 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

FatPitchFinancials’s picture

Thanks 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.

JacobSingh’s picture

Status: Active » Closed (won't fix)

Hi 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