Plugin Error: Duplicate Class Declaration
-
Issue: The plugin was causing a fatal error due to a duplicate class declaration for “Rkit_Countdown.”
Fix: I noticed that two files (
rkit_countdown.php
andrkit-countdown.php
) were both declaring the same class, which caused a conflict. I fixed the issue by removing the old file (rkit_countdown.php
), as the new file already handles everything correctly.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.