You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error popped up because of a forgotten reference to a class in a method, but that error never made its way to logs/grav.log or the console. This was only visible in Admin, because the method is called statically by a blueprint.
The error is present in v1.7.1-beta.1 of the Presentation-plugin, when blueprint.yaml calls the getRevealThemes()-method. That is, it tries to include_once Utilities.php, which at this point has been moved into /classes. The error is a normal PHP Fatal error: Uncaught Error: Class 'Grav\Plugin\PresentationPlugin\Utilities' not found in C:\Users\Ole\GitHub\grav-plugin-presentation\presentation.php, revealed by running php bin/gpm index.
An error popped up because of a forgotten reference to a class in a method, but that error never made its way to logs/grav.log or the console. This was only visible in Admin, because the method is called statically by a blueprint.
The error is present in v1.7.1-beta.1 of the Presentation-plugin, when blueprint.yaml calls the getRevealThemes()-method. That is, it tries to include_once Utilities.php, which at this point has been moved into /classes. The error is a normal
PHP Fatal error: Uncaught Error: Class 'Grav\Plugin\PresentationPlugin\Utilities' not found in C:\Users\Ole\GitHub\grav-plugin-presentation\presentation.php
, revealed by runningphp bin/gpm index
.Replication
Environment:
System.yaml:
For an easy diff between the working version of the plugin, and the broke version, consider: OleVik/grav-plugin-presentation@v1.7.0-beta.1...v1.7.1-beta.1
The problem was resolved in v1.7.1-beta.4 of the plugin, but the error should still persist in Admin.
The text was updated successfully, but these errors were encountered: