No Code Attached Yet bug
avatar herzogj
herzogj
26 Mar 2024

Steps to reproduce the issue

Im logged in as a super user to a brand new Joomla 5.0.3 installation (with a template). I'm the only user and I can't see the articles in the backend. They show up in smart search, in the database and also on the frontend, but after creation in the backend I can't see them (and do some changes for example). No filter is set.

Some of the articles have been 'imported' during quickstart from the template but others were created with the New button in Content -> Articles. No DB imports were made.

What is wrong here?

Expected result

See all articles and modify them.

Actual result

"No Matching Results" in Content -> Articles.

System information (as much as possible)

Joomla 5.0.3
PHP 8.3.2
MariaDB 10.6.14

Additional comments

avatar herzogj herzogj - open - 26 Mar 2024
avatar joomla-cms-bot joomla-cms-bot - change - 26 Mar 2024
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 26 Mar 2024
avatar herzogj herzogj - change - 26 Mar 2024
The description was changed
avatar herzogj herzogj - edited - 26 Mar 2024
avatar herzogj herzogj - change - 26 Mar 2024
The description was changed
avatar herzogj herzogj - edited - 26 Mar 2024
avatar brianteeman
brianteeman - comment - 26 Mar 2024

The problem is from the "import" - they almost certainly dont have an entry in the workflow table. You should contact the provider of the template

avatar herzogj
herzogj - comment - 27 Mar 2024

Actually, I do have entries in the table workflow_associations. I also deleted all of them and recreated the inserts with
INSERT INTO npfrq_workflow_associations (item_id, stage_id, extension) SELECT c.id as item_id, '1', 'com_content.article' FROM npfrq_content AS c WHERE NOT EXISTS (SELECT wa.item_id FROM npfrq_workflow_associations AS wa WHERE wa.item_id = c.id);

If one association would be missing, would the backend show nothing? Because I created articles by hand in the backend and they are also not visible.

avatar Hackwar Hackwar - change - 27 Mar 2024
Labels Added: bug
avatar Hackwar Hackwar - labeled - 27 Mar 2024
avatar herzogj herzogj - change - 28 Mar 2024
Status New Closed
Closed_Date 0000-00-00 00:00:00 2024-03-28 07:40:30
Closed_By herzogj
avatar herzogj herzogj - close - 28 Mar 2024
avatar herzogj
herzogj - comment - 28 Mar 2024

I've made a reinstallation of everything and now I'm able to see the articles. Can't explain what happened but for me it's working now, closing the issue.

Add a Comment

Login with GitHub to post a comment