mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Class name must be a valid object or a string error on activity log page
#168
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Boy132 on GitHub (Oct 4, 2024).
When enabling

Hide admin activies?the following error is thrown when viewing activity logs:https://github.com/pelican-dev/panel/blob/main/app/Http/Controllers/Api/Client/Servers/ActivityLogController.php#L36
When running the same method in tinker console no error is thrown:

@lancepioch commented on GitHub (Jan 7, 2025):
We've replaced the front end.
@Boy132 commented on GitHub (Jan 9, 2025):
Can't reproduce this anymore, neither on the new client ui nor via the api.
Might be related to the (missing) properties for activity logs, but I will create a separate for that. (#897)