By Marten on Thursday, 21 December 2017
Posted in General
Replies 6
Likes 0
Views 504
Votes 0
Hello,
i have a problem. In the frontpage it displays following NOTICE:

Notice: Undefined property: stdClass::$created_by in ...\components\com_komento\komento_plugins\abstract.php on line 377

How can i fix this?
Thank you!
Hey Marten,

Hm, that error shouldn't be showing up. Are you on the latest version? Also which extension are you rendering Komento on?

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue? You may store your site access at http://stackideas.com/dashboard/site so you don't have to provide these information all the time
·
Friday, 22 December 2017 00:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

i download it yesterday (fresh install) and use it with actual versions of dj-classifieds and joomla.
I`m in development on localhost at this time.

This error is showing up only when i logged in on frontend. When i logged out, all is fine.
In the settings i`ve changed everything, but no result...

Update: When i delete following code from "item.php" the error not exist, but the user have no functionality about "edit" or "delete":


<?php if ($comment->canManage()) { ?>
<?php echo $this->output('site/comments/admin', array('comment' => $comment)); ?>
<?php } ?>
·
Friday, 22 December 2017 00:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Marten,

Perhaps you can share with us this dj-classifieds Komento integration file so we can better have a check?

If I am not wong, that integration Komento file missing this line of code.

By default, all the Komento integration file will stored in this file location -> JoomlaFolder/components/com_komento/komento_plugins/..

Try open this file -> JoomlaFolder/components/com_komento/komento_plugins/com_content.php and look at my screenshot here : http://take.ms/XdIyq

Then open that dj-classifieds Komento integration file, you will realised they integration file missing that line of code and try add it there and save, try refresh the page on the site and see that error is it still appear?
·
Friday, 22 December 2017 13:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post