On the onepageprofile.module file, line 48 there is a directive to a missing function.
// Add the categories
$categories = _onepageprofile_get_categories(); <--------
$tree = &$form['onepageprofile_categories'];
When trying to load the settings page on admin/settings/onepageprofile i get the following error:
Fatal error: Call to undefined function _onepageprofile_get_categories() in /var/www/htdocs/sites/all/modules/onepageprofile/onepageprofile.module on line 48.
I have tried to implement the code using profile_categories() function instead with no luck. Maybe the missing function has not been commited yet?
Comments
Comment #1
pnigro commentedsubscribing
Comment #2
nevron commentedComment #3
roball commentedThe status "needs work" is usually only set when a patch has been attached to an issue which needs work. Thus, setting the status back to "active".
Comment #4
aidanlis commentedNot sure how this happened - when I cvs committed a whole function was removed from the end of the file. I had to rewrite that function from memory. Please see the new version and apologies for the inconvenience.
Comment #5
roball commentedYeah aidanlis, v1.8 finally works fine. Great - thank you!