Hi everyone,
In our recently migrated instance (OJS 3.0.2), we have some submissions appearing under the “Active Submissions” and “Unassigned” areas that have already been published. I had a look at this forum post with the same problem, but the solutions there didn’t apply. Any ideas on what might be missing or incorrect? I’m assuming it’s something in the database, but am just not sure what to look for exactly.
Here’s the JSON for one of the submissions that’s causing issues, from the submissions
table in our database:
{
"data":
[
{
"submission_id": 2605,
"locale": "en_US",
"context_id": 13,
"section_id": 105,
"language": null,
"citations": null,
"date_submitted": "2010-07-13 08:01:11",
"last_modified": "2010-07-13 08:01:11",
"date_status_modified": "2010-07-13 08:01:11",
"status": 3,
"submission_progress": 0,
"current_round": 1,
"pages": null,
"fast_tracked": 0,
"hide_author": 0,
"stage_id": 1
}
]
}
And here’s the entry from the issues
table:
{
"data":
[
{
"issue_id": 356,
"journal_id": 13,
"volume": 2,
"number": "4",
"year": 2004,
"published": 1,
"current": 0,
"date_published": "2004-11-01 00:00:00",
"date_notified": null,
"access_status": 1,
"open_access_date": null,
"show_volume": 1,
"show_number": 1,
"show_year": 1,
"show_title": 1,
"style_file_name": null,
"original_style_file_name": null,
"last_modified": null
}
]
}