Describe the issue or problem
I recently upgraded my OJS installation from version 3.4.0.8 to 3.5.0.3. While the upgrade seemed successful in some areas, I am facing two major issues:
1. Version Mismatch in Dashboard: Even though the journal dashboard shows the new interface and updated features, the Administration page still displays a notification saying: “You are currently using OJS 3.4.0.8. The most recent version is OJS 3.5.0.3.” It seems like the system hasn’t fully recognized the update in the database or the admin panel.
2. Plugin Issues (Missing and Not Installing): I am also having trouble with plugins. Specifically:
After upgrading a plugin from the Plugin Gallery, it does not appear in the Installed Plugins list.
Many plugins that I used in my previous version (3.4.0.8) have disappeared from the installed list entirely.
The Status column in the Plugin Gallery shows “Up to date” or “Can be upgraded,” but the plugins remain inaccessible in the management tab.
I have attached screenshots of my Administration page and Plugin settings for better understanding.
Steps I took leading up to the issue
For example:
See error
What application are you using?
For example, OJS 3.5.0.3
I do not get the problem where it thinks I haven’t installed 3.5.0.3 but I do get the same “plugin is version higher than” message when I try to update things like Shareif and keyword cloud, which it says have updates but the version installed is the same as the latest github release.
If your OJS is still reporting version 3.4.0.8, then it’s likely that the upgrade to 3.5.0-x did not successfully complete. Did you receive an error message during the upgrade?
Regards,
Alec Smecher
Public Knowledge Project Team
Hello - On the missing plugins I had a similar problem as the original poster. The plugins would say “upgrade available” but when I tried to upgrade through the web interface it failed saying installed was newer. When I looked through /var/www/html/plugins/generic for example I did not see the plugins it thought were available to be upgraded. I installed them manually through git and changed owner to www-data and now it sees them again, is able to delete them again, and does not give an error about newer versions.
Regarding the upgrade, I did encounter an error initially during the process related to a missing table. However, I addressed and fixed that issue, and the upgrade appeared to proceed after that.
Despite this, I am facing two specific problems:
Version Reporting: The system is still reporting version 3.4.0.8 instead of 3.5.0-x.
Plugin Issues: Even after successfully installing or upgrading plugins, they are not appearing in the “Installed Plugins” list.
It seems like the database hasn’t fully acknowledged the version jump or some schema updates are still pending. Could you guide me on how to ensure the version registry and plugin list are correctly updated?