Closed (duplicate)
Project:
User Stats
Version:
6.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2009 at 15:36 UTC
Updated:
1 Feb 2009 at 20:46 UTC
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
Comment #1
liam mcdermott commentedThis 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. :)
Comment #2
liam mcdermott commentedAlso see: #355737: User Stats Conflix
Comment #3
dries arnoldsI was just looking in that direction because of the 'previously declared' bit in the error. Thanks.