#543 - Error when viewing
| Identifier | #543 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | Error when viewing |
| Status | Closed (no changes needed) |
| Handling member | Chris Graham |
| Addon | awards |
| Description | upgraded to 8.1... get this error when viewing my 'community stars' page.
PHP ERROR [1] Call to undefined method forum_driver_cns::member_profile_link() in sources_custom/miniblocks/main_stars.php on line 26 (version: 8.1, PHP version: 5.2.17, URL: /pg/awardiees) [hide]File '/home1/paulsfly/public_html/pfm/sources/failure.php' Line '684' Function 'get_html_trace' Args File '/home1/paulsfly/public_html/pfm/sources/global2.php' Line '979' Function '_fatal_exit' Args 'PHP ERROR [1] Call to undefined method forum_driver_cns::member_profile_link() in sources_custom/miniblocks/main_stars.php on line 26' File '/home1/paulsfly/public_html/pfm/sources/failure.php' Line '217' Function 'fatal_exit' Args 'PHP ERROR [1] Call to undefined method forum_driver_cns::member_profile_link() in sources_custom/miniblocks/main_stars.php on line 26' File '/home1/paulsfly/public_html/pfm/sources/global2.php' Line '853' Function '_Composr_error_handler' Args 'error' 1 'Call to undefined method forum_driver_cns::member_profile_link()' 'sources_custom/miniblocks/main_stars.php' 26 File '/home1/paulsfly/public_html/pfm/sources/global2.php' Line '789' Function 'Composr_error_handler' Args 1 'Call to undefined method forum_driver_cns::member_profile_link()' '/home1/paulsfly/public_html/pfm/sources_custom/miniblocks/main_stars.php' 26 [/hide] |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
If you want to try and patch up what you have rather than reinstalling the addon, try changing member_profile_link to member_profile_url in the main_stars.php file (we did some API renaming in v8).