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
[2024-09-03 10:47:12] glpiphplog.CRITICAL: *** Uncaught Exception Error: Call to undefined function _() in /volume4/web/glpi/plugins/actualtime/report/actualtimeuser/actualtimeuser.php at line 51
Backtrace :
public/index.php:82 require()
Maybe the core plugin was updated but not reports related to?
PS: sorry, I don't have enough time and knowledge to make PR.
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for your plugin!
Reports seem to do not work :
https://github.com/ticgal/actualtime/blob/develop/report/actualtimetotal/actualtimetotal.php ->
RIGHT JOIN glpi_tickettasks ON glpi_tickettasks.id = glpi_plugin_actualtime_tasks.tasks_id
should be replaced byRIGHT JOIN glpi_tickettasks ON glpi_tickettasks.id = glpi_plugin_actualtime_tasks.==id==
https://github.com/ticgal/actualtime/blob/develop/report/actualtimetotal/actualtimeuser.php crashes (blank page) with PHP error in log :
Maybe the core plugin was updated but not reports related to?
PS: sorry, I don't have enough time and knowledge to make PR.
Thank you
The text was updated successfully, but these errors were encountered: