upskill-event-manager/wordpress-dev/wordpress/wp-content/plugins/hvac-community-events/templates
bengizmo af1e94061c fix: Enhanced certificate URL rewrite rules handling
This commit provides a comprehensive fix for the certificate download 404 errors:

## Problem
Certificate URLs (/hvac-certificate/{token}/) were returning 404 errors even after deployment because WordPress rewrite rules weren't properly registered or flushed.

## Solutions Implemented

### 1. Enhanced Plugin Activation
- Certificate security class is now initialized BEFORE flushing rewrite rules during activation
- This ensures the custom rewrite rule 'hvac-certificate/([^/]+)/?$' is registered
- Activation now properly adds the rule and flushes to make it active

### 2. Added Certificate Fix Admin Page
- New diagnostics page at /certificate-fix/ (admin only)
- Shows certificate system status including:
  - Database table status and counts
  - Certificate file directory status
  - Recent certificate activity
- Includes 'Flush Rewrite Rules' button for manual fixing
- Provides direct test link for rewrite rule verification

### 3. Rewrite Rules Test Tool
- Added test script accessible at /wp-admin/admin.php?test_certificate_rewrite=1
- Shows whether certificate rewrite rules are registered
- Verifies query vars are properly set
- Can manually add and flush rules if missing

### 4. Manual Flush Capability
- Admins can trigger flush via /wp-admin/?hvac_flush_rewrite=1
- Useful for debugging without accessing Certificate Fix page

## User Instructions
If certificate URLs still return 404:
1. Go to /certificate-fix/ page
2. Click 'Flush Rewrite Rules' button
3. Test certificate viewing again

The certificate download system uses secure token-based URLs that expire after 1 hour for security. These URLs must be properly registered with WordPress rewrite rules to function.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-23 23:20:29 -03:00
..
certificates fix: Enhanced certificate URL rewrite rules handling 2025-05-23 23:20:29 -03:00
community feat: Enhanced test data creation and login system improvements 2025-05-22 15:54:15 -03:00
email-attendees fix: Improve email sending functionality and debugging 2025-05-20 16:48:23 -03:00
event-summary feat: Implement certificate generation system 2025-05-20 15:17:55 -03:00
page-community-login.php feat: Enhanced test data creation and login system improvements 2025-05-22 15:54:15 -03:00
single-hvac-event-summary.php fix(tests): Resolve Task 4.7 integration test issues & UMB 2025-04-02 07:02:06 -03:00
single-hvac-order-summary.php feat: Implement Order Summary page functionality 2025-05-20 09:56:28 -03:00
template-edit-profile.php feat: Add trainer profile editing functionality 2025-05-20 09:47:22 -03:00
template-event-summary.php feat: Add Email Attendees functionality (Phase 2) 2025-05-20 10:33:03 -03:00
template-hvac-dashboard.php fix: Complete resolution of 5 critical bugs in certificate and navigation systems 2025-05-23 19:58:02 -03:00
template-trainer-profile.php fix: Resolve 5 critical bugs in certificate management and navigation system 2025-05-23 18:53:03 -03:00