I upgraded to user_stats alpha 3 and get a php error that makes the forum unusable:
Fatal error: Cannot redeclare user_stats_preprocess_author_pane() (previously declared in /home/vhosts/schrijvenonline.org/httpdocs/sites/all/modules/user_stats/user_stats.module:691) in /home/vhosts/schrijvenonline.org/httpdocs/sites/all/modules/author_pane/modules/user_stats.author-pane.inc on line 24

There's a db update waiting, but update.php gives me a blank screen (with error reporting set to 'on')

Any ideas?

Comments

liam mcdermott’s picture

Status: Active » Closed (duplicate)

This is a duplicate of: http://drupal.org/node/326985#comment-1195060

It's actually problem with author pane, if you delete user_stats.author-pane.inc, you'll find everything works again. :)

liam mcdermott’s picture

dries arnolds’s picture

I was just looking in that direction because of the 'previously declared' bit in the error. Thanks.