Title: Fatal Error
Last modified: August 21, 2016

---

# Fatal Error

 *  Resolved [johnmorse](https://wordpress.org/support/users/johnmorse/)
 * (@johnmorse)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1004/)
 * Hi,
 * I just installed and activated Parallax slider, and I’m getting a fatal error.
   “
   Fatal error: Call to undefined function wp_enqueue_media() in /home/thorasy/public_html/
   dev/wp-content/plugins/easy-wp-parallax-slider/easy-parallax-slider.php on line
   227”
 * Any suggestions?
 * John
 * [http://wordpress.org/plugins/easy-wp-parallax-slider/](http://wordpress.org/plugins/easy-wp-parallax-slider/)

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

 *  Plugin Author [osCitas Themes](https://wordpress.org/support/users/oscitas/)
 * (@oscitas)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1004/#post-4361635)
 * Hi Johnmorse,
 * Thanks for using our plugin and pointing the issue, we have already resolved 
   this issue and implemented few more features, will update tomorrow so please 
   take update. For the time being you can do one of the following thing
 * 1. Update your wordpress to latest version
    2. or replace line no. 227 with following
   code
 *     ```
       if ( function_exists( 'wp_enqueue_media' ) ) {
             /* WP 3.5 Media Uploader */
             wp_enqueue_media();
       }
       ```
   
 * Thanks
 *  Thread Starter [johnmorse](https://wordpress.org/support/users/johnmorse/)
 * (@johnmorse)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1004/#post-4361637)
 * Hi,
 * Thanks for the response.
    I’ve tried that change (#2) and I get the following
   error now when I’m updating it.
 * “Fatal error: Can’t use function return value in write context in /home/thorasy/
   public_html/dev/wp-content/plugins/easy-wp-parallax-slider/easy-parallax-slider.
   php on line 229”
 * It seems to not like the wp_enqueue_media() command. I can comment it out, and
   the plugin ‘works’ but I can’t upload media to sliders.
 * John
 *  Thread Starter [johnmorse](https://wordpress.org/support/users/johnmorse/)
 * (@johnmorse)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1004/#post-4361639)
 * OK,
 * I updated to 3.7.1. It seems to work now. Thanks. Odd how 3.7 breaks it.
 * John
 *  Plugin Author [osCitas Themes](https://wordpress.org/support/users/oscitas/)
 * (@oscitas)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1004/#post-4361641)
 * Hi,
 * Yes, if you will comment it out then you will not be able to upload images. In
   this case you have to wait for our next release. Which WP version you are using?
 * Thanks,
 *  Plugin Author [osCitas Themes](https://wordpress.org/support/users/oscitas/)
 * (@oscitas)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1004/#post-4361644)
 * Great, thanks
 *  Thread Starter [johnmorse](https://wordpress.org/support/users/johnmorse/)
 * (@johnmorse)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1004/#post-4361647)
 * I was using 3.7.
 * I’ve just tried to use a slider. Something is not working. All the images just
   appear stacked, the text won’t overlay. There is no pagination.
 * Thanks for the quick support, but this plugin does not seem to work for my purposes.

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/easy-wp-parallax-slider_f4cf69.svg)
 * [Easy Wordpress Parallax Slider](https://wordpress.org/plugins/easy-wp-parallax-slider/)
 * [Support Threads](https://wordpress.org/support/plugin/easy-wp-parallax-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-wp-parallax-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-wp-parallax-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-wp-parallax-slider/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [johnmorse](https://wordpress.org/support/users/johnmorse/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-1004/#post-4361647)
 * Status: resolved