CORE-POS / IS4C

Cooperative Operational Retail Environment
http://www.core-pos.com
GNU General Public License v2.0
64 stars 44 forks source link

Missing Otto Plugin #1083

Closed flathat closed 3 years ago

flathat commented 3 years ago

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 [] []
gohanman commented 3 years ago

That should resolve the warning and be safe to cherry-pick if desired since it's only creating new files.

flathat commented 3 years ago

Yes, that does the job.