I just updated to the latest version of FAQ module, and this is what it gives me when I return to the main page of the web site.

Fatal error: Call to undefined function: array_diff_key()

According to PHP.net (http://www.php.net/array_diff_key), array_diff_key() is a php function in versions 5.1 and greater, and I seem to be running 4.3.11. This function is referenced 4 times in the faq.module.

CommentFileSizeAuthor
#1 faq_224359.patch738 bytesstella

Comments

stella’s picture

StatusFileSize
new738 bytes

Crap, ok try the attached patch and let me know how you get on.

Cheers,
Stella

Ryan Palmer’s picture

Status: Active » Reviewed & tested by the community

Looks good to me! Thank you!

stella’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

stella’s picture

This was critical, so i had to create yet another release (*sigh*).

Released in FAQ 5.x-2.9 and FAQ 6.x-1.5.

Cheers,
Stella

nancydru’s picture

For those who don't follow the internal news, Drupal 7 (which is already in development) will require PHP 5.2.x or higher and MySql 5.x or higher (okay, Postgres 8.x too). If your host isn't there yet, it's time to get them planning an upgrade.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.