Comment to 'Header ERROR'
Comment to Header ERROR
  • I had hoped that the upgrade to 10.0.b1 would resolve this issue for me, but instead... I wonder if these issues are related?

    Fatal error: Call to undefined method BxForumTemplate::getEntryLabel() in /home/myaccount/mysite.org/modules/boonex/forum/classes/BxForumTemplate.php on line 204

    Here is the line from my file...

        $aUnit['label'] = $this->getEntryLabel($aData, array('show_count' => 0, 'last_replier' => 0));

    Can anyone tell me what this line should read, and advise me as to changing it using cpanel filemanager or trying to find some way of changing it in the UNA program?

    • Btasey  You need to check if your system is updated to the latest 10.0.0-B2 (as of now) and all modules are up to date, you can check it from Studio > Apps Market > Updates
      • It's fully upgraded/updated as of today. I logged in and received this error...

        Notice: Undefined index: author in /home/myaccount/mysite/modules/base/general/classes/BxBaseModGeneralModule.php on line 1237
        Notice: Undefined index: author in /home/myaccount/mysite/modules/base/general/classes/BxBaseModGeneralModule.php on line 1237
        Warning: Cannot modify header information - headers already sent by (output started at /home/myaccount/mysite/modules/base/general/classes/BxBaseModGeneralModule.php:1237) in /home/myaccount/mysite/inc/classes/BxDolTemplate.php on line 2834
        Warning: Cannot modify header information - headers already sent by (output started at /home/myaccount/mysite/modules/base/general/classes/BxBaseModGeneralModule.php:1237) in /home/myaccount/mysite/inc/classes/BxDolTemplate.php on line 2835
        Then, I went to studio and found that the system was upgraded automatically overnight to 10.0.0 B2 and all of the modules were updated as well.

        I'm sure I messed up a setting somehow, somewhere, but I don't know enough about it to know where or how. I did this a long time ago as I was first setting up the aesthetics of the site. At that time, I changed some things on the splash page, but it works fine. Otherwise, I only changed things within the program until this upgrade when I changed a line of code to allow upgrades to beta versions. I also chose to force auto-updates even if some files were modified, in hopes that it would overwrite these header errors with updated files.