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

michelle’s picture

My 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

KirstenLangholz’s picture

Have the same error on a fresh D7 install and the first forum topic posted.

stuzog’s picture

I'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).

michelle’s picture

That has nothing to do with Author Pane. Best guess is you don't have the statistics module enabled.

Michelle

stuzog’s picture

It would help if I could find the Drupal 7 port, but I've searched and can't locate it. Where is it?

michelle’s picture

stuzog’s picture

Thanks! 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.

gordon’s picture

Status: Active » Fixed

the profile module have been depreciated in d7, however I was able to fix this without too much issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.