By EDV Support on Friday, 12 November 2021
Replies 8
Likes 0
Views 771
Votes 0
After installing EasyBlog 6.0 RC1 it is not possible to edit a post in frontend with error:
"0
Call to a member function meta() on null
"

Also in backend it is not possible to add or edit a post with error
"Es ist ein Fehler aufgetreten!
0 Call to a member function meta() on null
"

Any idea for a quick solution?

Thank you and best regards
Hello,

It looks like in this release, we renamed the "module" block to "modules" and the previous block wasn't removed. I have manually deleted this for you now by running the following query


delete from #__easyblog_composer_blocks where `element`='module';


The site seems to be working fine now.
·
Friday, 12 November 2021 17:51
·
0 Likes
·
0 Votes
·
0 Comments
·
It is the same with PHP 7 or PHP 8. If i choose JCE Editor instead of building composer, then i can add posts…
·
Friday, 12 November 2021 01:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Is it possible for you to run the following SQL query in your phpmyadmin? Replace jos_ with your database prefix.


delete from jos_easyblog_composer_blocks where element in ('mtv');


Did you upgrade from an older beta?
·
Friday, 12 November 2021 09:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark, thank you for your fast answer!

Yes, did upgrade from recent beta version. After running sql i got this answer:

0 Datensätze betroffen. (Die Abfrage dauerte 0.0003 Sekunden.)
delete from hawa_easyblog_composer_blocks where element in ('mtv');
·
Friday, 12 November 2021 16:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Is the editor still failing for you after running that query? If it is, is it possible for you to provide us with the access to the site and also the FTP access?
·
Friday, 12 November 2021 16:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark, thank you for your help!

0 records affected, editor is still failing.

Please see site infos at this post. This is a public test site, where we can reproduce the issue. Feel free to do what you want and have to do for making this work.

Thank you and best regards
·
Friday, 12 November 2021 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark, great and fast work

i was able to reproduce you fix on our local test site: 1 record affected and voila everything is working fine again.

Thank you very much and best regards
·
Friday, 12 November 2021 18:01
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Friday, 12 November 2021 18:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post