By Chris Chase on Tuesday, 09 October 2018
Posted in Technical Issues
Replies 3
Likes 0
Views 465
Votes 0
Hello,

I am just getting error in my custom easyblog module. I have update easyblog version and changed site's php version 5.6 to 7.2 so i am getting error in easyblog module - http://i.prntscr.com/WyUmzAhPR2GjzaY-Qa8L8w.png

Error - Too few arguments to function EB::modules(), 0 passed in /var/www/html/kallyas/modules/mod_accordion_blogs/helper.php on line 116 and exactly 1 expected

I have go through some articles also so sometimes peoples got the issue like that and you resolved this error in you next updated version - http://i.prntscr.com/58zpJ7eGSLOims2lcMjZIQ.png

so please give me a solution for this because without resolving this error my site could be down.
right now i am working on local with this issue.

thanks
Hi there,

Based in those error, it is caused by Accordion Menu module. Can you consult with them and see how it goes? Or maybe you can try to rename this path modules/mod_accordion_blogs and see how it goes.
·
Wednesday, 10 October 2018 10:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

This is our custom module which we created for our use and I tried to debug the code so I am getting issue on this line -

if (count($posts) > 0) {
$posts = EB::modules()->processItems($posts, $params);
}

so please can you help us in this thing, and i know when we disable this module so site is working but i want to resolve this.
·
Wednesday, 10 October 2018 15:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry but unfortunately we cannot accommodate your request currently as it is beyond our support scope's policy as outlined in https://stackideas.com/support

Maybe you can recheck again your codes on those functions called at this path .../administrator/components/com_easyblog/includes/easyblog.php

Thanks for your understanding.
·
Wednesday, 10 October 2018 16:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post