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
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
Comment #1
robbt commentedIn 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.
Comment #2
SavoryMedia commentedI 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.
Comment #3
jvandyk commentedComment #4
SavoryMedia commentedOkay. 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?
Comment #5
jvandyk commentedYes to both.
Comment #6
jvandyk commentedI 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.
Comment #7
(not verified) commented