Files
nextcloud-analytics/analyticshub/lib/Controller/PageController.php
WLTBAgent 0586d5d606 Fix: Simplified PageController and routes to eliminate Application class dependency
- Created minimal debug PageController
- Removed all dependencies on Application class (no more extends App)
- PageController extends Controller directly
- Simplified routes.php to only page#index route
- Debug output shows controller info and system status
- Eliminated Application class loading issue that was causing errors

This minimal version should eliminate the 'Application class not found' error and allow admin page to load successfully.
2026-02-14 01:30:51 +00:00

2.4 KiB