Hi,
We are experiencing an issue with an older Grav installation after updating the Admin plugin.
Our current setup is:
- Grav: v1.6.15
- Admin Panel: v1.9.9
- We only have access to the Grav Admin interface, not FTP/SSH/server files.
The problem started after someone clicked Update on the Admin plugin. Since then, when we try to open Pages, Grav shows the following server error:
Call to undefined method Grav\Plugin\Admin\Admin::enablePages()
The rest of the Admin interface is still accessible, including Plugins, Tools and Logs.
In the logs, the error appears as:
CRITICAL - Call to undefined method Grav\Plugin\Admin\Admin::enablePages()
We also see repeated warnings such as:
Plugin 'instagram-feed' enabled but not found! Try clearing cache with 'bin/grav clear-cache'
and some template errors like:
Template "modular/blank.png.twig" is not defined
However, the main issue is that Pages can no longer be opened after the Admin plugin update.
We suspect that the Admin update may have left the installation in an incompatible or partially updated state, possibly involving a mismatch between Grav 1.6.15 and the Admin plugin files.
We do have backups listed in Grav Admin, but the download button for the backups does not start a ZIP download, so at the moment we do not have a local backup copy.
What would be the safest way to restore a compatible Admin version or repair the installation without access to FTP/SSH?
Thanks in advance for any help.