Title: Fatal Error
Last modified: August 22, 2016

---

# Fatal Error

 *  [Hon Fai Chau](https://wordpress.org/support/users/hon-fai-chau/)
 * (@hon-fai-chau)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-1321/)
 * Dear dmonnier,
 * I have installed the cssable-countdown plugin and encountered the following Fatal
   error. Do you have any idea what happened? Any thing I can do to remove the cssable-
   countdown plugin?
 * Fatal error: Cannot redeclare my_enqueue() (previously declared in /home2/faichau/
   public_html/crazyformiles.com/wp-content/plugins/banner-upload/banner-upload.
   php:122) in /home2/faichau/public_html/crazyformiles.com/wp-content/plugins/cssable-
   countdown/CSSable-Countdown.php on line 154
 * Thanks.
    Fai
 * [https://wordpress.org/plugins/cssable-countdown/](https://wordpress.org/plugins/cssable-countdown/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [dmonnier](https://wordpress.org/support/users/dmonnier/)
 * (@dmonnier)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-1321/#post-5236818)
 * This has already been reported in another support thread. The reason why you’re
   getting his error is because another plugin is conflicting with CSSable Countdown.
   HOWEVER, the fix is very simple:
 * Open `CSSable-Countdown.php` and search for:
 * `function my_enqueue($hook)`
 * Replace `my_enqueue($hook)` to `cssable_countdown_enqueue($hook)`
 * then a couple lines down:
 * `add_action( 'admin_enqueue_scripts', 'my_enqueue' );`
 * change that `my_enqueue` to `cssable_countdown_enqueue`.
 * I will fix this in the next release of this plugin and I’ll make sure I name 
   my functions better next time 🙂
 * If this solution doesn’t work, please let me know, but I’m pretty sure it will.
 *  [netshocker](https://wordpress.org/support/users/netshocker/)
 * (@netshocker)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-1321/#post-5236999)
 * Hello I made the my_enqueue($hook) and the ssable_countdown_enqueue you suggested.
   I got the same error just with cssable_countdown_enqueue instead of my_enqueue.
 * Fatal error: Cannot redeclare my_enqueue() (previously declared in /home/netshocker/
   public_html/wp-content/plugins/cssable-countdown/CSSable-Countdown.php:154) in/
   home/netshocker/public_html/wp-content/plugins/cssable-countdown/CSSable-Countdown.
   php on line 154.
 * I am using this with the WordPress Vantage Theme Home Page. I would love to get
   it working correctly and I do not problem with donations. I cannot find many 
   count-up plugins. Please help, I want to be able to count the years/days my my
   son has been gone and how old he would be.
 *  [cc46808](https://wordpress.org/support/users/cc46808/)
 * (@cc46808)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-1321/#post-5237029)
 * I am also having the same issue, I can rename the function from my_enqueue to
   anthing else and I still get the fatal error: Cannot redeclare WHATEVER I PUT
   HERE(). Any updates?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fatal Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cssable-countdown_6e7972.svg)
 * [CSSable Countdown](https://wordpress.org/plugins/cssable-countdown/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cssable-countdown/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cssable-countdown/)
 * [Active Topics](https://wordpress.org/support/plugin/cssable-countdown/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cssable-countdown/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cssable-countdown/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [cc46808](https://wordpress.org/support/users/cc46808/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-1321/#post-5237029)
 * Status: not resolved