Fatal error: Call to undefined function: array_intersect_key()...

Ambrosy - February 17, 2008 - 03:56
Project:User Visits
Version:5.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Ambrosy
Status:won't fix
Description

When you open a profile pages:

Fatal error: Call to undefined function: array_intersect_key() in /.../public_html/sites/all/modules/user_visits/user_visits.module on line 282

An example here: http://credit-helpers.com/user/1 (not my site)

#1

sanduhrs - February 17, 2008 - 10:46
Category:bug report» support request
Priority:critical» normal
Status:active» won't fix

The function is available since PHP 5.1.0 see http://de2.php.net/array_intersect_key
You probably need to upgrade your php installation or rewrite the function and include it in the module (see the comments on php.net).

 
 

Drupal is a registered trademark of Dries Buytaert.