Problems with loading articles after upgrading from OJS 3.2.1.2 to JS 3.3.0.11

Hello
We did a command line upgrade from OJS 3.2.1.2 to OJS 3.3.0.11
There are some problems with loading articles (galley), the message comes out :
Failed Ajax request or invalid JSON returned.

In the \lib\pkp\controllers\wizard\fileUpload\ folder
I found two files
FileUploadWizardHandler.inc.php (version 3.3.0.11)
PKPFileUploadWizardHandler.inc.php (version 3.2.1.2)

When I call up the galley upload form, the PKPFileUploadWizardHandler.inc.php opens instead of FileUploadWizardHandler.inc.php

How can this be fixed?
Thank you.

Hello
Thank you all for your participation.
When you update, the files remain

controllers\wizard\fileUpload\FileUploadWizardHandler.inc.php
\lib\pkp\controllers\wizard\fileUpload\PKPFileUploadWizardHandler.inc.php
\lib\pkp\controllers\wizard\fileUpload\form\SubmissionFilesArtworkMetadataForm.inc.php
\lib\pkp\controllers\wizard\fileUpload\form\SubmissionFilesUploadConfirmationForm.inc.php
\lib\pkp\controllers\wizard\fileUpload\form\SupplementaryFileMetadataForm.inc.php
\lib\pkp\templates\controllers\wizard\fileUpload\form\fileUploadConfirmationForm.tpl
\lib\pkp\templates\controllers\wizard\fileUpload\form\submissionArtworkFileMetadataForm.tpl
\lib\pkp\templates\controllers\wizard\fileUpload\form\supplementaryFileMetadataForm.tpl
\lib\pkp\templates\controllers\wizard\fileUpload\form\uploadedFileSummary.tpl

Deleting them will run the code to download the galleys of the new version of OJS
Thanks

This topic was automatically closed after 13 days. New replies are no longer allowed.