Note!
Where we are it is now the weekend; so there might be a slight delay in our reply. Thanks for understanding!PHP Notice: trying to get property of non-object
-
Subscribed Products:
3 responses Add a reply
-
Hello Paul,
I am sorry for the late reply.
Regarding your issue, strange, the error on the line 51 means Joomla failed to load the user
Anyway, Can you edit the file 'JOOMLA/administrator/components/com_easyblog/tables/profile.php' and replace the below code at line 51:
$this->permalink = $user->username;
to:
$this->permalink = ( isset($user->username) ) ? $user->username : $this->id;
Let me know whether the above fix your issue or not
Hope this help and have a nice day
-
Subscribed Products: -
Your Response
Please login to reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.