By luc poli on Tuesday, 22 March 2022
Posted in General Issues
Likes 0
Views 541
Votes 0
Hello,
I have a "Call to a member function meta() on null" error when trying to modify a post.

I tried the solution with sql command as indicated : Always the problem.
i tried the launcher pack solution : Always the problem.

I need your help.

LUC POLI
It seems like you provided that backend login credentials no longer work, please advise.


Username and password do not match or you do not have an account yet.


By the way, can you execute the following SQL query from your database and see how it goes?


delete from `#__easyblog_composer_blocks` where `element` in ('liveleak', 'livestream', 'modules', 'mtv');


Remember to replace #__ to your current table prefix before executing it.
·
Tuesday, 22 March 2022 10:37
·
0 Likes
·
0 Votes
·
0 Comments
·
I had this issue and got resolved by Arlex promptly 💪🏼

Perform the following:
delete from `#__easyblog_composer_blocks` where `element` in ("note", "liveleak", "livestream", "modules", "mtv");

Replace #__ to your table prefix before executing it.
·
Sunday, 31 July 2022 00:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing Amritpal Singh

Just for your information, I have locked and marked this thread as resolved to avoid confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Sunday, 31 July 2022 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post