Is this [mostly] a bug report, feature request, or question? bug report
These errors are logged every time $INSTALL/InstallPluginsPage.php is displayed even if the IncidentTracker plugin is not installed. It seems to be looking for a Plugin called Otto that doesn't exist in this version of the repo:
[2021-09-03 20:37:03] fannie.WARNING: include(/var/www/leverett/fannie/modules/plugins2.0/IncidentTracker/../Otto/noauto/Otto.php): failed to open stream: No such file or directory Line 18, /var/www/leverett/fannie/modules/plugins2.0/IncidentTracker/AlertIncident.php [] []
[2021-09-03 20:37:03] fannie.WARNING: include(): Failed opening '/var/www/leverett/fannie/modules/plugins2.0/IncidentTracker/../Otto/noauto/Otto.php' for inclusion (include_path='/var/www/leverett/vendor/domisys/image_barcode2:/var/www/leverett/vendor/phpunit/php-file-iterator:.:/usr/share/php') Line 18, /var/www/leverett/fannie/modules/plugins2.0/IncidentTracker/AlertIncident.php [] []
[2021-09-03 20:37:03] fannie.WARNING: include(/var/www/leverett/fannie/modules/plugins2.0/IncidentTracker/../Otto/noauto/Message.php): failed to open stream: No such file or directory Line 21, /var/www/leverett/fannie/modules/plugins2.0/IncidentTracker/AlertIncident.php [] []
[2021-09-03 20:37:03] fannie.WARNING: include(): Failed opening '/var/www/leverett/fannie/modules/plugins2.0/IncidentTracker/../Otto/noauto/Message.php' for inclusion (include_path='/var/www/leverett/vendor/domisys/image_barcode2:/var/www/leverett/vendor/phpunit/php-file-iterator:.:/usr/share/php') Line 21, /var/www/leverett/fannie/modules/plugins2.0/IncidentTracker/AlertIncident.php [] []
Version of CORE? 3.0.0-dev
Issue with Office, Lane, or both? Office
Is this [mostly] a bug report, feature request, or question? bug report
These errors are logged every time
$INSTALL/InstallPluginsPage.php
is displayed even if theIncidentTracker
plugin is not installed. It seems to be looking for a Plugin calledOtto
that doesn't exist in this version of the repo: