Closed (fixed)
Project:
Author Pane
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2011 at 09:15 UTC
Updated:
24 Mar 2011 at 00:21 UTC
The following error is returned when Autor Pane is activated for content on a migrated D6 site:
Fatal error: Call to undefined function profile_view_profile() in /var/www/html/cm7/sites/all/modules/author_pane/modules/profile.author-pane.inc on line 29
No errors occurred during installation and activation of the module.
Comments
Comment #1
michelleMy guess is the person who ported it wasn't using core profile. You can delete that .inc file for now until someone is able to fix it.
Michelle
Comment #2
KirstenLangholz commentedHave the same error on a fresh D7 install and the first forum topic posted.
Comment #3
stuzog commentedI'm getting the following error with Drupal 7 and advanced_forum-7.x-2.x-dev -- seems to be to do with views-7.x-3.0-alpha1
Active forum topics
Status message
Debug:
'Missing handler: node_counter totalcount field'
in views_get_handler() (line 841 of /Users/stuart/Sites/drupal7/sites/all/modules/views/views.module).
Debug:
'Missing handler: node_counter totalcount field'
in views_get_handler() (line 841 of /Users/stuart/Sites/drupal7/sites/all/modules/views/views.module).
Error message
Notice: Undefined property: stdClass::$unknown in views_handler_field->render() (line 713 of /Users/stuart/Sites/drupal7/sites/all/modules/views/handlers/views_handler_field.inc).
Notice: Undefined property: stdClass::$unknown in views_handler_field->render() (line 713 of /Users/stuart/Sites/drupal7/sites/all/modules/views/handlers/views_handler_field.inc).
Comment #4
michelleThat has nothing to do with Author Pane. Best guess is you don't have the statistics module enabled.
Michelle
Comment #5
stuzog commentedIt would help if I could find the Drupal 7 port, but I've searched and can't locate it. Where is it?
Comment #6
michellehttp://drupal.org/node/971168
Comment #7
stuzog commentedThanks! I was searching for 'Author Pane 7.x-2.x' without the underscore.
And also thanks for the tip about the statistics model. That did the trick. The module dependencies in Advanced Forum didn't indicate that it was needed.
Comment #8
gordon commentedthe profile module have been depreciated in d7, however I was able to fix this without too much issue.