Activating viewcount.module and going to -> Administration » site configuration » modules » viewcount produces this error:
Fatal error: Call to undefined function: la() in /usr/home/drupal/html/drupal42/modules/viewcount.module on line 61
Issue fork viewcount-2020
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #1
jeremy commentedThe viewcount module was written for Drupal 4.0. The module was renamed to 'statistics.module' in Drupal 4.1 and now comes in the main Drupal distribution (replacing the original statistics.module). What is found in 4.1+ is significantly more complete and more efficient.
Therefore, there is no reason to use viewcount with Drupal 4.1+.
(Is there a way on the contributions page to only link to this module in the 4.0 column -- not 4.1, 4.2, CVS, ...? )