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 |
Jump to:
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 282An example here: http://credit-helpers.com/user/1 (not my site)

#1
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).