By Syabab on Monday, 27 June 2022
Posted in General Issues
Replies 6
Likes 0
Views 434
Votes 0
Hi,

I can see a list of articles submitted from frontend user in EasyArticles.
But the articles is not in Joomla content list.

Am I missing something here?


Thanks
Do you still remember how you create those articles on your site?

By the way, you can execute the following SQL query from your site database:


INSERT INTO `mas_workflow_associations` (`item_id`, `stage_id`, `extension`) VALUES
(5, 1, "com_content.article"),
(6, 1, "com_content.article");
·
Monday, 27 June 2022 10:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Do you still remember how you create those articles on your site?

User submit from frontend using EA New Post button. Just a normal method.

I can see the article listed in EA but not in Joomla content.

I add user details my Site Details for you to replicate it.

Thanks
·
Tuesday, 28 June 2022 09:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Do you execute the following SQL query from your database yet?


INSERT INTO `mas_workflow_associations` (`item_id`, `stage_id`, `extension`) VALUES
(5, 1, "com_content.article"),
(6, 1, "com_content.article"),
(10, 1, "com_content.article");
·
Tuesday, 28 June 2022 10:53
·
0 Likes
·
0 Votes
·
0 Comments
·
The above SQL query is make the existing article show from the backend Joomla article listing page.

And I can able to replicate the issue if using registered user + required admin approval the post.

By the way, I've applied some temporary fixes into this file on your site JoomlaFolder/administrator/components/com_easyarticles/includes/post/adapters/com_content.php, it should work fine now.
·
Tuesday, 28 June 2022 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks...

It works but when site admin delete articles from Joomla content at backend, the articles is still in EasyArticles.
·
Wednesday, 29 June 2022 06:42
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

It seems like I was unable to replicate the issue, you can watch my attached video below.
·
Wednesday, 29 June 2022 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post