
Option 1: Change the links in the "most Read" section to use `table=popular_posts` (if that's the table they are stored in).
Option 2: If the "most Read" section uses a table named `most_read` (or similar), then we must add that table to the allowed tables.
Since we don't know the exact table name for the "most Read" articles, we have to decide based on the context.
However, the problem says: "only updating the code cards with details but when user click on the read more then showing error".
Another possibility: the "most Read" section might be using the same table as the others (like `all_blogs`), but the article might not be in that table?