Not able to save and a message displays at bottom

Description of issue or problem I’m having:
I am not able to save any content, no email communication through it. Also a message displays on the bottom side that was not seen earlier in Indonesian language. A screen shot is attached herewith. ( Situs agen slot online terpercaya indonesia dengan pilihan game terlengkap, banyak sekali pilihan permainan tersedia.)

Steps I took leading up to the issue: I am not able to understand the problem.

What I tried to resolve the issue: Not tried

Application Current version: 3.2.1.4

Additional information, such as screenshots and error log messages if applicable: Attached
Message

Hi @editor.jnp,

It seems your journal has been compromised. If you have ssh access, try the following sequence:

  1. Back up your database.
  2. Check your files directory for executable extensions:
cd files_dir
find -regextype posix-extended -regex '.*\.(sh|py|php|pl|com|exe|js)'
  1. Check your files directory for malware with Clamav:
cd files_dir
clamscan . -r -i -o # check meaning of options with clamscan --help:
  1. Take note of your mysql name, user and password, Recaptcha information, site url, files dir path and all relevant information from your config.inc.php file. Make a copy of your www/public directory and every custom directory you have created, take note of your installed plugins, create a tar ball of your files directory and your www folder, delete the www folder and reinstall your version of OJS, using the information you took note.

  2. Restore your www/public directory and your custom folders, activate/install your plugins.

This should solve your issue. Locate the spam paragraph, it’s probably located at website settings. Remove it and keep an eye on your install to see if it will return.

Best regards,

Josh Noronha (he/him)
Systems Administrator
PKP|PS Support Team

Subscribe to the PS Bulletin for quarterly updates on
PKP software, support, and community events

2 Likes

Thank you Josh for the details