By LAC Webadmin on Thursday, 03 November 2016
Posted in Technical Issues
Likes 0
Views 175
Votes 0
Hi There,

I'm wondering why I'm getting a PhP Error Notice to get property of non-object in:

/public_html/administrator/components/com_easysocial/includes/modules/modules.php on line 29

when $this->module->module has a value and $this->module is an object.

FYI, on line #46:


public function factory($module, $requireCSS = true)
{
$instance = new self($name, $requireCSS);

return $instance;
}


the $name is undefined in this method. Code that be why?

- Update:

My bad, sorry about that, the error is coming from a different module that has to be updated with the new APIs. Where's the ability to delete a post, gone? Anyhow, the factory method still have a bug.


Thanks,

Jackson
Hello Jackson,

Where's the ability to delete a post, gone?

Can you elaborate more on this?
·
Thursday, 03 November 2016 10:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nik,

Prior to the new ticket system, there is a way to delete a post. I can just delete this ticket (my post), instead of leaving it when you guys don't have to answer it.

Thanks,

Jackson
·
Saturday, 05 November 2016 02:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jackson,

We actually turn off the ability to delete posts on the forums here but don't worry, I will mark this as resolved and lock it to prevent confusions.
·
Saturday, 05 November 2016 13:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post