Forums

PHP Fatal error: Call to undefined method stdClass::saveField()

bcraigie 29 Sep, 2015
PHP Fatal error: Call to undefined method stdClass::saveField()
In administrator/components/com_chronoforums/chronoforums/models/post.php
       function afterSave(){
                if($this->created === true){
                        $this->Topic->id = $this->data['topic_id'];
                        $this->Topic->saveField('last_post', $this->id); // << this line
                        $this->Forum->id = $this->data['forum_id'];
                        $this->Forum->saveField('last_post', $this->id);
                }
        }

Can you please advise the fix for this? The email->forum functionality does not work correctly because of this bug and this is vital for me.

Many thanks :-)

Brian
Max_admin 31 Oct, 2015
Hi Brian,

Just fixed, you may send me a message using the "Contact us" page to get the patch file.

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.