We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After updating to v1.5.0-rc.3, I am getting this on every page of the admin panel:
Fatal error: Uncaught Error: Call to undefined method Grav\Plugin\AdminPlugin::shouldLoadAdditionalFilesInBackground
Removing this block of code fixes it: https://github.com/getgrav/grav-plugin-admin/blob/develop/admin.php#L528
The text was updated successfully, but these errors were encountered:
A quick search reveals that the problem is where the method is called from: Its not in Grav\Plugin\AdminPlugin, but in Grav\Plugin\Admin\Admin.
Sorry, something went wrong.
Fix for bad referenced to shouldLoadAdditionalFilesInBackground() #…
shouldLoadAdditionalFilesInBackground()
fe6ecf4
…1145
Please try the fix in develop:
if ($this->admin->shouldLoadAdditionalFilesInBackground()) { $this->admin->loadAdditionalFilesInBackground(); }
No branches or pull requests
After updating to v1.5.0-rc.3, I am getting this on every page of the admin panel:
Removing this block of code fixes it: https://github.com/getgrav/grav-plugin-admin/blob/develop/admin.php#L528
The text was updated successfully, but these errors were encountered: