I'm doing a test of all drupal modules with the 4.7 Head and when I try and run Actions it gives this error.
Fatal error: Call to undefined function tablesort_pager() in drupaltest/modules/actions/actions.module on line 151

Comments

robbt’s picture

In addition I'm running PHP Version 5.1.2-1.dotdeb.2 with Mysql 4.1.12
on Apache2 with Ubuntu Gnu/Linux as the server.

SavoryMedia’s picture

I get the same error.

I'm on Dreamhost with PHP 5.1.2 and MySQL5 running yesterday's HEAD install and HEAD version of this module.

jvandyk’s picture

Status: Active » Fixed
SavoryMedia’s picture

Okay. This was marked fixed with no explanation whatsoever.

First, is the fixed version now in the CVS section of the Modules downloads here on Drupal.org...or do I need to hit the CVS repository to get the fixed version?

jvandyk’s picture

Yes to both.

jvandyk’s picture

I fixed it, added the install file that jjeff and rbrooks00 (and robertDouglass) had put together, committed the changes, and tagged it for 4.7. So you can either download the 4.7 version from drupal.org or download the DRUPAL-4-7 branch from CVS. In fact, since at this point the 4.7 branch and the HEAD branch are identical, you could download the cvs version from drupal.org or HEAD from cvs! So many options. Best practice is to check out the 4.7 branch from CVS so you can follow changes that apply to 4.7, since the HEAD branch will diverge when 4.8 development begins.

Anonymous’s picture

Status: Fixed » Closed (fixed)