Hi
Some articles in my journal were automatically deleted. The issue is still available, but her articles are gone. Does anyone know what can it be?
Hi
Some articles in my journal were automatically deleted. The issue is still available, but her articles are gone. Does anyone know what can it be?
Hi @filipekjp,
OJS doesn’t automatically delete articles. The only way I can think of this happening is via editorial actions – e.g. archiving the article, removing it from the issue, etc.
Regards,
Alec Smecher
Public Knowledge Project Team
Hi @asmecher
I understand, but no changes were made there.
It consists of the amount of articles in the issue, but when I enter the issue it has no articles.
Hi @filipekjp,
Do these articles still exist in the database? Check the articles
table.
Regards,
Alec Smecher
Public Knowledge Project Team
Hi @asmecher,
Articles are not in the database but continue to appear in the edit log.
Could it be due to a server intrusion?
Hi @filipekjp,
What do you mean by the edit log?
Regards,
Alec Smecher
Public Knowledge Project Team
Sorry @asmecher
Issue log. The registration of issues.
Hi @filipekjp,
Sorry, I’m still not sure I’m picturing the right thing. Maybe a screenshot would help?
Regards,
Alec Smecher
Public Knowledge Project Team
Hi @filipekjp,
Hmm, possibly these articles exist in the published_articles
table but not the articles
table?
Regards,
Alec Smecher
Public Knowledge Project Team
Hi @asmecher,
Unfortunately no. The articles are nowhere in the system.
Hi @filipekjp,
How are you checking? The articles count in the screenshot above should be looking in the published_articles
table.
Regards,
Alec Smecher
Public Knowledge Project Team
Hi @asmecher
I searched exactly there in the published_articles table. The articles are nowhere in the system.
Hi @filipekjp,
What do you get for the query…
SELECT article_id FROM published_articles WHERE issue_id=xyz;
…replacing xyz
for the issue ID? This should be effectively the same query that generates the article count in the screenshot above.
Regards,
Alec Smecher
Public Knowledge Project Team
Thanks @asmecher,
I will ask the technical support staff to check.