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
I installed this plugin in my latest 4.5 project, and I'm getting the following error:
2024-12-30T09:19:32.411845499Z [Mon Dec 30 10:19:32.411684 2024] [php:notice] [pid 9] [client 127.0.0.1:51162] Error: Class "Thathoff\\GitContent\\KirbyGit" not found in /var/www/html/site/plugins/git-content/index.php:11\nStack trace:\n#0 /var/www/html/kirby/src/Filesystem/F.php(440): include_once()\n#1 /var/www/html/kirby/src/Http/Response.php(210): Kirby\\Filesystem\\F::Kirby\\Filesystem\\{closure}()\n#2 /var/www/html/kirby/src/Filesystem/F.php(443): Kirby\\Http\\Response::guardAgainstOutput()\n#3 /var/www/html/kirby/src/Cms/AppPlugins.php(797): Kirby\\Filesystem\\F::loadOnce()\n#4 /var/www/html/kirby/src/Cms/AppPlugins.php(764): Kirby\\Cms\\App->pluginsLoader()\n#5 /var/www/html/kirby/src/Cms/AppPlugins.php(640): Kirby\\Cms\\App->plugins()\n#6 /var/www/html/kirby/src/Cms/App.php(146): Kirby\\Cms\\App->extensionsFromPlugins()\n#7 /var/www/html/public/index.php(27): Kirby\\Cms\\App->__construct()\n#8 {main}
2024-12-30T09:19:32.414061515Z 127.0.0.1 - - [30/Dec/2024:10:19:32 +0100] "GET /healthcheck HTTP/1.1" 500 426 "-" "curl/8.5.0"
It works locally, but it does not after being deployed to the server (Docker). This seems like an auto-loading issue, but I'm not sure where to start looking.
The text was updated successfully, but these errors were encountered:
I installed this plugin in my latest 4.5 project, and I'm getting the following error:
It works locally, but it does not after being deployed to the server (Docker). This seems like an auto-loading issue, but I'm not sure where to start looking.
The text was updated successfully, but these errors were encountered: