fatal error – view student profile page

Home Forums Legacy Support Support queries Other issues fatal error – view student profile page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16336
    derekchong
    Participant
    Hi, i hit this error after i performed the following steps:
    1. login as student
    2. click on profile under student name
    screenshot of the error is as attached. Thanks for your help!
    #16344
    derekchong
    Participant
    Hi, i clicked on the other options, such as 1. dashboard 2. courses 3. stats 4. inbox 5. notifications 6. settings all hit the same error. Hope you can help.
    #16348
    derekchong
    Participant
    so i scanned the function causing the error, and the syntax seems weird: private function __construct(){ $this->option = 'bp-profile-cover'; add_options_page(__('BP Profile Coversettings','bp-profile-cover'),__('BP Profile Cover','bp-profile-cover'),'manage_options','bp-profile-cover',array($this,'settings')); $this->settings=$this->get(); } <b></b><i></i><u></u> function__construct() seems odd. is this the reason?
    #16530
    H.K. Latiyan
    Participant
    No function__construct() is not the problem, <span style="line-height: 1.5;">add_options_page() is </span>undefined<span style="line-height: 1.5;">. However it is working at our test site. </span>add_options_page() is a wordpress function, its not a custom function function of our own. Please try deactivating the third party plugins and make sure that all your plugins and theme is up to date.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘fatal error – view student profile page’ is closed to new replies.