DeclarationTVA/core/modules
Frank Cools e58c615c8f Add debugging and manual table creation fallback
Debug Features:
- Added comprehensive logging to SQL file loading process
- Tries multiple SQL file paths to find the correct location
- Logs success/failure for each path attempt
- Detailed error logging for troubleshooting

Fallback Mechanism:
- Manual table creation if SQL file loading fails
- Creates essential tables directly via SQL
- Ensures module can activate even if SQL files aren't found
- Creates tables with correct structure and constraints

This should resolve the table creation issue and provide detailed logs for debugging!
2025-10-02 17:36:29 +02:00
..
modDeclarationTVA.class.php Add debugging and manual table creation fallback 2025-10-02 17:36:29 +02:00