By Chris on Wednesday, 18 January 2023
Posted in Technical Issues
Likes 0
Views 1.2K
Votes 0
Error happens in either front or back end since the latest upgrade.
Hey Chris,

It seems like you missing this `author_alias` columns from #__easyblog_post table.

I've tried to access your site's backend but the credentials are not working.

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


Please run below mentioned SQL query in your site database using phpmyadmin.

ALTER TABLE `#__easyblog_post` ADD `author_alias` VARCHAR(255) NULL;


Remember to replace #_ with the table prefix.

If you need help then please provide us with the correct details.
·
Wednesday, 18 January 2023 14:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Great that fixed it. Thnks
·
Wednesday, 18 January 2023 14:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Chris,

You are most welcome. Glad to hear that your issue has been resolved now.

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.
·
Wednesday, 18 January 2023 14:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post