Title: Fatal Error in version 1.1.2
Last modified: August 31, 2016

---

# Fatal Error in version 1.1.2

 *  Resolved [transom](https://wordpress.org/support/users/transom/)
 * (@transom)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-in-version-112/)
 * You have a fatal typo in line 63
    `wp_enqueue_style('owl-style',$this->url . '
   owl-carousel/owl.carousel.css',[],false);`
 * Empty brackets for the third parameter is Javascript markup for an empty array,
   this should be array() for PHP.
 * Sites installing this version will crash.
 * [https://wordpress.org/plugins/wp-owl-carousel/](https://wordpress.org/plugins/wp-owl-carousel/)

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

 *  Plugin Author [Dabuuker](https://wordpress.org/support/users/dabuuker/)
 * (@dabuuker)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-in-version-112/#post-7151926)
 * Hi,
 * This is valid syntax since PHP 5.4.0
 *  Plugin Author [Dabuuker](https://wordpress.org/support/users/dabuuker/)
 * (@dabuuker)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-in-version-112/#post-7151942)
 * I’ll elaborate a bit more.
 * PHP 5.4 itself has been out for years already so I didn’t really think twice 
   about using this syntax.
 * You should really contact your hosting provider and have them update the version
   of your PHP install. For many other reasons, not just for my plugin. Running 
   on a version that’s at least more than 4 years old is a very bad idea.
 * WordPress strongly recommends 5.6 for itself.
 *  Thread Starter [transom](https://wordpress.org/support/users/transom/)
 * (@transom)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-in-version-112/#post-7151969)
 * I understand where you are coming from. But given that WordPress doesn’t yet 
   require 5.4 or greater, please consider at least add a note to the readme indicating
   the version requirement.
 * If only I was taking about one site, we are deploying your plugin on over 200
   sites on different hosts. Until WordPress actually requires 5.4+ using syntax
   from future releases without also confirming that the plugin is compatible with
   the installed php versions and dumping a site with a fatal seems a little aggressive.
 *  Plugin Author [Dabuuker](https://wordpress.org/support/users/dabuuker/)
 * (@dabuuker)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-in-version-112/#post-7151972)
 * I just updated the plugin (1.1.3) and changed it to the old syntax. Should run
   without errors now.
 * Sorry for the inconvenience.
 *  Thread Starter [transom](https://wordpress.org/support/users/transom/)
 * (@transom)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-in-version-112/#post-7151977)
 * Thanks for prompt and gracious response.
 * I fully support getting sites bumped to the latest PHP(we had our own issues 
   trying to use DateTIme just requiring 5.3+) but sadly we live in a world of lazy
   ISPs.

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/wp-owl-carousel.svg)
 * [WP Owl Carousel](https://wordpress.org/plugins/wp-owl-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-owl-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-owl-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-owl-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-owl-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-owl-carousel/reviews/)

## Tags

 * [Crash](https://wordpress.org/support/topic-tag/crash/)

 * 5 replies
 * 2 participants
 * Last reply from: [transom](https://wordpress.org/support/users/transom/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-in-version-112/#post-7151977)
 * Status: resolved