Home / Troubleshooting

Troubleshooting

Solutions to common issues you might encounter when using Classerna.

Installation Issues

"Classerna requires WooCommerce" error

Problem: Error message appears when trying to activate the plugin.

Solution:

  1. Go to Plugins > Installed Plugins.
  2. Ensure WooCommerce is installed and activated.
  3. If WooCommerce isn't installed, install it from Plugins > Add New.
  4. Activate WooCommerce first, then activate Classerna.

Plugin doesn't appear in the admin menu

Problem: After activation, Classerna menu isn't visible.

Solutions:

"Cannot redeclare function" error

Problem: PHP fatal error about redeclaring functions when activating.

Cause: Multiple copies of the plugin are installed (e.g., "classerna" and "classerna-1" folders).

Solution:

  1. Deactivate all copies of Classerna.
  2. Via FTP or File Manager, go to /wp-content/plugins/.
  3. Delete any duplicate Classerna folders (keep only one).
  4. Reactivate the plugin.

Course Display Issues

Course page shows 404 error

Problem: Course pages return "Page not found."

Solution: Flush permalink rules:

  1. Go to Settings > Permalinks.
  2. Click "Save Changes" (no changes needed).
  3. Try accessing the course again.

Courses display without styling

Problem: Courses appear unstyled or with broken layout.

Solutions:

Dark text on dark background

Problem: Text is unreadable on dark-themed sites.

Solution: Classerna includes a light-background wrapper. If issues persist, add this CSS to your theme:

.idcms-course-wrapper { background-color: #ffffff; color: #111827; padding: 2rem; }

Registration Issues

Registration button not working

Problem: Clicking "Register" does nothing or shows an error.

Solutions:

Registration questions not saving

Problem: Student answers to registration questions aren't recorded.

Solutions:

"No sessions found" when generating sessions

Problem: Session generation preview shows no sessions.

Solutions:

Payment Issues

Price showing as $0 or wrong price

Problem: Course displays incorrect pricing.

Solutions:

Students not enrolled after payment

Problem: Payment completed but student doesn't have course access.

Solutions:

Email Issues

Enrollment emails not sending

Problem: Students don't receive enrollment confirmation emails.

Solutions:

Test email fails to send

Problem: "Send Test Email" shows an error.

Solutions:

Performance Issues

Admin pages loading slowly

Problem: Course editor or settings pages are slow.

Solutions:

Frontend pages loading slowly

Problem: Course archive or single course pages load slowly.

Solutions:

Import/Export Issues

Import fails with error

Problem: Course import doesn't complete.

Solutions:

Exported course missing data

Problem: Imported course is missing some information.

Note: The following are intentionally NOT exported:

Still Having Issues?

If you've tried these solutions and still have problems:

  1. Check for plugin conflicts - Deactivate all plugins except WooCommerce and Classerna, test, then reactivate one by one.
  2. Test with default theme - Switch to Twenty Twenty-Four temporarily to rule out theme conflicts.
  3. Check error logs - Enable WP_DEBUG in wp-config.php and check the debug.log file.
  4. Contact support - Email support@insightdezign.com with details about the issue, steps to reproduce, and any error messages.
When contacting support, include:
  • WordPress version
  • Classerna version
  • WooCommerce version
  • Active theme name
  • Steps to reproduce the issue
  • Any error messages (screenshots help!)