[OJS 3.2.1.1] Problem with adding/editing author's data

I have updated OJS from version 3.1.2.4 to 3.2.1.1.
The update was successful:

wynik_aktualizacji

The database update was also successful:

php ./tools/upgrade.php check

Code version: 3.2.1.1
Database version: 3.2.1.1
Latest version: 3.2.1.1
Your system is up-to-date

Then I updated the QuickSubmit plugin:

aktualny_quicksubmit

After updating, I cannot add a new article using the QuickSubmit plugin - after clicking “Add Contributor” I get the message:

blad_quick_submit

The same message appears when I try to edit author data in an article that already exists:

edycja_autora

Regards
Wojtek

Hi Wojtek,

Check if you have the following lines in “On” in your config.inc.php file

show_stacktrace = On
display_errors = On

If so, set them to “Off”, and then test if it works

Regards

Thank you for the advice, I’ve seen it in another thread and checked it out. :slight_smile:

I have both options turned off and unfortunately an error occurs.

Edit:
If I enable both options, nothing changes - no additional messages are shown.

Regards
Wojtek