Hi @asmecher
Today I successfully updated to OMP 3.2.0-1 version on the production site and found multiple issues (Using default theme without any modification).
In publication workflow, I didn’t find any option to add a file for the whole book, files can be added for individual chapters only.
I can’t find any option to add ISBN identifiers.
For publications already published, I unpublish it but can’t find any option to add or modify contributors. However, for new submission which was not already published modifying contributor option is available (I didnt try also dont want to create new version).
At the frontend article detail block not visible which contains information like, coverpage, ISBN, Monograph file, ISBN, Publishing date, series, ISSN, category, copyright info etc.
Site footer on article page disappeared.
Article statistic block disappear from article page
cover page image disappeared from the catalogue page (frontend).
Pdf file link of chapters from few publications disappear (Note, I changed publication type as edited volume as all publication by default changes to the monograph)
Kindly confirm if its an issue or some specific problem with my own installation, I upgraded through update script available on cpanel. Edit: I tested on local machine by downloading complete package from pkp website and same issue exists after updating and hence, I restored my production site to the earlier version. Waiting for the fix for above issues.
Thanks
Hi! @NateWr@asmecher
Sorry for commenting, even though I am aware that you might have lots of queries in the forum to reply along with your busy schedule in development. It would be great to get confirmation regarding assigning the ISBN identifier as I am not able to find an option even in the fresh install. Other issues after upgrading I already mentioned in the previous question.
Thanks
I’m going to bring in @Dulip_Withanage if he has some time. He is much more familiar with OMP than I am and may be able to more easily confirm if something has been dropped in 3.2 and needs to be restored. I’ll try to answer those question I can for now:
When adding files to a Publication Format, any file you add that is not claimed by a chapter will be treated like a file for the whole book. So any files that are uploaded which are not selected under a Chapter’s settings should be considered for the whole book.
Not sure but I suspect this exists in Publication Format settings.
When a version is unpublished, the contributors list should reload and offer an option to add and modify contributors. I’d recommend reloading the page to see if the add/modify buttons appear after unpublishing a version. (You shouldn’t have to reload but we did have a bug with that and I can’t remember whether the fix went into 3.2.0-1.)
I’m hoping Dulip knows better what content should appear and whether anything has been missed in 3.2.
This sounds to me like there’s a fatal error on the page. Check your server’s error log.
Same as #5.
Does the cover image still appear in the backend?
I think we’d need to know more details on a case-by-case basis here to figure out what’s happened.
@asmecher are you aware of a cpanel integration for upgrading? Is it possible that this was a file upgrade but the upgrade script has not been run? I feel like there would be more catastrophic errors happening in that case.
Hi!
Thanks for the help;
1 & 2: File for complete book and ISBN has been resolved as described above.
3: Editing of contributor appears after refreshing as NateWr pointed.
4 & 5: Problem of Detail block and footer appears in upgraded installation only (In fresh installation, No such problem exist)
6: Statistic block appears in upgraded one (I am not sure about fresh installation, as dont have much data to appear).
7: Yes, cover page image appear in the backed but disappear from the front end (This issue also only for upgraded installation and even new submission in upgraded one does not have this issue).
8. I am not sue which detail can I provide for disappearance of pdf files (may be can discuss in a seperate issue after resolving above).
9. Another additional question; i and many others were interested to have seprate chapter landing (detail) page in OMP and @ajnyga was working on it, now adding abstract and page number is available in the backend but its not appearing on frontend. It would be great if each chapter get their own landing page (similar to article detail page in OJS). Initial work for chapter landing pages in OMP by ajnyga · Pull Request #729 · pkp/omp · GitHub
Regarding script from cpanel, I also updated using complete package from pkp download website(Using upgrade instruction by keeping only public & file directory) and same issue exist.
Thank you so much!
Deleted config.inc.php & public file from the above extracted files.
Added config.inc.php, public and file directory in above intallation folder (Took from the backup of my production installation of OMP3.1.2-2).
Uploaded sql database from the same backup of 3.1.2-2 in the local machine database.
Edit config file for database credential, file directory path, base url, and set installation to off.
Opened IP of local machine and click on run update with web url process.
Got successful update screen without any error on the screen.
Edit: Regarding cover image disappearance from the catalog page, I found an issue in renaming thumbnail files while updating as described below-
In the previous version coverimage files got stored in File directory (Files\presses\1\monographs\78\simple) however in current version it moved under Public folder (public\presses\1) by renaming thumbnail file as (submission_15_15_coverImage__t). While renaming, the underscore before t appears 2 times after I deleted one underscore as (submission_15_15_coverImage_t), it appears on catalog page.
I also notice that for newly uploaded coverimage, it added language suffix _en_US however, this suffix was not get added in the update process of coverimage already existed in the previous version.
Hi! @Dulip_Withanage
Sorry, I didn’t mention it but I did upgrade after step 4 also just now I did all steps again (including db upgrade after step 4) from the original backup and the same issue exist in the renaming of coverimage file.
Regarding the above issue of detail block & footer, its due to issue in the usage statistics plugin as filed by @NateWr in thread 8 above. After disabling usage statistics plugin (or unchecking display statistics chart for reader) fixes the problem.
Regarding above issue of pdf file disappearance, It seems due to following issue as reported by others too-
Unable to save pdf file for all chapters, when a file get saved for any chapter it get saved but same time other file saved for another chapter get removed and in this way only file saved for last chapter gets associated with it and all other get removed.
I can confirm after my system and database upgrade (to 3.2.0.2) my thumbnail cover images also included the __t, (double underscore). While the catalog page was looking for these file with just the _t (single underscore). Creating a copy of the thumbnail files with just the single underscore fixed my problem.
Thanks