[Liam W] (RIP) Mentions Mini Avatars

[Liam W] (RIP) Mentions Mini Avatars 2.0.0 Patch Level 1

No permission to download
The plugin didn't work for me, I get an error like below. How do I fix it?

Code:
ErrorException: [E_NOTICE] Trying to get property 'user_id' of non-object src/addons/DBTech/Credits/XF/Entity/Post.php:169
Tarafından: Bilinmeyen hesap 16 Haz 2021 - 22:27
Yığın izleme
#0 src/addons/DBTech/Credits/XF/Entity/Post.php(169): XF::handlePhpError(8, '[E_NOTICE] Tryi...', '/home/balikhob/...', 169, Array)
#1 src/XF/Mvc/Entity/Entity.php(1266): DBTech\Credits\XF\Entity\Post->_postSave()
#2 src/addons/LiamW/MentionMiniAvatar/Job/AbstractRebuildMentions.php(160): XF\Mvc\Entity\Entity->save()
#3 src/XF/Job/AbstractRebuildJob.php(47): LiamW\MentionMiniAvatar\Job\AbstractRebuildMentions->rebuildById(528)
#4 src/XF/Job/Manager.php(258): XF\Job\AbstractRebuildJob->run(8)
#5 src/XF/Job/Manager.php(200): XF\Job\Manager->runJobInternal(Array, 8)
#6 src/XF/Job/Manager.php(84): XF\Job\Manager->runJobEntry(Array, 8)
#7 job.php(43): XF\Job\Manager->runQueue(false, 8)
#8 {main}
Durum isteği
array(4) {
  ["url"] => string(8) "/job.php"
  ["referrer"] => string(86) "https://www.balikhobim.com/admin.php?add-ons/install-from-archive-complete&batch_id=38"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Nevermind - I did a full uninstall and then clean re-install and there are no more errors.
Must have been something to do with the upgrade I did earlier.


lol it came back again hours later.

MiniMentions is working in XF 2.3 beta 5. But I get the error below.
I made sure the Html.php is exactly as what's found in the latest download [LiamW-MentionMiniAvatar-2.0.0.1].

1719613904868.webp

Text for keyword searches->

File health check results

Re-run check
Check completed on 16,457 files. The files listed below have contents different from those originally downloaded.

If you have edited these files yourself, you may ignore this message, otherwise you should investigate further as this may be evidence of corrupted or altered files.


[Liam W] (RIP) Mentions Mini Avatar
src/addons/LiamW/MentionMiniAvatar/XF/BbCode/Renderer/Html.php
 
Last edited:
Well, I thought it was working but now I'm just getting a blank page whenever I @ someone.
The post is still there but all text goes missing. It's blank.
 
Last edited:
Well, I thought it was working but now I'm just getting a blank page whenever I @ someone.
The post is still there but all text goes missing. It's blank.

Maybe it just needed to rebuild cache or something because it's all working fine now when I checked a few hours later.

Edit - and a few hours later we're back to the same original error
1719632909442.webp


EDIT:
I deleted the hashes.json per this thread and no longer get the error.
This doesn't fix anything. It's more like a permanent way of ignoring the error (I guess).
 
Last edited:
Maybe it just needed to rebuild cache or something because it's all working fine now when I checked a few hours later.

Edit - and a few hours later we're back to the same original error
View attachment 304994


EDIT:
I deleted the hashes.json per this thread and no longer get the error.
This doesn't fix anything. It's more like a permanent way of ignoring the error (I guess).
Here a quickfix for XF 2.3 ... change in the above mentioned file the line 86 from

$avatarHtml = $this->templater->fn('avatar', [

to

$avatarHtml = $this->templater->func('avatar', [
 
Here a quickfix for XF 2.3 ... change in the above mentioned file the line 86 from



to
thank you for that, it worked, but the mini avatar comes out at the end of the username, what do I need to do to get it at the beginning of the username?
 

Attachments

  • IMG_1784.webp
    IMG_1784.webp
    33.9 KB · Views: 18
Oh, okay. The source of this problem was this plugin; MMO Mentions User Rich Formatting. Everything is normal now.

İMG_1785.webp

It only gives a file error. It can be ignored until the plugin is updated
 

Attachments

  • IMG_1786.webp
    IMG_1786.webp
    109.7 KB · Views: 11
Last edited:
Back
Top Bottom